* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}
ul,li{list-style: none;}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.disBlock {
	display: block;
}

.cal-pc {
	display: block;
}

.cal-sp {
	display: none;
}
/* cms banner layout modify css */
@media (max-width: 760px) {
	.app .commonHero .heroTypeOne .typeOneContent .heroContent{display: block;}
}
/* cms banner layout modify css */
.page_body{
	background:linear-gradient(to bottom, #F1E1EC 0%, #e8dae4 40%, #B4AAD1 55%, #EADBE9 70%, #FFFFFF 100%);
}
.wraperAll_maxwidth1920{
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	
}
.wraperAll_maxwidth1920 img{
	max-width: 100%;
	max-height: 100%;
}
.main_content{
	overflow-x: hidden;
}
.tableBoxMainCalculator {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

.tableBoxMainCalculator .tbmc_background {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tbma_i_t_h2 {
	font-size: 36px;
	line-height: 1.4;
	color: #f6f6f6;
	margin-bottom: 8px;
	font-weight: normal;
	transition: all 1s ease-in;
}

.tbma_i_t_h1 {
	font-size: 56px;
	line-height: 1.3;
	color: #6DD13A;
	font-weight: bold;
	transition: all 1s ease-in;
}

.tbma_i_descBox {
	font-size: 24px;
	line-height: 1.25;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 21%;
	width: 39%;
	font-weight: normal;
	font-weight: 300;
	opacity: 1;
	transition: all 1s ease-in;
	
}

.tbma_InitialBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tbma_InitialBox .tbma_i_titleBox {
	z-index: 10;
	position: absolute;
	top: 31%;
	left: 21%;
	transition: all 1s ease-in;
}

.tbma_InitialBox.cal-animate .tbma_i_t_h2 {
	font-size: 24px;
	line-height: 1;
}

.tbma_InitialBox.cal-animate .tbma_i_t_h1 {
	font-size: 32px;
	line-height: 1;
}

.tbma_InitialBox.cal-animate .tbma_i_titleBox {
	top: 21%;
	left: 12%;
}

.tbma_i_calculatorBox {
	z-index: 10;
	width: 160px;
	height: 24%;
	border: 5px solid #106D5A;
	border-radius: 20px;
	position: absolute;
	top: 32%;
	left:calc(79% - 170px);
	transition: all 1s ease-in;
}

.tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
	width: 50%;
	height: 57.5%;
	top: 21%;
	left: 38%;
}

.tbma_i_calculatorBox img {
	z-index: 10;
	width: calc(100% - 30px);
	height: calc(100% - 40px);
	position: absolute;
	z-index: 10;
	width: calc(100% - 30px);
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.tbma_InitialBox.cal-animate .tbma_i_calculatorBox img {
	display: none;
}

.tbma_i_descBox_short {
	z-index: 10;
	width: 18%;
	font-size: 24px;
	line-height: 1.2;
	left: 12%;
	top: 35.6%;
	position: absolute;
	color: #fff;
	font-weight: 300;
	opacity: 0;
}

.tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate {
	opacity: 1;
}

.tbma_InitialBox.cal-animate .tbma_i_descBox {
	left: 14%;
	top: 35.6%;
	opacity: 0;
	transition: all 1s ease-in;
}

.tbma_i_operateBtn {
	width: 154px;
	text-align: center;
	border: 1px solid #256d5a;
	background: #256d5a;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1;
	padding: 10px 0;
	position: absolute;
	top: 60%;
	left:calc(79% - 165px);;
	color: #6DD13A;
	font-weight: bold;
	cursor: pointer;
	transition: all 1s ease-in;
	z-index: 50;
}
.tbma_i_operateBtn:hover{
	background: none;
	border: 1px solid #20DAB4;
}

.tbma_InitialBox.cal-animate .tbma_i_operateBtn {
	z-index: 10;
	left: 12%;
	top: 52.8%;
	
}

.tbmc_sub_background {
	width: 100%;
	height: 500px;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 5;
	transition: all 1s ease-in;
}

.tbma_InitialBox.cal-animate .tbmc_sub_background {
	opacity: 1;
}

.tbma_i_cf_f-customSelect {
    position: relative; 
    width: 100%;
    overflow: visible;
    height: 40px;
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    z-index: 20;
}

.tbma_i_cf_f_cs-selected {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    color: #6DD13A;
    width: calc(100% - 20px);
    margin: 10px;
    height: 20px;
    background: url(https://p3-ofp.static.pub/ShareResource/thinkvision-landing-page/images/v1/select-icon.png) no-repeat;
    background-position: center right;
    background-size: auto 100%;
}

.tbma_i_cf_f_cs-options {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #065444;
    display: none;
    pointer-events: none;
    transition: display 0.3s ease;
    z-index: 30;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
	max-height:160px;
	overflow-y: auto;
	overflow: overlay;
}

.tbma_i_cf_f-customSelect.expanded,.tbma_i_cf_f-customSelect:hover{
	z-index: 50;
}

.tbma_i_cf_f-customSelect.expanded .tbma_i_cf_f_cs-options,
.tbma_i_cf_f-customSelect:hover .tbma_i_cf_f_cs-options {
    display: block;
    pointer-events: auto;
}

.tbma_i_cf_f_cs-options span {
	display: block;
    padding: 12px;
    cursor: pointer;
    background: #065444;
    opacity: 0.9;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 20px;
    color: #6DD13A;
}

.tbma_i_cf_f_cs-options span:hover {
    background-color: #FFFFFFE6;
    border: 1px solid #20DAB4;
    opacity: 1;
	color:#065444;
}
.tbma_i_cf_f_cs-options span:first-child {
	border-top: 1px solid #f0f0f0;
}

.tbma_i_cf_f_cs-options span:last-child {
	border-bottom: none;
}
.tbma_i_cf_featureChoose li{width: 100%;}
.tbma_i_cf_featureChoose li section{margin-right: 15px;width: calc((100% - 45px) / 4);}
.tbma_i_cf_featureChoose li section:last-child{margin-right: 0;}
.choose_item{
	font-size: 16px;
	line-height: 16px;
	margin: 6px 0;
	color: #F6F6F6;
	display: block;
}
.tbma_i_cf_f_css-selected{
	font-size: 16px;
	line-height: 20px;
	color: #6DD13A;
	margin: 10px;
	height: 20px;
}
.tbma_i_cf_f-customShowSize{
	width: 100%;
	height: 40px;
	border:  1px solid #F6F6F6;
	border-radius: 5px;
}
.tbma_i_cf_f-customShowSize.defailt-option{
	background: rgba(6, 84, 68, 0.5);
}
.tbma_i_cf_f-customAmount{
	height: 40px;
	border:  1px solid #F6F6F6;
	border-radius: 5px;
}
.tbma_i_cf_f-customAmount input{
	font-size: 16px;
	line-height: 20px;
	color: #6DD13A;
	width: calc(100% - 20px);
	margin: 10px;
	height: 20px;
	background: none;
	outline: none;
	border: none;
}
.tbma_i_cf_f-customAmount input::-webkit-input-placeholder { 
    color: #6DD13A;
	font-size: 16px;
	line-height: 20px;
}

.tbma_i_cf_f-customAmount input::-moz-placeholder {
    color: #6DD13A;
	font-size: 16px;
	line-height: 20px;
}

.tbma_i_cf_f-customAmount input:-ms-input-placeholder { 
    color: #6DD13A;
	font-size: 16px;
	line-height: 20px;
}

.tbma_i_cf_f-customAmount input::-ms-input-placeholder { 
    color: #6DD13A;
	font-size: 16px;
	line-height: 20px;
}
.tbma_i_calculatorFunction_wrap{
	width: calc(50% - 60px);
	height: calc(57.5% - 60px);
	top: calc(21% + 35px);
	left: calc(38% + 30px);
	box-sizing: border-box;
	z-index: 20;
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in;
}
.tbma_i_calculatorFunction{
	width:100%;
	height: calc(100% - 40px);
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
.tbma_i_cf_featureChoose{width: 100%;}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li{
	width: 100%;
}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li section {
    margin: 0;
    flex: 1;
}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li section:nth-of-type(2){margin: 0 15px;}
.tbma_i_calculatorFunction_wrap.cal-animate{
	opacity: 1;
}
.tbma_i_cf_cr_item{width:100%;display: flex;flex-direction: row;}
.calResult_p{flex: 1;font-size: 18px;line-height: 22px;color: #fff;text-align: center;}
.calResult_p:nth-of-type(1){margin-right: 10px;}
.calResult_p:nth-of-type(2){margin-left: 10px;}
.tbma_i_cf_cr_item:nth-of-type(1){margin: 20px 0;}
.tbma_i_cf_defaultDays{
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	color: #6DD13A;
	margin-top: 10px;
	text-align: right;
	padding-right: 6px;
}
.calResult_p span{font-size: 18px;}
.calResult_p span.greenBold{text-decoration:underline;}
.calResult_p span.greenBold{font-weight: 900;color: #6DD13A;}
.calResult_note{color: #fff;font-style: italic;font-size: 12px;line-height: 16px;font-weight: 300;text-align: center;flex: 1;}
.calResult_note:nth-of-type(1){margin-right: 10px;}
.calResult_note:nth-of-type(2){margin-left: 10px;}
.calResult_note span{text-decoration: underline;}
.reCalBtn{font-size: 20px;line-height: 20px;color: #6DD13A;text-align: right;text-decoration: underline;cursor: pointer;margin-top: 15px;}
.selectOperateBtn{width: 100%;height: auto;position: absolute;top:32px;}
.selectOperateBtn-wrap{width: 30px;height:66px;margin-right: 10px;position: relative;}
.tbma_i_cf_f-customAmount input::placeholder{font-size: 14px;}
.tbma_i_cf_featureChoose_country{border: none;}
.tbma_i_cf_f_c_left{font-size: 20px;line-height: 41px;color: #fff;margin-right:10px;color: #6DD13A;}
.tbma_i_cf_f_c_right{
	font-size: 20px;
	line-height: 20px;
	width: 170px;
	border:1px solid #20DAB4;
	color: #6DD13A;
	border-radius: 5px;
}
.tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected{font-size: 16px;}
/* EnergySavingAllWraper layout start*/
.EnergySavingAllWraper{
	width: 100%;
	height: auto;
	background: url(https://p4-ofp.static.pub/ShareResource/thinkvision-landing-page/images/1231/thinkvision-lp-esg-bg-final.jpg) no-repeat;
	background-position-x: center;
	background-size: 100% 100%;
	padding: 30px 0 50px 0;
	margin: 50px 0 20px 0;
}
.tableBoxMainSustainability{
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
	padding: 50px 0;
}
.tableBoxMainSustainability .tbms_title_box{
	text-align: center;
}
.tbms_title_box .tbms_tb_h2{
	font-size: 48px;
	line-height: 48px;
	color: #7A126B;
	font-weight: bold;
	margin-bottom: 15px;
}
.tbms_tb_des{
	font-size: 20px;
	line-height: 20px;
	color:#294E95;
}
.tbms_content_box{
	text-align: left;
	margin: 50px auto 0 auto;
	display: flex;
	flex-direction: row-reverse;
}
.tbms_content_box .tbms_cb_img{
	width: 120px;
	height: 120px;
}
.tbms_content_box .pCenter_wrap{padding-right: 50px;}
.tbms_content_box .pCenter_wrap .tbms_cb_h2{
	font-size: 24px;
	line-height: 24px;
	color: #7A126B;
	font-weight: bold;
	margin-bottom: 15px;
}
.tbms_content_box .pCenter_wrap .tbms_cb_des{
	font-size: 16px;
	line-height: 28px;
	color:#000;
}
.tableBoxMainSustainabilityBottom{
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
	padding: 60px 0;
}
.tbmsb_section{display: flex;flex-direction: row;position: relative;}
.tbmsb_s_content .tbmsb_sc_h2{
	font-size: 24px;
	line-height: 24px;
	color: #7A126B;
	font-weight: bold;
	margin-bottom: 15px;
}
.tbmsb_s_content .tbmsb_sc_des{
	font-size: 16px;
	line-height: 28px;
	color:#000;
}
.tbmsb_s_content .tbms_cb_des{
	font-size: 16px;
	line-height: 28px;
	color:#000;
}
.tbmsb_section .tbmsb_s_img{
	width: 150px;
	height: 150px;
	position: relative;
	top: 50px;
}
.tbmsb_section:nth-of-type(1){margin-bottom: 60px;flex-direction: row-reverse;}
.tbmsb_section:nth-of-type(1) .tbmsb_s_content{width: calc(100% - 400px);margin-right: 250px;position: relative;display: flex;flex-direction: column;justify-content:center;}

/* EnergySavingAllWraper layout end*/
/* text image common box layout start*/
.TextImageWraper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tableBoxMainTextImage{
	display: flex;
	width: 90%;
	padding: 50px 0;
}
.tableBoxMainTextImage.tL-iR-box{margin-left: 10%;flex-direction:row-reverse;}
.tableBoxMainTextImage.tR-iL-box{margin-right: 10%;flex-direction: row;}
.tbmti_default_image{
	flex: 1;
	position: relative;
	overflow: hidden;
}
.tbmti_default_image div{
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	border-radius: 20px;
}
.tbmti_default_image div iframe{
	top: 42%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	position: absolute; opacity: 1; 
	width:130%; 
	height: 140%;
}
.tbmti_di-play-button{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	cursor: pointer;
}
.tbmti_di-play-button:hover{
	background-color: rgba(0, 0, 0, .3);
	background-image: url(https://p4-ofp.static.pub/ShareResource/thinkvision-landing-page/images/1231/thinkvision-lp-player-icon.png);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.tbmti_di-play-button img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tbmti_default_content{
	flex: 1;
}
.tbmti_default_image img{
	object-fit: cover;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.tableBoxMainTextImage.tL-iR-box .tbmti_default_image{border-radius: 20px 0 0 20px;}
.tableBoxMainTextImage.tR-iL-box .tbmti_default_image{border-radius: 0 20px 20px 0;}
.tbmti_default_content{
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.tbmti_dc_h2{
	font-size: 48px;
	font-weight: bold;
	color: rgb(122, 18, 107);
	margin-bottom: 16px;
}
.tableBoxMainTextImage.tL-iR-box .tbmti_default_content{padding-right: 80px;}
.tableBoxMainTextImage.tR-iL-box .tbmti_default_content{padding-left: 80px;}
.tbmti_dc_des{
	font-size: 16px;
	line-height: 28px;
	color: rgb(0, 0, 0);
}
.tableBoxMainFourCard{
	width: 90%;
	margin: 80px auto;
	display: flex;
	flex-direction: row;
}
.tbmfc_card{
	flex: 1;
	display: flex;
	flex-direction: row;
	margin-right: 15px;
}
.tbmfc_card:nth-last-child(){margin-right: 0;}
.tbmfc_card span{
	width: 8px;
	height: 60px;
	background:linear-gradient(to bottom, #9991C5, #7A126B);
	margin: 10px 10px 0 0;
}
.tbmfc_card div{width: calc(100% - 18px);}
.tableBoxMainFourCard .tbmfc_c_h2{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#7A126B;
}
.tableBoxMainFourCard .tbmfc_c_des{
	font-size: 16px;
	line-height: 28px;
	color: rgb(0, 0, 0);
}
.tableBoxMainTwoCard{
	margin-top: 80px;
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
}
.tbmtc_default_content{
	background: linear-gradient(to bottom, rgba(153, 145, 197, 0.8), rgba(164, 99, 192, 0.8), rgba(45, 41, 151, 0.8));
	border-radius: 20px;
	flex: 1;
	margin: 0 30px 0 5%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 30px;
}
.tbmtc_default_image{
	flex: 1.2;
}
.tbmtc_default_image img{
	object-fit: cover;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border-radius: 20px 0 0 20px;
	
}
.tbmtc_default_content p.tbmtc_dc_h2{
	font-size: 48px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 40px;
}
.tbmtc_default_content p.tbmtc_dc_des{
	font-size: 16px;
	line-height: 28px;
	color: #fff;

}
/* -----------------------------updated styling from ww */

.splitter4ColumnsBoxThinkVision .espot_inner_container{border-radius: 20px;}
/* .student_espot_pc_container .espot_inner_container{border-radius: 20px;} */
/* text image common box layout end*/
/* why thinkvision layout start */
.whyThinkVisionWraper{
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
	height: 500px;
}
.whyThinkVisionWraper .wtvw-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wtvw_mainCon{width: 80%;max-width:1000px;position: absolute;top: 65px;transform: translateX(-50%);color: #fff;left: 50%;}
.wtvw_title_box .wtvw_tb_h2{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.wtvw_title_box .wtvw_tb_des{
	font-size: 16px;
	line-height: 28px;
	color:#fff;
	text-align: center;
}
.wtvw_title_box{margin-bottom: 30px;}
.wtvw_card_box{display: flex;flex-direction: row;}
.wtvw_card_box section{flex: 1;text-align: center;}
.wtvw_card_box section img{margin-bottom: 10px;width: 100px;}
.wtvw_card_box section p{font-size: 16px;line-height: 28px;font-weight: bold;}
/* why thinkvision layout end */
.SplitterProductCarousel{padding-top: 0 !important;background: #fff !important;}
.SplitterProductCarousel .topText{display: none !important;}
/* video popup model start */
.thinkvisionModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(8px);
    padding: 24px
}
#ThinkVisionVideoModal, #ThinkVisionVideoModal02{
    z-index: 99
}
.thinkvision-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 800px;
    background: 0;
    border-radius: 5px;
    box-shadow: 0 2px 32px rgba(0, 0, 0, .8);
    z-index: 99;
    border: 0;
    outline: 0
}
#thinkvisionVideoFrame,#thinkvisionVideoFrame02 {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    vertical-align: top
}
.closeThinkVisionVideoModal {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-neutral);
    font-size: 36px;
    cursor: pointer;
    opacity: .6;
    z-index: 2;
    transition: .2s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.closeThinkVisionVideoModal:hover {
    color: #000;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}
/* ---------------------------updated styling from ww--------------------------------- */

.splitter4ColumnsBoxThinkVision{margin-top: -300px !important;padding: 20px 12px 60px 12px !important;}

/* .cms_background_layout_2661654010042-4254-98f7-c8b59decfd96{margin-top: -300px;padding: 20px 12px 60px 12px !important;} */
@media only screen and (min-width:993px) {
    .thinkvision-modal-content {
        max-width: 1200px
    }
}
/* video popup model end */
@media screen and (min-width: 761px){
	.tableBoxMainCalculator ::-webkit-scrollbar {
	  width: 5px;
	  
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-track {
	  background: #F6F6F6;
	  border-radius: 5px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-thumb {
	  background: #6DD13A;
	  border-radius: 5px;
	}
}
@media (max-width: 760px) {
	/* ---------------------updated styling from ww-------------------- */
	.splitter4ColumnsBoxThinkVision{margin-top: -200px !important;padding: 20px 12px 60px 12px !important;}

	.splitter4ColumnsBoxThinkVision .espot_inner_container{margin-bottom: 20px;}
	/* ------------------------------------------ */
	.tableBoxMainCalculator ::-webkit-scrollbar {
	  width: 2px; 
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-track {
	  background: #F6F6F6;
	  border-radius: 2px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-thumb {
	  background: #6DD13A;
	  border-radius: 2px;
	}
	.cal-pc {
		display: none;
	}

	.cal-sp {
		display: block;
	}
	.tableBoxMainCalculator{
		height: auto;
		background: rgba(0,0,0,0.9);
	}
	.tbmc_background{object-position: right;}
	.tbma_InitialBox_sp{width:100%;position:initial;box-sizing: border-box;padding: 40px 30px;border-radius: 0;}
	.tbma_i_t_h2_sp{font-size: 18px;margin-bottom:5px;line-height: 18px;color: #fff;transition: all 1s ease-in;}
	.tbma_i_t_h1_sp{font-size: 28px;line-height: 28px;margin-bottom:10px;color: #6DD13A;font-weight: bold;transition: all 1s ease-in;}
	.tbma_i_descBox_sp{font-size: 16px;line-height: 18px;color: #fff;font-weight: 300;transition: all 1s ease-in;margin-bottom: 20px;}
	.tbma_i_calculatorBox_sp{width: 90px;height: auto;box-sizing: border-box;padding: 10px 5px;border: 3px solid #106D5A;border-radius: 12px;margin:0 auto 12px auto;transition: all 0.5s ease-in;}
	.tbma_i_calculatorBox_sp img{width: 100%;height: auto;}
	.tbma_i_operateBtn_sp{width: 90px;box-sizing: border-box;padding: 6px 0;border: 1px solid #20DAB4;color: #6DD13A;font-weight: bold;font-size: 18px;line-height: 18px;text-align: center;font-weight: bold;border-radius: 5px;margin: 0 auto;transition: all 1s ease-in;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_t_h2_sp{font-size: 14px;margin-bottom:5px;line-height: 14px;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_t_h1_sp{font-size: 22px;line-height: 22px;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_descBox_sp{font-size: 12px;line-height: 12px;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_operateBtn_sp{width: 80px;font-size: 14px;line-height: 14px;margin: 0;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_calculatorBox_sp{margin: 0;width: 0;height: 0;opacity: 0;}
	.tbma_InitialBox_sp.cal-animate_sp .tbma_i_calculatorBox_sp img{display: none;}
	.tbma_i_calculatorFunction_wrap_sp{display: none;border:2px solid #106D5A;border-radius: 10px;padding: 15px;margin-top: 20px;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_calculatorFunction{height: 400px;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_cf_f_c_left{font-size: 14px;line-height: 36px;float: initial;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_cf_f_c_right{font-size: 14px;line-height: 20px;float: initial;width: 100%;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_cf_f-customSelect{height: 36px;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected{font-size: 14px;}
	.tbma_i_calculatorFunction_wrap_sp .tbma_i_cf_f_cs-selected{width: calc(100% - 14px);margin: 7px;}
	.tbma_i_cf_f_cs-options{top: 36px;}
	.tbma_i_cf_f_cs-options span{padding: 8px;font-size: 14px;}
	.selectOperateBtn-wrap{width: 25px;margin-right: 10px;height: 60px;}
	.tbma_i_cf_featureChoose li section{margin-right: 0;width:100%;}
	.tbma_i_cf_featureChoose li section:nth-of-type(1){margin-left: 0;}
	.tbma_i_cf_defaultDays{font-size: 12px;line-height: 12px;margin-top: 15px;}
	.tbma_i_cf_cr_item{flex-direction: column;}
	.tbma_i_cf_cr_item:nth-of-type(1){margin: 20px 0;}
	.calResult_p:nth-of-type(1) {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.calResult_p:nth-of-type(2) {
	    margin-left: 0;
	}
	.calResult_p{font-size: 18px;line-height: 20px;}
	.choose_item{font-size: 14px;line-height: 14px;}
	/* text image common box layout start*/
	.tableBoxMainTextImage{width: auto;margin: 40px;padding: 20px 0;}
	.tableBoxMainTextImage.tL-iR-box{flex-direction: column;}
	.tableBoxMainTextImage.tR-iL-box{flex-direction: column;}
	.tbmti_default_image {
	    height: 200px;
	    flex: initial;
		margin-bottom: 16px;
	}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_image, .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img{border-radius: 20px;}
	.tableBoxMainTextImage.tR-iL-box .tbmti_default_image, .tableBoxMainTextImage.tR-iL-box .tbmti_default_image img{border-radius: 20px;}
	.tbmti_default_content{flex: initial;}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_content{padding-right: 0;}
	.tableBoxMainTextImage.tR-iL-box .tbmti_default_content{padding-left: 0;}
	.tbmti_dc_h2{font-size: 32px;}
	.tbmti_dc_des{font-size: 16px;line-height: initial;}
	.tableBoxMainTwoCard{margin-top: 0;flex-direction: column;}
	.tbmtc_default_content{margin: 40px 10px 20px 10px;padding: 30px;}
	.tbmtc_default_content p.tbmtc_dc_h2{font-size: 32px;margin-bottom: 20px;}
	.tbmtc_default_content p.tbmtc_dc_des{font-size: 16px;line-height: initial;}
	.tbmtc_default_image{flex: initial;height:auto;margin:0;}
	.tbmtc_default_image img{border-radius: 0;width: 100%;height: auto;}
	.tbms_title_box .tbms_tb_h2{font-size: 32px;line-height: 36px;}
	.tbmti_default_image div iframe{top: 48%;}
	/* text image common box layout end*/
	.EnergySavingAllWraper{background-size: auto;}
	.tableBoxMainSustainability{width: auto;padding: 40px;}
	.tbms_content_box{flex-direction: column;}
	.tbms_content_box .pCenter_wrap{padding-right: 0;}
	.tbms_content_box .tbms_cb_img{width: 100px;height: 100px;margin: 0 auto 30px auto;}
	.tbms_tb_des{font-size: 16px;line-height: initial;}
	.tbms_content_box .tbms_cb_h2{font-size: 20px;line-height: 20px;text-align: center;}
	.tbms_content_box .tbms_cb_des{font-size: 14px;line-height: initial;text-align: center;}
	.tbmsb_section,.tbmsb_section:nth-of-type(1){flex-direction: column;}
	.tbmsb_section:nth-of-type(1){margin-bottom: 0;}
	.tableBoxMainSustainabilityBottom{margin: 0 40px;width: auto;padding: 30px 0;}
	.tbmsb_section .tbmsb_s_img{width: 100px;margin: 0 auto;height: 100px;top: initial;}
	.tbmsb_section:nth-of-type(1) .tbmsb_s_content{width: 100%;margin: 20px auto;text-align: center;}
	.tbmsb_section:nth-of-type(2) .tbmsb_s_content{width: 100%;margin: 20px auto;text-align: center;}
	.tbmsb_s_content .tbmsb_sc_h2{font-size: 20px;line-height: 20px;text-align: center;}
	.tbmsb_s_content .tbmsb_sc_des{font-size: 14px;line-height: initial;text-align: center;}
	/* why thinkvision layout start */
	.wtvw_title_box .wtvw_tb_h2{font-size: 32px;line-height: 36px;}
	.wtvw_title_box .wtvw_tb_des{font-size: 16px;line-height: initial;}
	.wtvw_mainCon{width: calc(100% - 80px);}
	.wtvw_card_box section img{width: 50px;}
	.wtvw_card_box section p{font-size: 14px;line-height: 16px;}
	/* why thinkvision layout end */
}
@media screen and (min-width: 761px) and (max-width: 1000px){
	/* --------------------updated css style from ww---------------------------- */
	.splitter4ColumnsBoxThinkVision{margin-top: -200px !important;padding: 20px 12px 60px 12px !important;}
	/* ------------------------------------------------- */
	.tableBoxMainCalculator{height: 350px;}
	.tbmc_sub_background{height: 300px;}
	.tbma_i_t_h2{font-size: 20px;margin-bottom:5px;}
	.tbma_i_t_h1{font-size: 32px;}
	.tbma_i_descBox{font-size: 14px;left:100px;margin-top:15px;}
	.tbma_InitialBox .tbma_i_titleBox{left:100px;}
	.tbma_i_calculatorBox {
	    width: 90px;
	    height: 100px;
	    border: 3px solid #106D5A;
	    border-radius: 12px;
	    top: 32%;
	    left: calc(100% - 196px);
	}
	.tbma_i_calculatorBox img{width: calc(100% - 10px);}
	.tbma_i_operateBtn{width: 90px;padding: 7px 0;text-align: center;left:calc(100% - 196px);font-size: 14px;top: calc(32% + 124px);}
	.tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate{font-size: 16px;left:30px;margin-top: 15px;width: 25%;}
	.tbma_InitialBox.cal-animate .tbma_i_operateBtn{font-size: 14px;margin-top: 30px;left:30px;}
	.tbma_InitialBox.cal-animate .tbma_i_titleBox{left:30px;}
	.tbma_InitialBox.cal-animate .tbma_i_t_h2{font-size: 16px;margin-bottom: 10px;}
	.tbma_InitialBox.cal-animate .tbma_i_t_h1{font-size: 22px;}
	.tbma_InitialBox.cal-animate .tbma_i_calculatorBox{width: 57%;left: calc(43% - 36px);height: 60%;top: calc((40% - 6px) / 2);}
	.tbma_i_calculatorFunction_wrap {
	    width: calc(57% - 30px);
	    height: calc(60% - 20px);
	    top: calc((40% + 20px) / 2);
	    left: calc(43% - 18px);
	}
	.choose_item{font-size: 12px;line-height: 18px;}
	.tbma_i_cf_f-customSelect{height: 30px;}
	.tbma_i_cf_f_c_left{line-height: 30px;font-size: 14px;}
	.tbma_i_cf_f_cs-selected {
		font-size: 14px;
		line-height: 18px;
		color: #6DD13A;
		width: calc(100% - 12px);
		margin: 6px;
		height: 16px;
		background-size: auto 75%;
	}
	.tbma_i_cf_f-customShowSize{height: 28px;}
	.tbma_i_cf_defaultDays{font-size: 12px;line-height: 12px;}
	.tbma_i_cf_f_css-selected{font-size: 12px;height: 18px;line-height: 14px;margin: 7px 6px;}
	.tbma_i_cf_f-customAmount{height: 28px;}
	.tbma_i_cf_f-customAmount input{font-size: 12px;height: 18px;line-height: 18px;margin: 7px 6px;width: calc(100% - 16px);}
	.tbma_i_cf_f-customAmount input::placeholder{font-size: 12px;}
	.tbma_i_cf_f_cs-options {top: 28px;}
	.tbma_i_cf_f_cs-options span{padding: 7px 6px;font-size: 12px;line-height: 18px;}
	.calResult_p{font-size:12px;line-height: 14px;}
	.calResult_p span{font-size:10px;line-height: 12px;}
	.calResult_note{font-size:10px;line-height: 12px;}
	.reCalBtn{font-size: 14px;line-height: 14px;margin-top: 10px;}
	.tbma_i_cf_cr_item:nth-of-type(1) {margin: 18px 0;}
	.tbma_i_cf_f_cs-options{max-height: 100px;}
	.selectOperateBtn-wrap{width: 20px;height: 60px;margin-right: 8px;}
	.selectOperateBtn{top: 35px;}
	.tbma_i_cf_featureChoose li section{margin-right: 10px;}
	.tbma_i_cf_featureChoose li section {
	    margin-right: 15px;
	    width: calc((100% - 15px) / 2);
	}
	.tbma_i_cf_featureChoose li section:nth-of-type(2){margin-right: 0;}
	.tbma_i_calculatorFunction{padding-right: 5px;height: calc(100% - 28px);}
	.tableBoxMainCalculator ::-webkit-scrollbar {
	  width: 3px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-track {
	  background: #F6F6F6;
	  border-radius: 3px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-thumb {
	  background: #6DD13A;
	  border-radius: 3px;
	}
	/* text image common box layout start*/
	.tableBoxMainTextImage{width: auto;margin:0 40px;}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_image, .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img,.tableBoxMainTextImage.tR-iL-box .tbmti_default_image img, .tableBoxMainTextImage.tR-iL-box .tbmti_default_image{border-radius: 20px;height: auto;}
	.tbmti_dc_h2{font-size: 36px;}
	.tbmti_dc_des{font-size: 16px;line-height: initial;}
	.tableBoxMainTextImage.tL-iR-box{margin-left: 40px;}
	.tableBoxMainTextImage.tR-iL-box{margin-right: 40px;}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_content{padding-right: 20px;}
	.tableBoxMainTextImage.tR-iL-box .tbmti_default_content{padding-left: 20px;}
	.tableBoxMainTextVideo .tbmti_default_image{height: 200px !important;}
	.tbmtc_default_content p.tbmtc_dc_h2{font-size: 36px;margin-bottom: 25px;}
	.tbmtc_default_content p.tbmtc_dc_des{font-size: 16px;line-height: 22px;}
	.tableBoxMainTwoCard {margin-top: 20px;flex-direction: column;}
	.tbmtc_default_content{margin: 40px 40px 20px 40px;padding:50px 30px;}
	.tbmtc_default_content p.tbmtc_dc_h2{font-size: 32px;margin-bottom: 20px;}
	.tbmtc_default_content p.tbmtc_dc_des{font-size: 16px;line-height: initial;}
	.tbmtc_default_image{flex: initial;height:auto;margin:0;}
	.tbmtc_default_image img{border-radius: 0;width: 100%;height: auto;max-width: 848px;margin: 0 auto;display: block;}
	.tbms_title_box .tbms_tb_h2,.wtvw_title_box .wtvw_tb_h2{font-size: 36px;line-height: 40px;}
	.tableBoxMainSustainability{width: auto;padding: 40px;}
	.tbms_tb_des{font-size: 18px;line-height: 18px;}
	.tbms_content_box .tbms_cb_h2,.tbmsb_s_content .tbmsb_sc_h2{font-size: 22px;line-height: 22px;}
	.tbms_content_box .tbms_cb_des,.tbmsb_sc_des,.wtvw_title_box .wtvw_tb_des{font-size: 16px;line-height: initial;}
	.tableBoxMainSustainabilityBottom{width: auto;padding:40px;}
	.wtvw_mainCon{width: calc(100% - 80px);}
	.wtvw_card_box section img{width: 80px;}
	.wtvw_card_box section p{font-size: 14px;line-height: 24px;}
	.whyThinkVisionWraper {height: 400px;}
	/* text image common box layout end*/
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
	.tableBoxMainCalculator{height: 450px;}
	.tbmc_sub_background{height: 350px;}
	.tbma_i_t_h2{font-size: 24px;margin-bottom:0px;}
	.tbma_i_t_h1{font-size: 42px;}
	.tbma_i_descBox{font-size: 16px;left: 14%;margin-top:15px;}
	.tbma_InitialBox .tbma_i_titleBox{left: 14%;}
	.tbma_i_descBox_short{font-size: 18px;}
	.tbma_i_calculatorBox{width: 100px;left:calc(86% - 106px);border: 3px solid #106D5A;border-radius: 16px;}
	.tbma_i_operateBtn{width: 100px;padding: 6px 0;text-align: center;left:calc(86% - 104px);font-size: 16px;}
	.tbma_InitialBox.cal-animate .tbma_i_t_h2{font-size: 16px;margin-bottom: 10px;}
	.tbma_InitialBox.cal-animate .tbma_i_t_h1{font-size: 24px;}
	.tbma_i_descBox_short{font-size: 16px;}
	.tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate{font-size: 18px;left: 8%;}
	.tbma_InitialBox.cal-animate .tbma_i_operateBtn{font-size: 14px;margin-top: 30px;left: 8%;}
	.tbma_InitialBox.cal-animate .tbma_i_titleBox{left: 8%;}
	.tbma_i_calculatorFunction_wrap{
		width: calc(55% - 30px);
		height:calc(57.5% - 30px);
		top:calc(21% + 20px);
		left: calc(37% + 15px);
	}
	.tbma_InitialBox.cal-animate .tbma_i_calculatorBox{left: calc(37% - 3px);width: 55%;}
	.choose_item{font-size: 11px;line-height: 11px;}
	.tbma_i_cf_f-customSelect{height: 28px;}
	.tbma_i_cf_f_cs-selected {
		font-size: 11px;
		line-height: 16px;
		color: #6DD13A;
		width: calc(100% - 12px);
		margin: 6px;
		height: 16px;
	}
	.tbma_i_cf_f-customShowSize{height: 28px;}
	.tbma_i_cf_f_css-selected{font-size: 11px;height: 14px;line-height: 14px;margin: 7px 6px;}
	.tbma_i_cf_f-customAmount{height: 28px;}
	.tbma_i_cf_f-customAmount input{font-size: 11px;height: 14px;line-height: 14px;margin: 7px 6px;width: calc(100% - 16px);}
	.tbma_i_cf_f-customAmount input::placeholder{font-size: 11px;}
	.tbma_i_cf_f_cs-options {top: 28px;}
	.tbma_i_cf_f_cs-options span{padding: 7px 6px;font-size: 11px;line-height: 14px;}
	.calResult_p{font-size:12px;line-height: 14px;}
	.calResult_note{font-size:10px;line-height: 12px;}
	.reCalBtn{font-size: 14px;line-height: 14px;}
	.tbma_i_cf_cr_item:nth-of-type(1) {margin: 18px 0;}
	.tbma_i_cf_f_cs-options{max-height: 100px;}
	.selectOperateBtn-wrap{width: 22px;height: 49px;}
	.selectOperateBtn{top: 25px;}
	.tbma_i_cf_featureChoose li section{margin-right: 10px;}
	.tbma_i_cf_featureChoose li section {
	    margin-right: 10px;
	    width: calc((100% - 30px) / 4);
	}
	.tbma_i_calculatorFunction{padding-right: 5px;}
	.tableBoxMainCalculator ::-webkit-scrollbar {
	  width: 3px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-track {
	  background: #F6F6F6; 
	  border-radius: 3px;
	}
	.tableBoxMainCalculator ::-webkit-scrollbar-thumb {
	  background: #6DD13A;
	  border-radius: 3px;
	}
	.tableBoxMainTextImage{width: auto;margin: 40px;}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_image, .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img,.tableBoxMainTextImage.tR-iL-box .tbmti_default_image img, .tableBoxMainTextImage.tR-iL-box .tbmti_default_image{border-radius: 20px;height: auto;}
	.tbmti_dc_h2{font-size: 36px;}
	.tbmti_dc_des{font-size: 16px;line-height: initial;}
	.tableBoxMainTextImage.tL-iR-box{margin-left: 40px;}
	.tableBoxMainTextImage.tR-iL-box{margin-right: 40px;}
	.tableBoxMainTextImage.tL-iR-box .tbmti_default_content{padding-right: 20px;}
	.tableBoxMainTextImage.tR-iL-box .tbmti_default_content{padding-left: 20px;}
	.tbmtc_default_content p.tbmtc_dc_h2{font-size: 36px;margin-bottom: 25px;}
	.tbmtc_default_content p.tbmtc_dc_des{font-size: 16px;line-height: 22px;}
	.tableBoxMainTwoCard {margin-top: 50px;flex-direction: column;}
	.tbmtc_default_content{margin: 40px 40px 20px 40px;padding:50px 30px;}
	.tbmtc_default_content p.tbmtc_dc_h2{font-size: 32px;margin-bottom: 20px;}
	.tbmtc_default_content p.tbmtc_dc_des{font-size: 16px;line-height: initial;}
	.tbmtc_default_image{flex: initial;height:auto;margin:0;}
	.tbmtc_default_image img{border-radius: 0;width: 100%;height: auto;margin: 0 auto;display: block;}
	.tbms_title_box .tbms_tb_h2,.wtvw_title_box .wtvw_tb_h2{font-size: 36px;line-height: 40px;}
	.tableBoxMainSustainability{width: auto;padding: 40px;}
	.tbms_tb_des{font-size: 18px;line-height: 18px;}
	.tbms_content_box .tbms_cb_h2,.tbmsb_s_content .tbmsb_sc_h2{font-size: 22px;line-height: 22px;}
	.tbms_content_box .tbms_cb_des,.tbmsb_sc_des,.wtvw_title_box .wtvw_tb_des{font-size: 16px;line-height: initial;}
	.tableBoxMainSustainabilityBottom{width: auto;padding:40px;}
	.wtvw_mainCon{width: calc(100% - 80px);}
	.wtvw_card_box section img{width: 80px;}
	.wtvw_card_box section p{font-size: 14px;line-height: 24px;}
	.whyThinkVisionWraper {height: 400px;}
}
@media screen and (min-width: 1201px) and (max-width: 1599px){
	.tableBoxMainCalculator{height: 550px;}
	.tbma_i_t_h2{font-size: 30px;}
	.tbma_i_t_h1{font-size: 48px;}
	.tbma_i_descBox{font-size: 18px;left: 18%;margin-top:20px;}
	.tbma_InitialBox .tbma_i_titleBox{left: 18%;}
	.tbma_i_calculatorBox{width: 135px;left:calc(82% - 141px);border: 3px solid #106D5A;}
	.tbma_i_operateBtn{width: 135px;padding: 10px 0;text-align: center;left:calc(82% - 139px);}
	.tbma_InitialBox.cal-animate .tbma_i_t_h2{font-size: 20px;}
	.tbma_InitialBox.cal-animate .tbma_i_t_h1{font-size: 28px;}
	.tbma_i_descBox_short{font-size: 20px;}
	.tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate{font-size: 20px;left: 10%;}
	.tbma_InitialBox.cal-animate .tbma_i_operateBtn{font-size: 16px;margin-top: 30px;left: 10%;}
	.tbmc_sub_background{height: 400px;}
	.tbma_InitialBox.cal-animate .tbma_i_titleBox{left: 10%;}
	.tbma_InitialBox.cal-animate .tbma_i_calculatorBox{left: calc(37% - 6px);width: 55%;}
	.tbma_i_calculatorFunction_wrap{
		width: calc(55% - 50px);
		height:calc(57.5% - 30px);
		top:calc(21% + 20px);
		left: calc(37% + 19px);
	}
	.choose_item{font-size: 11px;line-height: 13px;}
	.tbma_i_cf_f-customSelect{height: 32px;margin-top: 5px;}
	.tbma_i_cf_f_cs-selected {
		font-size: 11px;
		line-height: 16px;
		color: #6DD13A;
		width: calc(100% - 12px);
		margin: 8px 6px;
		height: 16px;
	}
	.tbma_i_cf_f-customShowSize{height: 32px;}
	.tbma_i_cf_f_css-selected{font-size: 13px;height: 16px;line-height: 16px;margin: 8px 6px;}
	.tbma_i_cf_f-customAmount{height: 32px;}
	.tbma_i_cf_f-customAmount input{font-size: 13px;height: 16px;line-height: 16px;margin: 8px 6px;width: calc(100% - 16px);}
	.tbma_i_cf_f-customAmount input::placeholder{font-size: 13px;}
	.tbma_i_cf_f_cs-options {top: 32px;}
	.tbma_i_cf_f_cs-options span{padding: 8px 6px;font-size: 13px;line-height: 16px;}
	.calResult_p{font-size:16px;line-height: 20px;}
	.calResult_note{font-size:12px;line-height: 16px;}
	.reCalBtn{font-size: 16px;line-height: 16px;}
	.tbma_i_cf_cr_item:nth-of-type(1) {margin: 18px 0;}
	.tbma_i_cf_defaultDays{
		font-size: 12px;
		line-height: 12px;
	}
	.tbma_i_cf_f_cs-options{max-height: 120px;}
	.selectOperateBtn-wrap{width: 25px;height: 58px;}
	.selectOperateBtn{top: 29px;}
	.tbmti_dc_h2{font-size: 42px;}
}
@media screen and (min-width: 1201px) and (max-width: 1299px){
	.tbma_InitialBox.cal-animate .tbma_i_t_h1{font-size: 26px;}
}


