:root {
    --gotham: "Gotham";
    --gotham-book: "Gotham Book";
    --fullsize: 100%;
    --blue: #3e8ddd;
    --black: #333f48;
    --dark-black: #000000;
    --grey: #808080;
    --red: #da140a;
    --white: #fff;
    --purple: #8046a8;
    --green: #6abc46;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.common-menu {
    position: relative;
    /*
	width: var(--fullsize);
	height: var(--fullsize);
*/
    padding-left: 400px;
    padding-top: 50px;
    padding-right: 80px;
}

.circle-img {
    width: 300px;
    height: 300px;
}

.circle-img img {
    width: 100%;
}

.lenovo-text-img img {
    width: 100%;
}

.hide {
    display: none !important;
}

/*for services*/

.maincontent {
    height: var(--fullsize);
}

.maincontent.service-menu {
    padding-top: 50px;
}

.service-menu .heading h3 span {
    font-weight: normal;
}

.data-circle-main {
    max-width: 1200px;
    margin: 0 auto;
}
/* #intelXenonLogo {
    width: 92px;
    height: 92px 
}
#XenonLogo {
    display: flex;
    position: absolute;
    left: 40px;
    top: 160px;
} */

.data-circle {
    padding: 30px 0 40px;
    text-align: center;
    margin-right: 65px;
}

.data-circle .data-circle-inner {
    display: inline-block;
    position: relative;
}

.data-circle-inner .lenovo-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.data-circle-inner .circle-img img {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}

/* Safari and Chrome */
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background: none;
}

.invalid-feedback {

    font-weight: normal;
    font-family: "Gotham Book";
    text-transform: capitalize;
    margin-top: 1rem;
    font-size: .875em;
    color: #dc3545;
}


.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

::placeholder {
    color: #6abc46;
    opacity: 1;
    /* Firefox */
}

.data-circle .data-circle-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.data-circle .data-circle-content.left {
    right: auto;
}

.data-circle .data-circle-content {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 0;
    text-decoration: none;
}

.data-circle .data-circle-content.discover {
    top: -25px;
    left: -188px;
    display: flex;
}

.data-circle .data-circle-content.design {
    top: -23px;
    right: -130px;
}

.data-circle .data-circle-content.implement {
    top: 50%;
    right: -80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.data-circle .data-circle-content.support {
    bottom: -22px;
    right: -147px;
}

.data-circle .data-circle-content.optimize {
    bottom: -26px;
    left: -197px;
}

.data-circle .data-circle-content.retire {
    top: 50%;
    left: -260px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.data-circle .data-circle-content.left .img {
    order: 1;
    margin-left: 72px;
    margin-right: 0;
}

.data-circle-list .active {
    background-color: transparent !important;
    opacity: 1;
    border-top: none;
}

.data-circle .data-circle-content .img {
    display: block;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin-right: 0px;
}

.data-circle .data-circle-content.discover .img {
    background-image: url(../images_gl/icon/lifecircle/discover.svg);
}

.data-circle .data-circle-content.discover.active .img,
.data-circle .data-circle-content.discover:hover .img {
    background-position: right;
}

.data-circle .data-circle-content.design .img {
    background-image: url(../images_gl/icon/lifecircle/design.svg);
}

.data-circle .data-circle-content.design.active .img,
.data-circle .data-circle-content.design:hover .img {
    background-position: right;
}

.data-circle .data-circle-content.implement .img {
    background-image: url(../images_gl/icon/lifecircle/implement.svg);
}

.data-circle .data-circle-content.implement.active .img,
.data-circle .data-circle-content.implement:hover .img {
    background-position: right;
}

.data-circle .data-circle-content.support .img {
    background-image: url(../images_gl/icon/lifecircle/support.svg);
}

.data-circle .data-circle-content.support.active .img,
.data-circle .data-circle-content.support:hover .img {
    background-position: right;
}

.data-circle .data-circle-content.optimize .img {
    background-image: url(../images_gl/icon/lifecircle/optimize.svg);
}

.data-circle .data-circle-content.optimize.active .img,
.data-circle .data-circle-content.optimize:hover .img {
    background-position: right;
}

.data-circle .data-circle-content.retire .img {
    background-image: url(../images_gl/icon/lifecircle/retire.svg);
}

.data-circle .data-circle-content.retire.active .img,
.data-circle .data-circle-content.retire:hover .img {
    background-position: right;
}


.data-circle .data-circle-content .text {
    color: var(--green);
    font-weight: bold;
    display: block;
    font-size: 25px;
    position: relative;
    left: 30px;
}

.data-circle .data-circle-content.active .text,
.data-circle .data-circle-content:hover .text {
    color: var(--blue);
}

.data-circle .data-circle-content .text::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px;
    margin-left: 5px;
}

.data-circle .data-circle-content.active .text::after,
.data-circle .data-circle-content:hover .text::after {
    border-top-color: var(--blue);
    border-right-color: var(--blue);
}

.data-input-content-main {
    border-top: 1px solid var(--blue);
}

.data-input-content-main .data-input {
    margin-top: 15px;
}

.data-input-content-main .data-input .form-control {
    border: 1px solid #6abc48;
    color: var(--green);
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#service-input {
    width: 100%;
    background-color: #fafafa;
    outline: none;
}

.data-input-content-main .data-input .form-control:focus {
    border-color: var(--green);
}

.data-input-content-main .data-input .form-control.is-invalid,
.data-input-content-main .data-input .form-control.is-invalid:focus {
    border-color: #dc3545;
    color: #dc3545;
}

.data-input-content {
    margin-top: 7px;
    font-size: 15px;
}

.data-input-content .title {
    display: block;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 26px;
}

.data-input-content .data-input-list-main {
    display: flex;
    flex-wrap: nowrap;
}

.data-input-content .data-input-list-main .data-input-list-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.data-input-content .data-input-list-main .data-input-list-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.data-input-content .data-input-list-main .data-input-list-left ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.data-input-list-left ul>li::marker,
ol>li::marker {
    font-size: 0px;
}

.data-input-content .data-input-list-main .data-input-list-left ul>li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--blue);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.data-input-content .data-input-list-main .data-input-list-left ul li span {
    display: inline-block;
    color: var(--blue);
    vertical-align: middle;
}

.data-input-content .data-input-list-main .data-input-list-left ul li ol li {
    position: relative;
}

.data-input-content .data-input-list-main .data-input-list-left ul li ol>li::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    top: 11px;
    left: 0px;
}

.data-input-content .data-input-list-main .data-input-list-right {
    flex: 0 0 60%;
    max-width: 43%;
}

.service1 .data-input-list-right h4,
.service2 .data-input-list-right h4 {
    max-width: 450px;
}

.data-input-content .data-input-list-main .data-input-list-right h4 {
    font-size: 15px;
    font-weight: normal;
    max-width: 700px;
}


/*End for services*/
/*For Basic Player*/
#onloadCopy,
#point3text,
#point4text,
#point5text,
#point6text,
#point7text,
#point8text,
#point9text,
#point10text,
#point11text,
#point12text,
#point13text,
#point14text,
#point13text,
#point16text,
#point17text,
#point19text,
#point19text,
#point20text {
    /*    display: none !important;*/
}

/*End Basic*/
#canvasContainer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#loaderDfr {
    position: absolute;
    left: 650px;
    top: 330px;
    display: block;
    z-index: 1020;
}

#adhoc_meet_img {
    display: none;
    position: absolute;
    top: 196px;
    left: 32px;
    width: 637px;
    /*    pointer-events: none;*/
}

/*
#menu7, #menu9, #menu5{
    display : block!important;
}
*/
#schedule_meet_div {
    display: none;
}

.animPlayBtns img {
    width: 65px;
    height: 43px;
    z-index: 11111111;
}

/*neo*/
/*text fade from left to right*/
.textFadeClass {
    top: 330px;
    left: 760px;
    position: relative;
    /* line-height: 01em; */
    overflow: hidden;
    margin-bottom: 10px;
    width: 450px;
    display: none;
}

.fadingEffect {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #dfdfe4;
}

.firstChild {
    /*    color: #0070c0;*/
    font-size: 18px;
    font-weight: bold;
}

.learnmore {
    text-align: right;
    padding-bottom: 5px;
    text-decoration: none;
}

.learnmore a {
    text-decoration: none;
    color: #000;
}

.learnmore::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: 0px;
}

#point4img {
    width: 60%;
    left: 0;
    top: 0;
    position: absolute;
    transform: translate(45%, 26%);
}

#block {
    background-color: #498bc9;
    width: 100px;
    border: 1px solid #498bc9;
    top: 161px;
    left: 600px;
    position: absolute;
    z-index: 0;
    text-align: right;
    color: #fff;
    /* height: 50px; */
    padding: 5px;
}

#schedule_meet_img {
    display: block;
    position: absolute;
    top: 197px;
    left: 33px;
    width: 698px;
    /*    pointer-events: none;*/
}

.pointcontent,
#topheading,
#onloadCopy {
    /*    pointer-events: none;*/
}

.pointcontent {
    text-align: left;
    position: absolute;
    padding: 10px;
    z-index: 0;
    display: none;
    height: auto;
}

/*
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light_gdi.eot');
    src: url('fonts/Gotham-Light_gdi.eot') format('embedded-opentype'),
         url('fonts/Gotham-Light_gdi.woff') format('woff'),
         url('fonts/Gotham-Light_gdi.ttf') format('truetype'),
         url('fonts/Gotham-Light_gdi.svg#MyriadProLight') format('svg');
}
*/



@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/gotham_book/Gotham-Book.eot');
    src: url('fonts/gotham_book/Gotham-Book.eot') format('embedded-opentype'),
        url('fonts/gotham_book/Gotham-Book.woff') format('woff'),
        url('fonts/gotham_book/Gotham-Book.ttf') format('truetype'),
        url('fonts/gotham_book/Gotham-Book.svg#MyriadProLight') format('svg');
}

@font-face {
    font-family: 'Gotham-Bold_gdi';
    src: url('fonts/Gotham-Bold_gdi.eot');
    src: url('fonts/Gotham-Bold_gdi.eot') format('embedded-opentype'),
        url('fonts/Gotham-Bold_gdi.woff') format('woff'),
        url('fonts/Gotham-Bold_gdi.ttf') format('truetype'),
        url('fonts/Gotham-Bold_gdi.svg') format('svg');
}



html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3b4652;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    font-family: 'Gotham-Book';

}

body {
    color: #3b4652;
    padding: 0px;
    font-family: 'Gotham-Book' !important;
    margin: 0px;
    overflow: hidden;
}

#blackPatch {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background-color: white;
}

#close {
    position: absolute;
    top: -531px;
    left: 1145px;
    display: none;
}

.switchView {
    position: absolute;
    bottom: 15px;
    left: 145px;
    color: #000;
    padding: 8px 30px;
    height: 21px;
    /* border: 1px solid #000; */
    cursor: pointer;
    font-size: 19px;
    font-family: Audty1;
    z-index: 1;
    top: 15px;
    /*  background-color: #000;*/
}

/* Slider css start */
.js-slideshow {
    height: 387px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.js-slideshow img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -10;
    transition: all 800ms;
}

.js-slideshow img.is-shown {
    transition: all 800ms;
    opacity: 1;
    z-index: 10;
}

.switchViewext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    /* color: #000;*/
    padding: 8px 30px;
    height: 21px;
    /*border: 1px solid #000;*/
    /*cursor: pointer;*/
    font-size: 19px;
    font-family: Audty1;
    z-index: 1;
    top: 15px;
    /* opacity: 0.2;*/
    background-color: #000;
}

/* .carousel-item {
    opacity: 0;
    transition: 0.5s opacity;
} */
.carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

.overviewSlideMain .carousel {
    height: var(--fullsize);
}

.overviewSlideMain .carousel-control {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: var(--fullsize);
    z-index: 111;
    margin-top: 0;
    padding-top: 1rem;
    border: none;
}

.overview-menu.v1 .heading h3 {
    color: var(--blue);
    font-size: 45px;
    font-weight: bold;
}

.common-menu2 {
    position: relative;
    width: var(--fullsize);
    height: var(--fullsize);
    padding-left: 400px;
    padding-top: 50px;
    padding-right: 80px;
}

.fullScreenBox {
    right: 20px;
    top: 26px;
    position: absolute;
    cursor: pointer;
    z-index: 1005;
    width: 32px;
    height: 32px;
}

#reset {
    right: 40px;
    bottom: 90px;
    visibility: hidden;
    z-index: 1005;
}

#home {
	position: absolute;
	left: 1225px;
	top: 18px;
	display: block;
	z-index: 1008;
}

#backText {
    left: 1245px;
    top: 63px;
    z-index: 1008;
    position: absolute;
    font-family: 'Gotham-Book';
    font-size: 12px;
}

.cur {
    cursor: pointer;
    z-index: 10;
    display: none;
    line-height: 20px;
}

.navDiv {
    display: block;
    position: absolute;
    overflow: hidden;
    font-family: 'LenovoGridnik';
    font-size: 16px;
    color: #EC3729;
    z-index: 3;
}

#Menu_test2 {
    position: absolute;
    left: 53px;
    top: 186px;
    max-width: 387px;
    text-align: left;
    display: none;
    background-color: black;
    opacity: 0.7;
    line-height: 20px;
}

.text_head {
    font-size: 15px;
    color: #fff;
    padding: 25px 17px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
}

#Menu6text {
    display: none;
    /*	pointer-events: none;*/
}

.Text6menu {
    position: absolute;
    /*    background: rgba(0,0,0, 0.4);*/
    padding: 5px;
    opacity: 1;
    font-size: 15px;
    color: #000;
    font-family: 'Gotham-Book';
    /*	font-family: 'Gotham';*/
}

#Menu3text {
    display: none;
    /*	pointer-events: none;*/
}

.Text3menu {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    opacity: 0.7;
    font-size: 15px;
    font-family: 'Gotham-Book';
    /*	font-family: 'Gotham';*/
    color: #fff;
}

.Point2text {
    top: 18px;
    left: 714px;
    position: absolute;
    width: 280px;
}


.point2text1 li,
.point4text1 li,
.point5text1 li {
    line-height: 20px;
}

#point2img1 {
    position: absolute;
    display: none;
    top: -290px;
    left: -788px;
}

#point2img5 {
    display: block;
    opacity: 1;
    left: 250px;
    position: fixed;
    top: 580px;
    width: 128px;
}

#point3img5 {
    /* display: block;
    opacity: 1;
    left: 303px;
    position: fixed;
    top: 303px;
    width: 128px; */

    opacity: 1;
    left: 250px;
    position: fixed;
    top: 580px;
    width: 128px;
}

#point2img2 {
    position: absolute;
    display: none;
    top: -360px;
    left: -438px;
}

#Menu2text {
    top: 17px;
    left: 47px;
    position: absolute;
    /* width: 280px; */
    /* transform: rotate(15deg); */
    display: none;
}

#imageContainer {
    z-index: 1;
    cursor: pointer;
}

#backButton {
    text-transform: uppercase;
    color: var(--red);
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 1203px;
    border: none;
    background: transparent;
    z-index: 1008;
    display: none;
}

.back-button .text {
    display: block;
    margin-top: 8px;
}

#loader {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    padding: 0px 0px;
    margin: 0px;
    z-index: 0;
    /*   display: none;*/
}

#loader1 {
    z-index: 3050;
    position: absolute;
    left: 0px;
    /* top: -3px; */
    text-align: left;
    padding: 0px 0px;
    margin: 0px;
    /* display: none; */
}

#loader2 {
    z-index: 5030;
    position: absolute;
    left: -300px;
    top: -11px;
    text-align: left;
    padding: 0px 0px;
    margin: 0px;
    /*  display: none;*/
}

#loaderbar {
    position: absolute;
    left: 300px;
    top: 78px;
    width: 1px;
    outline: none;
    overflow: hidden;
}

/*#superblazeWrapper, #superblaze{
  max-width: 1400px;
}*/
#scenediv {
    /*position: absolute;*/
    text-align: left;
    padding: 0px 0px;
    margin: 0;
    width: 1284px;
    height: 721px;
    visibility: visible;
    border: 1px solid rgb(128, 128, 128);
    /*max-width: 1400px;*/
    /* background-image: url(../images_gl/lenovo_smart_hub_500_UI_05.jpg);*/
    overflow: hidden;
    position: absolute;
}

#zoomSliderContainer {
    position: absolute;

}

.ui-slider {
    border: 1px solid #aaaaaa;
    background: #ffffff;
}

.ui-slider .ui-widget-header {
    background: #0083CA;
}

.ui-corner-all {
    /*visibility: hidden;*/
}

.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: url(../images_gl/zoom_Dot.png) no-repeat;
    overflow: hidden;
    position: absolute;
    left: -34px;
    border-style: none;
    outline: none;
}

.ui-slider-handle-hover {
    width: 41px;
    height: 16px;
}

.zoom {
    position: absolute;
    left: -2px;
    top: -2px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

#zoomInBtn {
    background-image: url("../images_gl/plus_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    cursor: pointer;
}

#zoomInBtnActive {
    background-image: url("../images_gl/plus_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    visibility: hidden;
    cursor: pointer;
}

#zoomOut {
    left: -2px;
    top: 161px;
    cursor: pointer;
}

#zoomOutBtn {
    background-image: url("../images_gl/minus_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    cursor: pointer;
}

#zoomOutBtnActive {
    background-image: url("../images_gl/minus_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    visibility: hidden;
    cursor: pointer;
}

.btn {
    position: absolute;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.btn1 {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 3;
}

.btn2 {
    /*
    height: 34px;
    width: 35px;
*/
    position: absolute;
    cursor: pointer;
}

#resetBtn {
    background-repeat: no-repeat;
    overflow: hidden;
}

#lenovo_logo {
    position: absolute;
    bottom: 136px;
    right: 0px;
    z-index: 0;
    height: 119.8px;
}

#Think_smart {
    position: absolute;
    top: 29px;
    left: 39px;
}


#rightAnim {
    position: absolute;
    top: 80px;
    right: -235px;
    z-index: 9999;
    cursor: pointer;
    color: #fff;

}

#righttxt1 {
    list-style: none;
    position: absolute;
    top: 44px;
    left: 28px;
    font-size: 12px;
    font-family: 'Gotham-Book';
    line-height: 70px;
}

#righttxt2 {
    list-style: none;
    position: absolute;
    top: 10px;
    left: 41px;
    font-size: 11px;
    font-family: 'Gotham-Book';
}

#rightAnim ul li:before {
    background-color: rgba(113, 112, 115, 0);
}

/*-----------colors1-------------*/
#colors16 {
    display: none;
    position: absolute;
    left: 13px;
    bottom: -32px;
    height: 30px;
    width: 300px;
}


/*---------------colors16-------------*/
#colors15 {
    display: none;
    position: absolute;
    left: 13px;
    bottom: -32px;
    height: 30px;
    width: 300px;
}

#option28 {
    left: 0px;
}

#option28Btn {
    overflow: hidden;

}

#option28BtnActive {
    overflow: hidden;
    visibility: hidden;
}



#forselectcolor16 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor1 {
    display: none;
    position: absolute;
    left: 320px;
    bottom: -23px;
}

#forselectcolor2 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor3 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor4 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor5 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor6 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor7 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor8 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor9 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor10 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor11 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor12 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor13 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor14 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#forselectcolor15 {
    display: none;
    position: absolute;
    left: 26px;
    bottom: -23px;
}

#first {
    position: absolute;
    right: -80px;
    bottom: 20px;
    height: 33px;
    width: 420px;
    cursor: pointer;
}

#fan {
    position: absolute;
    left: 26px;
}

#fan1 {
    position: absolute;
    left: 81px;
}

#fan2 {
    position: absolute;
    left: 161px;
}

#fan3 {
    position: absolute;
    left: 296px;
}

#logo {
    position: absolute;
    right: 20px;
    top: 4px;
}

#design {
    position: absolute;
    left: 14px;
    top: 20px;
    height: 30px;
    width: 266px;
    /*z-index: 3;*/
}

#exterior {
    position: absolute;
    cursor: pointer;
}

#interior {
    position: absolute;
    left: 130px;
    cursor: pointer;
    top: 0px;
}

#on {
    position: absolute;
    left: 161px;
    display: block;
}

#off {
    position: absolute;
    left: 161px;
    display: none;
}

/* new  css for ne2572 */
html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    background-color: #fff; */
    color: #000;
    overflow: hidden;
}

body {
    background-color: #fff;
    color: #3b4652 !important;
    padding: 0px;
    font-size: 18px;
    margin: 0px;
}

table,
th,
td {
    border: 1px solid white;
}

.headingText {
    opacity: 0;
    font-size: 25px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
    /*text-transform: uppercase;*/
}

.heading5Text,
.heading6Text,
.heading7Text {
    opacity: 0;
    font-size: 31px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
    /*text-transform: uppercase;*/
}

.headingText1,
.headingText2,
.headingText3,
.headingText4 {
    opacity: 0;
    font-size: 31px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
    /*text-transform: uppercase;*/
}


.body5Text,
.body6Text,
.body7Text {
    opacity: 0;
    font-size: 28px;
    width: 670px;
    padding-top: 77px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
    line-height: 20px;
}

.textfadin {
    padding-top: 30px;
}

.bodyText {
    opacity: 1;
    font-size: 15px;
    width: 670px;
    padding-top: 10px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
}

.bodyTextMenu10 {
    /*    opacity:0;*/
    font-size: 17px;
    width: 670px;
    padding-top: 30px;
}

.bodyText1 {
    opacity: 0;
    font-size: 28px;
    width: 670px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /*font-family:'LenovoGridnik';*/
}

.imageTrans {
    opacity: 0;
    padding-top: 30px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
}

#topheading {
    left: 520px;
    top: 9px;
    font-size: 30px;
    font-family: 'Gotham-Bold_gdi';
    position: absolute;
    /* height: auto; */
    padding: 10px;
    z-index: 1005;
    opacity: 1;
    line-height: 24px;
    /* text-transform: uppercase; */
    width: 500px;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
}

.noselect,
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    /*  -webkit-backface-visibility: hidden;*/
    /*  -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
}

img,
svg {
    vertical-align: middle;
}

.insideBtnController {
    position: absolute;
    top: 0;
    left: 170px;
    z-index: 30;
    display: none;
}

.greyOutBox {
    position: relative;
    top: 3px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #707072;
    z-index: 0;
    display: inline-block;
}

.redOutBox {
    background-color: #ff0000;
}


.productName {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
    overflow: hidden;
    /* font-family: 'LenovoGridnik'; */
    font-size: 20px;
    color: #ededed;
    width: 1268px;
    background-image: url(../images_gl/Thinkagle_Newbar.svg);
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: -97px;*/
}

span#pauseplayImg {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 8px;
}

span#pauseplayImg2 {
    display: none;
    position: absolute;
    right: 12px;
    top: 8px;
}

.productName span {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 186px;
    font-family: "Gotham-Book";
}

.productName img {
    position: absolute;
    top: 19px;
    left: 34px;
}

.topheading {
    position: absolute;
    top: 100px;
    left: 55px;
    opacity: 1;
    width: 760px;
}

sub-heading-text {
    position: absolute;
    left: 87px;
    top: 110px;
    z-index: 0;
    font-size: 22px;
    color: #464646;
    display: block;
}

#wellcomeMessage {
    left: 84px;
    top: 820px;
    font-size: 18px;
    text-align: left;
    position: absolute;
    max-width: 520px;
    height: auto;
    padding: 5px;
    z-index: 0;
    display: block;
    color: #ffffff;
    background-color: #505050;
}

.vertical-line {
    width: 2px;
    height: 0px;
    background-color: rgb(236, 55, 41);
    position: absolute;
    overflow: hidden;
    left: 3px;
}

.vertical-line_1 {
    width: 2px;
    height: 0px;
    background-color: rgb(236, 55, 41);
    position: absolute;
    overflow: hidden;
    left: 3px;
}

.vertical-line-box {
    width: 2px;
    height: 0px;
    background-color: rgb(236, 55, 41);
    position: absolute;
    overflow: hidden;
}

.horizontal-line {
    height: 2px;
    width: 0px;
    background-color: rgb(236, 55, 41);
    position: absolute;
    overflow: hidden;
    left: 171px;
}

.horizontal-line1 {
    height: 2px;
    width: 0px;
    background-color: rgb(236, 55, 41);
    position: absolute;
    overflow: hidden;
    left: 179px;
}

.line-bottom .vertical-line {
    left: 3px;
    top: 0;
}

.line-bottom .horizontal-line,
.line-top .vertical-line {
    left: 3px;
    bottom: 0;
}

.line-bottom .right-hori,
.right-hori {
    right: 3px;
    left: auto;
}

/*
li:before {
    content: '';
 background-color: rgba(107, 106, 108, 1);
     background-color:#333f48;
    
 display: inline-block;
 position: relative;
 height: 7px;
 width: 7px;
 border-radius: 50px;

 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 -moz-background-clip: padding;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 margin-right: 5px;
 top: -1px;
}
*/
/*

*/

#right_txt li {
    list-style: none;
}

li {
    list-style-type: disc;

}

/*cloudController css*/
#pointtext1,
#point2text,
#point3text,
#point5text,
#point7text,
#point9text,
#point10text {
    pointer-events: all;
}


#point2text1 {
    position: absolute;
    top: -15px;
    left: 67px;
    width: 832px;
}

div#rightSideController {
    z-index: -1;
    pointer-events: all;
    overflow: hidden;
    font-family: 'Gotham-Book';
    margin-left: -29px;
}

ul.point10list>li {
    margin-top: 9px;
}

.animPlayBtns span,
.animPlayBtns1 span {
    position: absolute;
    top: 2px;
    display: inline-block;
    left: 35px;
    color: #4a555d;
    font-size: 14px;
    /* background-color: #bababe; */
}


/*ThinkSystem SR670 start*/

/*point1text*/

#onloadCopy {
    left: 300px;
    /* top: 120px; */
    top:100px;
    /* bottom: 330px; */
    font-size: 16px;
    text-align: left;
    position: absolute;
    width: 920px;
    height: 181px;
    z-index: 3029;
    -webkit-transition: transform .6s, opacity .3s;
    -moz-transition: transform .6s, opacity .3s;
    -o-transition: transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    /* overflow: hidden; */
}

#onloadCopy ul {
    width: 720px;
}

#onloadCopy ul li {
    text-align: left;
    line-height: 22px;
}

.listTitle {
    text-align: left;
    margin-left: -5px;
    background-color: #E2231A;
    color: #FFFFFF;
    padding: 5px 5px 5px 10px;
    width: 460px;
}

.listTitle.second-para {
    position: absolute;
    top: 0px;
    left: 500px;
    width: 413px;
    background-color: #6F7170;
}

.listItems.second-list {
    /*position: absolute;
    left: 502px;
    top: 45px;*/
    position: absolute;
    left: 20px;
    top: 0px;
}

#HeadingText {
    position: absolute;
    top: 34px;
    left: 265px;
    width: 1000px;
    text-align: center;
    font-size: 25px;
    font-family: 'Gotham-Bold_gdi';
}




/*point2text*/

#point3text1 {
    position: absolute;
    left: 300px;
    top: 140px;
    width: 182px;

    font-size: 16px;

}

#edge_box_container,
#edge_box_desc_container {
    position: absolute;
    width: 1000px;
    top: 300px;
    left: 260px;
}

#edge_box_desc_container {
    top: 400px;
    padding-left: 28px;
}

#edge_box_container .edge-box,
#edge_box_desc_container .edge-box-desc {
    display: inline-block;
    width: 130px;
    margin: 0px 0px 0px 65px;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Gotham-Bold_gdi';
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 15px;
}

#edge_box_container #edge_box1 {
    background-color: #6ABF4A;
}

#edge_box_container #edge_box2 {
    background-color: #00BBE3;
}

#edge_box_container #edge_box3 {
    background-color: #BFBFBF;
}

#edge_box_container #edge_box4 {
    background-color: #FF6A00;
}

#edge_box_desc_container .edge-box-desc {
    color: #3b4652;
    vertical-align: top;
    padding: 0px;
    margin: 0px 20px;
    width: 196px;
}

/*#edge_box_desc_container #edge_box_desc3{
    margin-left: 3px;
}*/
.point3_ul {
    position: absolute;
    top: 530px;
    left: 315px;
    line-height: 30px;
    width: 350px;
}

#point3text2,
#point3text3,
#point3text4,
#point3text5 {
    position: absolute;
    top: 540px;
    width: 170px;
    text-align: center;
    font-size: 16px;
    font-family: 'Gotham-Bold_gdi';
}

#point3text2 {
    left: 325px;
}

#point3text3 {
    left: 560px;
}

#point3text4 {
    left: 795px;
}

#point3text5 {
    left: 1030px;
}

#point3img1 {
    position: absolute;
    top: 366px;
    left: 733px;
    width: 60px;
}

#point3img2 {
    position: absolute;
    top: 168px;
    left: 567px;
    width: 150px;
}

#point3img3 {
    position: absolute;
    top: 179px;
    left: 341px;
    width: 120px;
}

#point3img4 {
    position: absolute;
    top: 366px;
    left: 967px;
    width: 60px;
}

/* #point3img5{
    position: absolute;
    width: 750px;
}
#point3img5_div{
    position: absolute;
    overflow: hidden;
    top: 438px;
    left: 375px;
} */
#point3img6 {
    position: absolute;

    width: 470px;
}

#point3img6_div {
    position: absolute;
    overflow: hidden;
    top: 438px;
    left: 418px;
}

#point3_2d_img1 {
    position: absolute;
    left: 801px;
    top: 168px;
    width: 185px;
}

#point3_2d_img2 {
    position: absolute;
    left: 1010px;
    top: 202px;
    /* z-index: -1; */
    width: 210px;
}

#point2_headingText {
    position: absolute;
    top: 45px;
    left: 615px;
    width: 200px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';
}

#hot144 {


    font-size: 15px;
    text-align: center;
    top: 59px;
    position: absolute;
    left: -617px;
    width: 152px;
    pointer-events: none;
}

#hot155 {


    font-size: 15px;
    text-align: center;
    top: 65px;
    position: absolute;
    left: -606px;
    width: 152px;
    pointer-events: none;
}

.dot::before {
    content: "";
    position: absolute;
    background-color: #eb140a;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

#hotspot1 {
    position: absolute;
}

#hot1 {
    font-size: 15px;
    text-align: center;
    top: 65px;
    position: absolute;
    left: 166px;
    width: 170px;
    pointer-events: none;
}

#hotspot1plus {
    position: absolute;
    left: 0px;
    pointer-events: none;
    height: 35px;
    border-left-width: 2px;
}

#hot1_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 482px;
    height: 0px;
    top: 33px;
    left: 0px;
    transform: rotate(0deg);
}

#hot1_2 {
    position: absolute;
    border-top: 2px dotted red;
    width: 30px;
    height: 0px;
    top: 48px;
    left: 230px;
    transform: rotate(90deg);
}

#hotspot1plus.dot::before {
    left: -4px;
}

#hotspot2plus.dot::before {
    left: -4px
}

#hotspot2 {
    position: absolute;
}

#hot2 {
    font-size: 15px;
    text-align: center;
    top: 111px;
    position: absolute;
    left: 226px;
    width: 170px;
    pointer-events: none;
}

#hotspot2plus {
    position: absolute;
    left: 10px;
    pointer-events: none;
    height: 35px;
    border-left-width: 2px;
}

#hotspot3 {
    position: absolute;
}

#hot3 {
    font-size: 15px;
    text-align: center;
    top: -145px;
    position: absolute;
    left: -56px;
    width: 120px;
    pointer-events: none;
}

#hotspot3plus {
    position: absolute;
    top: -105px;
    left: 0px;
    pointer-events: none;
    height: 95px;
    border-left-width: 2px;
}

#hotspot3plus.dot::before {
    left: -4px;
    top: 90px;
}

#hotspot4 {
    position: absolute;
}

#hot4 {
    font-size: 15px;
    text-align: center;
    top: -150px;
    position: absolute;
    left: 130px;
    width: 200px;
    pointer-events: none;
}

#hotspot4plus {
      position: absolute;
    top: -88px;
    left: 215px;
    pointer-events: none;
    height: 98px;
    border-left-width: 2px;
}

#hotspot4plus.dot::before {
    left: -4px;
    top: 95px;
}

#hotspot5 {
    position: absolute;
}

#hot5 {
    font-size: 15px;
    text-align: center;
    top: 80px;
    position: absolute;
    left: 160px;
    width: 100px;
    pointer-events: none;
}

#hotspot5plus {
    position: absolute;
    top: 35px;
    left: 215px;
    pointer-events: none;
    height: 45px;
    border-left-width: 2px;
}

#hotspot5plus.dot::before {
    left: -4px;
}


#hotspot6 {
    position: absolute;
}

#hot6 {
    font-size: 15px;
    text-align: center;
    top: 133px;
    position: absolute;
    left: 0px;
    width: 80px;
    pointer-events: none;
}

#hotspot6plus {
    position: absolute;
    top: 5px;
    left: 38px;
    pointer-events: none;
    height: 125px;
    border-left-width: 2px;
}

#hotspot6plus.dot::before {
    left: -4px;
}

#hotspot7 {
    position: absolute;
}

#hot7 {
    font-size: 15px;
    text-align: center;
    top: -75px;
    position: absolute;
    left: 145px;
    width: 80px;
    pointer-events: none;
}

#hotspot7plus {
    position: absolute;
    top: -90px;
    left: 90px;
    pointer-events: none;
    height: 95px;
    border-left-width: 2px;
    transform: rotate(270deg);
}

#hotspot7plus.dot::before {
    left: -4px;
}


#hotspot8 {
    position: absolute;
}

#hot8 {
    font-size: 15px;
    text-align: center;
    top: -10px;
    position: absolute;
    left: -155px;
    width: 80px;
}

#hotspot8plus {
    position: absolute;
    top: -33px;
    left: -40px;
    height: 65px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hotspot8plus.dot::before {
    left: -4px;
}

#hotspot9 {
    position: absolute;
}

#hot9 {
    font-size: 15px;
    text-align: center;
    top: 55px;
    position: absolute;
    left: -43px;
    width: 80px;
}

#hotspot9plus {
    position: absolute;
    left: 0px;
    height: 55px;
    border-left-width: 2px;
}

#hotspot9plus.dot::before {
    left: -4px;
}


#hotspot10 {
    position: absolute;
}

#hot10 {
    font-size: 15px;
    text-align: center;
    top: -120px;
    position: absolute;
    left: -43px;
    width: 100px;
}

#hotspot10plus {
    position: absolute;
    top: -78px;
    left: 0px;
    height: 75px;
    border-left-width: 2px;
    transform: rotate(180deg);
}

#hotspot10plus.dot::before {
    left: -4px;
}

#hotspot11 {
    position: absolute;
}

#hot11 {
    font-size: 15px;
    text-align: center;
    top: 81px;
    position: absolute;
    left: -26px;
    width: 120px;
}

#hotspot11plus {
    position: absolute;
    left: 0px;
    height: 35px;
    border-left-width: 2px;
}

#hot11_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 33px;
    height: 0px;
    top: 33px;
    left: 0px;
    transform: rotate(0deg);
}

#hot11_2 {
    position: absolute;
    border-top: 2px dotted red;
    width: 30px;
    height: 0px;
    top: 18px;
    left: 20px;
    transform: rotate(90deg);
}

#hot11_3 {
    position: absolute;
    border-top: 2px dotted red;
    width: 43px;
    top: 55px;
    left: -5px;
    transform: rotate(90deg);
}

#hotspot11plus.dot::before {
    left: -4px;
}

#hot11_2.dot::before {
    left: -4px;
    top: -3px;
}

#hotspot12 {
    position: absolute;
}

#hot12 {
    font-size: 15px;
    text-align: center;
    top: -158px;
    position: absolute;
    left: -63px;
    width: 120px;
}

#hotspot12plus {
    position: absolute;
    top: -118px;
    left: 0px;
    height: 110px;
    border-left-width: 2px;
    transform: rotate(180deg);
}

#hotspot12plus.dot::before {
    left: -4px;
}

#hotspot13 {
    position: absolute;
}

#hot13 {
       font-size: 15px;
    text-align: center;
    top: -218px;
    position: absolute;
    left: -63px;
    width: 173px;
}

#hotspot13plus {
    position: absolute;
    top: -198px;
    left: 0px;
    height: 200px;
    border-left-width: 2px;
    transform: rotate(180deg);
}


#hotspot13plus.dot::before {
    left: -4px;
}

#hotspot14 {
    position: absolute;
}

#hot14 {
    font-size: 15px;
    text-align: center;
    top: 98px;
    position: absolute;
    left: -93px;
    width: 255px;
}


#hotspot14plus {
    position: absolute;
    top: 8px;
    left: 0px;
    height: 90px;
    border-left-width: 2px;
    transform: rotate(360deg);
}


#hotspot14plus.dot::before {
    left: -4px;
}

#hotspot15 {
    position: absolute;
}

#hot15 {
    font-size: 15px;
    text-align: center;
    top: 63px;
    position: absolute;
    left: 53px;
    width: 150px;
    display: none;
}


#hotspot15plus {
    position: absolute;
    top: 2px;
    left: 123px;
    height: 60px;
    border-left-width: 2px;
    transform: rotate(360deg);
    display: none;
}

#hotspot15plus.dot::before {
    left: -4px;
}

#hotspot16 {
    position: absolute;
}

#hot16 {
    font-size: 15px;
    text-align: center;
    top: -190px;
    position: absolute;
    left: 26px;
    width: 110px;
}

#hotspot16plus {
    position: absolute;
    left: 0px;
    height: 75px;
    top: -80px;
    border-left-width: 2px;
    transform: rotate(180deg);
}


#hot16_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 152px;
    height: 0px;
    top: -83px;
    left: 0px;
    transform: rotate(0deg);
}

#hot16_2 {
    position: absolute;
    left: 152px;
    height: 75px;
    top: -80px;
    border-left-width: 2px;
    transform: rotate(180deg);
}

#hot16_3 {
       position: absolute;
    border-top: 2px dotted red;
    width: 50px;
    top: -107px;
    left: 55px;
    transform: rotate(90deg);
}

#hotspot16plus.dot::before {
    left: -4px;
}

#hot16_2.dot::before {
    left: -4px;
    top: -3px;
}

#hotspot17 {
    position: absolute;
}

#hot17 {
    font-size: 15px;
    text-align: center;
    top: 103px;
    position: absolute;
    left: -6px;
    width: 120px;
}

#hotspot17plus {
    position: absolute;
    left: 30px;
    height: 41px;
    top: 60px;
    border-left-width: 2px;
}

#hotspot17plus.dot::before {
    left: -4px;
    top: -3px;
}


#hotspot18 {
    position: absolute;
}

#hot18 {
    font-size: 15px;
    text-align: center;
    top: -2px;
    position: absolute;
    left: -258px;
    width: 130px;
}

#hotspot18plus {
    position: absolute;
    top: -53px;
    left: -65px;
    height: 125px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hotspot18plus.dot::before {
    left: -4px;
}



#hotspot19 {
    position: absolute;
}

#hot19 {
    font-size: 15px;
    text-align: center;
    top: 32px;
    position: absolute;
    left: -558px;
    width: 150px;
}

#hotspot19plus {
    position: absolute;
    top: -160px;
    left: -200px;
    height: 405px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hotspot19plus.dot::before {
    left: -4px;
}

#hotspot20 {
    position: absolute;
}

#hot20 {
    font-size: 15px;
    text-align: center;
    top: 74px;
    position: absolute;
    left: -448px;
    width: 150px;
}

#hotspot20plus {
    position: absolute;
    top: -15px;
    left: -50px;
    height: 55px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hot20_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 53px;
    height: 0px;
    top: 155px;
    left: -80px;
    transform: rotate(0deg);
}

#hot20_3 {
  position: absolute;
    border-top: 2px dotted red;
    width: 146px;
    height: 0px;
    top: 84px;
    left: -150px;
    transform: rotate(90deg);
}

#hot20_4 {
    position: absolute;
    border-top: 2px dotted red;
    width: 233px;
    height: 0px;
    top: 85px;
    left: -312px;
    transform: rotate(0deg);
}

#hotspot20plus.dot::before {
    left: -4px;
}

#hot20_2.dot::before {
    left: -27px;
    top: 153px;
}

#hotspot21 {
    position: absolute;
}

#hot21 {
    font-size: 15px;
    text-align: center;
    top: -12px;
    position: absolute;
    left: 224px;
    width: 100px;
}

#hotspot21plus {
    position: absolute;
    top: -115px;
    left: 120px;
    height: 225px;
    border-left-width: 2px;
    transform: rotate(270deg);
}

#hotspot21plus.dot::before {
    left: -4px;
}

#hotspot22 {
    position: absolute;
}

#hot22 {
    font-size: 15px;
    text-align: center;
    top: -8px;
    position: absolute;
    left: 112px;
    width: 150px;
}

#hotspot22plus {
    position: absolute;
    top: -85px;
    left: 50px;
    height: 175px;
    border-left-width: 2px;
    transform: rotate(270deg);
}


#hotspot22plus.dot::before {
    left: -4px;
}


#hotspot23 {
    position: absolute;
}

#hot23 {
    font-size: 15px;
    text-align: left;
    top: 2px;
    position: absolute;
    left: 120px;
    width: 100px;
    line-height: 15px;
}

#hotspot23plus {
    position: absolute;
    top: -40px;
    left: 59px;
    height: 73px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hot23_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 69px;
    height: 0px;
    top: 60px;
    left: 26px;
    transform: rotate(0deg);
}

#hot23_3 {
    position: absolute;
    border-top: 2px dotted red;
    width: 66px;
    height: 0px;
    top: 28px;
    left: 66px;
    transform: rotate(90deg);
}

#hot23_4 {
    position: absolute;
    border-top: 2px dotted red;
    width: 30px;
    height: 0px;
    top: 35px;
    left: 102px;
    transform: rotate(0deg);
}

#hotspot23plus.dot::before {
    left: -4px;
    top: 69px;
}

#hot23_1.dot::before {
    left: -4px;
    top: -4px;
}

#hotspot24 {
    position: absolute;
}

#hot24 {
        font-size: 15px;
    text-align: center;
    top: -18px;
    position: absolute;
    left: 338px;
    width: 100px;
    line-height: 15px;
}

#hotspot24plus {
    position: absolute;
    top: -189px;
    left: 148px;
    height: 330px;
    border-left-width: 2px;
    transform: rotate(90deg);
}

#hot24_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 16px;
    height: 0px;
    top: -12px;
    left: 319px;
    transform: rotate(0deg);
}

#hot24_3 {
    position: absolute;
    border-top: 2px dotted red;
    width: 21px;
    height: 0px;
    top: -15px;
    left: 306px;
    transform: rotate(90deg);
}


#hot24_4 {
    position: absolute;
    border-top: 2px dotted red;
    width: 306px;
    height: 0px;
    top: -5px;
    left: 7px;
    transform: rotate(0deg);
}

#hotspot24plus.dot::before {
    left: -4px;
    top: 325px;
}

#hot24_5 {
    position: absolute;
    border-top: 2px solid red;
    width: 18px;
    height: 0px;
    top: -3px;
    left: -24px;
    transform: rotate(90deg);
}

#hot24_6 {
    position: absolute;
    border-top: 2px solid red;
    width: 18px;
    height: 0px;
    top: -4px;
    left: -4px;
    transform: rotate(90deg);
}

#hot24_7 {
    position: absolute;
    border-top: 2px solid red;
    width: 20px;
    height: 0px;
    top: -12px;
    left: -15px;
    transform: rotate(180deg);
}

#hot24_8 {
    position: absolute;
    border-top: 2px solid red;
    width: 20px;
    height: 0px;
    top: 5px;
    left: -15px;
    transform: rotate(180deg);
}


#hotspot25 {
    position: absolute;
}

#hot25 {
    font-size: 15px;
    text-align: center;
    top: -300px;
    position: absolute;
    left: -28px;
    width: 150px;
}

#hotspot25plus {
    position: absolute;
    top: -278px;
    left: 45px;
    height: 273px;
    border-left-width: 2px;
    transform: rotate(180deg);
}

#hot25_1 {
    position: absolute;
    border-top: 2px dotted red;
    width: 29px;
    height: 0px;
    top: -7px;
    left: 15px;
    transform: rotate(0deg);
}

#hotspot25plus.dot::before {
    left: 30px;
    top: -2px;
}


#hotspot26 {
    position: absolute;
}

#hot26 {
    font-size: 15px;
    text-align: center;
    top: -28px;
    position: absolute;
    left: 156px;
    width: 120px;
}

#hotspot26plus {
    position: absolute;
    top: -74px;
    left: 97px;
    height: 115px;
    border-left-width: 2px;
    transform: rotate(270deg);
}

#hotspot26plus.dot::before {
    left: -4px;
}

#hotspot27 {
    position: absolute;
}

#hot27 {
    font-size: 15px;
    text-align: center;
    top: 5px;
    position: absolute;
    left: 75px;
    width: 100px;
    line-height: 15px;
}

#hotspot27plus {
    position: absolute;
    top: -10px;
    left: 45px;
    height: 55px;
    border-left-width: 2px;
    transform: rotate(270deg);
}

#hotspot27plus.dot::before {
    left: -4px;
}

#hotspot28 {
    position: absolute;
}

#hot28 {
    top: 170px;
    left: -100px;
    width: 156px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
}


#hotspot28plus {
    top: 0px;
    left: -43px;
    height: 170px;
    position: absolute;
    transform: rotate(360deg);
    border-left-width: 2px;
}

#hotspot28plus.dot::before {
    left: -4px;
}

.noselect .headerIcon {
    width: 144.77px;
    height: 35.8px;
    position: absolute;
    top: 19px;
    left: 34px;
}

/*point3text*/
#point4_headingText {
    position: absolute;
    top: 45px;
    left: 615px;
    width: 200px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';
}

#point3text1 {
    position: absolute;
}

/*
#hotspot7 {
    position: absolute;

}
#hot7 {
    position: absolute;
    top: -290px;
    left: 195px;
    width: 220px;
    text-align: center;
}
#hotspot7plus {
    top: -210px;
    left: 178px;
    position: absolute;
}
*/



/*point4text*/

#point4_headingText {
    position: absolute;
    top: 45px;
    left: 595px;
    width: 300px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';
}

#point4text1 {
    position: absolute;
    top: 650px;
    left: 467px;
    font-family: 'Gotham-Bold_gdi';
}

/*point5text*/
#point5_headingText {
    position: absolute;
    top: 45px;
    left: 570px;
    width: 300px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';

}

#point5text1 {
    position: absolute;
    left: 665px;
    top: 90px;
    width: 400px;
    font-size: 16px;
    font-family: 'Gotham-Book';
    text-align: justify;
    line-height: 22px;
}

#point6text1 {
    position: absolute;
    left: 617px;
    top: 90px;
    width: 380px;
    font-size: 16px;
    font-family: 'Gotham-Book';
    text-align: center;
    line-height: 22px;
}

#point5img {
    position: absolute;
    top: 240px;
    left: 300px;
}

/*point6text*/

#point6_headingText {
    position: absolute;
    left: 300px;
    top: 134px;
    width: 879px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    z-index: 999;
    opacity: 1;
    font-family: 'Gotham-Book';
    text-align: justify;

}

#point6img1 {
    position: absolute;
    top: 50px;
    left: 1065px;
}

/*point7text*/

#point7_headingText {
    position: absolute;
    top: 45px;
    left: 565px;
    width: 450px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';
}

#point8text1 {
    position: absolute;
    top: 103px;
    left: 604px;
    font-size: 16px;
    width: 400px;
    text-align: center;
    font-family: 'Gotham-Book';
}

#point7text1 {
    position: absolute;
    top: 103px;
    left: 322px;
    font-size: 16px;
    width: 950px;
    text-align: center;
    font-family: 'Gotham-Book';
}


#point7img1 {
    position: absolute;
    left: 285px;
    top: 254px;
}

#point7img2 {
    position: absolute;
    left: 600px;
    top: 220px;
}

#point7img3 {
    position: absolute;
    left: 260px;
    top: 170px;
    left: 600px;
    top: 220px;
}

#point7img4 {
    position: absolute;
    left: 260px;
    top: 170px;
    left: 600px;
    top: 220px;
}

/*point7*/


#hotspot29 {
    position: absolute;

}

#hot29 {
    top: -116px;
    left: 5px;
    width: 119px;
    text-align: center;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot29plus {
    top: -65px;
    left: 60px;
    height: 83px;
    position: absolute;
    pointer-events: none;
}

/*point9text*/

#point9_headingText {
    position: absolute;
    top: 45px;
    left: 565px;
    width: 450px;
    font-size: 29px;
    font-family: 'Gotham-Bold_gdi';
}

#point9text1 {
    position: absolute;
    top: 92px;
    left: 738px;
    font-size: 16px;
    width: 130px;
    font-family: 'Gotham-Book';
}

#point9img {
    position: absolute;
    top: 244px;
    left: 824px;
}

#hotspot30 {
    position: absolute;
}

#hot30 {
    position: absolute;
    width: 158px;
    left: 83px;
    top: 140px;
    text-align: center;
}

#hotspot30plus {
    position: absolute;
    top: 23px;
    left: 148px;
    transform: rotate(180deg);
}

#hotspot31 {
    position: absolute;
}

#hot31 {
    position: absolute;
    width: 136px;
    left: -220px;
    top: -197px;
    text-align: center;
}

#hotspot31plus {
    position: absolute;
    top: -143px;
    left: -165px;

    height: 136px;
}

#hotspot32 {
    position: absolute;
}

#hot32 {
    position: absolute;
    top: 78px;
    left: -43px;
    width: 83px;
    text-align: center;
}

#hotspot32plus {
    position: absolute;
    top: 45px;
    left: 8px;
    height: 50px;
}

#hotspot32plus_1 {
    position: absolute;
    top: -109px;
    left: -8px;
    height: 203px;
}

#hotspot33 {
    position: absolute;
}

#hot33 {
    position: absolute;
    width: 200px;
    text-align: right;
    top: -108px;
    left: 49px;
}

#hotspot33plus {
    position: absolute;
    width: 299px;
    top: -75px;
    left: -50px;
}

#hotspot34 {
    position: absolute;
}

#hot34 {
    position: absolute;
    top: 100px;
    left: -76px;
    width: 160px;
    text-align: center;
}

#hotspot34plus {
    position: absolute;
    height: 92px;
    top: 24px;
}

#hotspot35 {
    position: absolute;
}

#hot35 {
    position: absolute;
    top: 112px;
    left: -75px;
    width: 210px;
    text-align: left;
}

#hotspot35plus {
    position: absolute;
    height: 126px;
}

#hotspot36 {
    position: absolute;
}

#hot36 {
    position: absolute;
    top: 110px;
    left: -44px;
    width: 150px;
}

#hotspot36plus {
    position: absolute;
    height: 125px;
}


#hotspot39 {
    position: absolute;
    pointer-events: none;
}

#hot39 {
    position: absolute;
    top: 79px;
    left: -53px;
    width: 90px;
    font-size: 15px;
    text-align: center;
}

#hotspot39plus {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 98px;
}

#hotspot40 {
    position: absolute;
    pointer-events: none;
}

#hot40 {
    position: absolute;
    top: 81px;
    left: -53px;
    width: 90px;
    font-size: 15px;
    text-align: center;
}

#hotspot40plus {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 100px;
}


#hotspot41 {
    position: absolute;
    pointer-events: none;
}

#hot41 {
    position: absolute;
    top: 71px;
    left: -53px;
    width: 90px;
    font-size: 15px;
    text-align: center;
}

#hotspot41plus {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 90px;
}

#hotspot42 {
    position: absolute;
    pointer-events: none;
}

#hot42 {
    position: absolute;
    top: 77px;
    left: -53px;
    width: 90px;
    font-size: 15px;
    text-align: center;
}

#hotspot42plus {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 95px;
}

#point10text1 {
    position: absolute;
    left: 300px;
    top: 100px;
    width: 910px;
    text-align: center;
    font-size: 16px;
}

#point10text .pcie_table {
    position: absolute;
    left: 936px;
    top: 168px;
    width: 300px;
    border: none;
}

#point10text .pcie_table tr,
#point10text .pcie_table th,
#point10text .pcie_table td {
    font-size: 16px;
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

#point10text .pcie_table th {
    font-family: 'Gotham-Bold_gdi';
    background-color: #E2231A;
    height: 40px;
    text-align: center;
    color: white;
}

#point10text .pcie_table td {
    height: 70px;
    text-align: center;
    /*    color: black;*/
}

#point10text .pcie_table tr:nth-child(odd) {
    background-color: #F4CCCC;
}

#point10text .pcie_table tr:nth-child(even) {
    background-color: #FAE8E7;
}

#point11text1 {
    position: absolute;
    left: 299px;
    top: 100px;
    width: 745px;
    font-size: 16px;
    text-align: left;
}

#point11img1 {
    display: block;
    position: absolute;
    top: 269px;
    left: 330px;
}

#point11img2 {
    display: block;
    position: absolute;
    top: 159px;
    left: 426px;
}

#point11img3 {
    position: absolute;
    top: 304px;
    left: 486px;
}

#point12text1,
#point12text3 {
    position: absolute;
    left: 592px;
    top: 100px;
    width: 310px;
    text-align: center;
    font-size: 16px;
}

#point12text2,
#point12text4 {
    position: absolute;
    left: 400px;
    top: 120px;
    width: 704px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
}

#point12text2 li,
#point12text4 li {
    list-style-type: none;
}

#point12img1 {
    position: absolute;
    top: 409px;
    left: 961px;
    transform: rotate(90deg);
}

#point12img2 {
    position: absolute;
    top: 180px;
    left: 1000px;
    transform: rotate(90deg);
}

div#point13texttitle {
    top: 34px;
    font-size: 25px;
    text-align: center;
    font-family: "Gotham-Bold_gdi";
    left: 521px;
    position: absolute;
    z-index: 1;
}


.point13textmainimg {
    position: absolute;
    top: 175px;
    left: 446px;
    width: 600px;
}

#point13text1 {

    position: absolute;
    top: 90px;
    left: 310px;
    /* top: 20px; */
    width: 700px;
    /* color: #fff; */
    text-align: center;

}

#point13text1 span {
    display: block;
    left: 90px;
    top: 30px;
    position: absolute;
    text-align: left;
    width: 700px;
}

#point13text2,
#point13text3,
#point13text4,
#point13text5,
#point13text6,
#point13text7 {
    position: absolute;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1;
    pointer-events: all;
}

#point13text2 {
    top: 343px;
    left: 445px;
}

#point13text3 {
    top: 230px;
    left: 609px;
}

#point13text4 {
    top: 267px;
    left: 904px;
}

#point13text5 {
    top: 491px;
    left: 966px;
}

#point13text6 {
    top: 590px;
    left: 831px;
}

#point13text7 {
    top: 539px;
    left: 573px;
}

#point13text2 img,
#point13text3 img,
#point13text4 img,
#point13text5 img,
#point13text6 img,
#point13text7 img {
    width: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.point13text1SubContents {
    position: absolute;
    width: 210px;
    display: none;
    top: 187px;
    left: 1015px;
    z-index: 1;
}

.point13text1SubContents h3 {
    margin: 0 0 10px;
}

.point13text1SubContents p {
    font-size: 14px;
}

.point13text1SubContents ul {
    padding-left: 17px;
    margin: 0;
}

.point13text1SubContents ul li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1;
}

#point13textContent1 {
    top: 281px;
    left: 255px;
}

#point13textContent2 {
    top: 120px;
    left: 400px;
}

#point13textContent3 {
    top: 148px;
    left: 990px;
    width: 240px;
}

#point13textContent4 {
    top: 455px;
    left: 1026px;
    width: 220px;
}

#point13textContent5 {
    top: 541px;
    left: 919px;
    width: 280px;
}

#point13textContent6 {
    top: 430px;
    left: 290px;
    width: 270px;
}

#point13textContent7 {
    top: 130px;
    left: 988px;
    width: 240px;
}

.point13textContent {
    position: absolute;
    width: 200px;
    display: none;
    z-index: 1;
}

.point13textContent h3 {
    margin: 0 0 10px;
}

#point13text .point13textContent p {
    font-size: 14px;
    line-height: 17px;
}

.point13textContent ul {
    padding-left: 0px;
    margin: 0;
}

.point13textContent ul li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1;
}

.point13textContent a {
    font-size: 14px;
    color: #498bc9;
    margin-top: 5px;
    display: inline-block;
    pointer-events: all;
    position: fixed;
    left: 265px;
    width: 200px;
    top: 670px;
}

#point13li1 {
    position: absolute;
    top: 57px;
    font-size: 16px;
}

#point13text8 {
    position: absolute;
    top: 380px;
    left: 675px;
    width: 187px;
    height: 92px;
    cursor: pointer;
    pointer-events: all;
}

#point13text8 span {
    display: block;
    font-size: 18px;
    font-family: "Gotham-Book";
    font-weight: bold;
    line-height: 1.1;
    -webkit-transition: transform 0.7s linear;
    transition: transform 0.7s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/*point12end*/
#point13text9 {
    position: absolute;
    top: 280px;
    left: 690px;
    color: #498bc9;
    font-size: 21px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 210px;
}

#point13text10 {
    position: absolute;
    top: 290px;
    left: 690px;
    color: #df1e26;
    font-size: 24px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 400px;
}

#point13text11 {
    position: absolute;
    top: 320px;
    left: 690px;
    width: 420px;
    color: #df1e26;
    font-size: 18px;
    font-family: "Gotham-Book";
}

#point13li2 {
    position: absolute;
    top: 35px;
    font-size: 16px;
}

#point13text12 {
    position: absolute;
    top: 570px;
    left: 675px;
    color: #fd6231;
    font-size: 21px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 450px;
}

#point13li4 {
    position: absolute;
    top: 20px;
    font-size: 16px;
    width: 380px;
}

#point13text13 {
    position: absolute;
    top: 265px;
    left: 690px;
    color: #498bc9;
    font-size: 21px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 210px;
}

#point13text14 {
    position: absolute;
    top: 345px;
    left: 650px;
    color: #df1e26;
    font-size: 21px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 260px;
}

#point13text15 {
    position: absolute;
    top: 430px;
    left: 680px;
    color: #6ebf48;
    font-size: 24px;
    font-family: "Gotham-Book";
    font-weight: bold;
    width: 300px;
}

#point13li3 {
    position: absolute;
    top: 25px;
    font-size: 16px;
    width: 280px;
}

#point13image1 {
    position: absolute;
    top: 155px;
    left: 420px;
    width: 455px;
    z-index: -1;
}

#point13image1 img {
    width: 250px;
    height: 529px;
}

#point13image1_1 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point13image1_2 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point13image1_3 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point13image1_4 {
    position: absolute;
    top: 156px;
    left: 421px;
}

#point13image2 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point13image2 img {
    width: 250px;
    height: 529px;
}

.point13image2_animate {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
    top: 198px !important;
    left: 506px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.point13image2_animateRemove {
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 155px !important;
    left: 421px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#point13image3 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point13image3 img {
    width: 250px;
    height: 529px;
}

.point13image3_animate {
    transform: scale(1.35);
    -webkit-transform: scale(1.32);
    top: 161px !important;
    left: 496px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.point13image3_animateRemove {
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 155px !important;
    left: 421px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#point13image4 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point13image4 img {
    width: 250px;
    height: 529px;
}

.point13image4_animate {
    transform: scale(1.32);
    -webkit-transform: scale(1.32);
    top: 130px !important;
    left: 499px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.point13image4_animateRemove {
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 155px !important;
    left: 421px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#point13image5 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point13image5 img {
    width: 250px;
    height: 529px;
}

.point13image5_animate {
    transform: scale(1.32);
    -webkit-transform: scale(1.32);
    top: 111px !important;
    left: 502px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.point13image5_animateRemove {
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 155px !important;
    left: 421px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

/* management page end */

.point13textContent ul {
    padding-left: 17px;
}

/* Point14 */
/* .point14textimg{
    position: absolute;
    left: 345px;
    top: 107px;
}
.point14textimg2{
    position: absolute;
   left: 278px;
    top: 229px;
}
.point14textimg3{
    position: absolute;
   left: 278px;
    top: 335px;
}
.point14textimg4{
    position: absolute;
    left: 347px;
    top: 180px;
}
.point14textimg5{
        position: absolute;
    left: 346px;
    top: 261px;
}
.point14textimg6{
    position: absolute;
    left: 346px;
    top: 24px;
}
.point14textimg1{
    position: absolute;
    width: 67%;
    top: 45%;
    left: 349px;
}
#point14text1{
    position: absolute;
    width: 499px;
    line-height: 18px;
    top: 123px;
    left: 497px;
    font-size: 14px;
    font-weight: 800;
}
#point14text11{
    position: absolute;
    width: 400px;
    line-height: 23px;
    top: 105px;
    left: 498px;
    font-size: 14px;
    font-weight: 800;
}
#point14text2{
    position: absolute;
     width: 400px;
    line-height: 20px;
    top: 235px;
    left: 355px;
    font-size: 13px;
}
#point14text22{
    position: absolute;
         width: 400px;
    line-height: 23px;
    top: 215px;
    left: 355px;
    font-size: 15px;
    font-weight: 800;
}
#point14text3{
    position: absolute;
     width: 400px;
    line-height: 20px;
    top: 335px;
    left: 355px;
    font-size: 13px;
}
#point14text33{
    position: absolute;
         width: 400px;
    line-height: 23px;
    top: 315px;
    left: 355px;
    font-size: 15px;
    font-weight: 800;
}
#point14text4{
    position: absolute;
    width: 499px;
    line-height: 18px;
    top: 204px;
    left: 497px;
    font-size: 14px;
    font-weight: 800;
}
#point14text44{
        position: absolute;
    width: 400px;
    line-height: 22px;
    top: 184px;
    left: 498px;
    font-size: 14px;
    font-weight: 800;
}
#point14text5{
    position: absolute;
    width: 500px;
    line-height: 18px;
    top: 286px;
    left: 497px;
    font-size: 14px;
    font-weight: 800;
}
#point14text55{
        position: absolute;
    width: 400px;
    line-height: 21px;
    top: 267px;
    left: 498px;
    font-size: 14px;
    font-weight: 800;
}
#point14text6{
    position: absolute;
    width: 463px;
    line-height: 21px;
    top: 35px;
    font-size: 14px;
    font-weight: bold;
    left: 502px;
} */


#point14logo {
    position: absolute;
    left: 313px;
    width: 194px;
    top: 44px;
    /* border: 1px solid #000;*/
}

#point14text1 {
    font-size: 22px;
    /* text-align: center; */
    position: absolute;
    left: 545px;
    width: 664px;
    top: 79px;
}

#point14data {
    position: absolute;
    left: 380px;
    line-height: normal;
    top: 204px;

}

#point14data>div {
    position: relative;
    padding-left: 96px;
    width: 703px;
    margin-bottom: 42px;
}

#point14data img {
    position: absolute;
    top: 0px;
    left: -50px;
    width: 122px;
}

#point14data p {
    font-size: 17px;
}

#point13img {
    position: absolute;
    overflow: overlay;
}

::-webkit-scrollbar {
    display: none;
}

#point13img_div {
    position: absolute;
    overflow: hidden;
    width: 930px;
    height: 523px;
    top: 153px;
    left: 300px;
    overflow: overlay;
}


#point16text1,
#point17text1,
#point18text1,
#point21text1 {
    position: absolute;
    left: 300px;
    top: 100px;
    width: 910px;
    text-align: center;
    font-size: 16px;
}

#point17text2 {
    position: absolute;
    left: 963px;
    top: 184px;
    font-size: 15px;
}

#point16text2 {
    position: absolute;
    left: 985px;
    top: 207px;
    font-size: 15px;
}

#hotspot46 {
    position: absolute;

}

#hot46 {
    width: 217px;
    position: absolute;
    top: -131px;
    left: 43px;
    text-align: center;
    font-size: 15px;
    pointer-events: none;

}

#hotspot46plus {
    top: -131px;
    left: 73px;
    height: 160px;
    position: absolute;
    pointer-events: none;
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
}

#hotspot47 {
    position: absolute;

}

#hot47 {
    width: 217px;
    position: absolute;
    top: -95px;
    left: 45px;
    text-align: center;
    font-size: 15px;
    pointer-events: none;
}

#hotspot47plus {
    top: -95px;
    left: 73px;
    height: 160px;
    position: absolute;
    pointer-events: none;
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
}

.point3text7 {

    line-height: 12px;
    left: 592px;
    top: 265px;
    position: absolute;
    font-size: 16px;
}

.point3text8 {

    line-height: 12px;
    left: 592px;
    top: 145px;
    position: absolute;
    font-size: 16px;
}

.point3text9 {
    line-height: 12px;
    left: 592px;
    top: 385px;
    position: absolute;
    font-size: 16px;
}

.point3text10 {
    line-height: 12px;
    left: 496px;
    top: 505px;
    position: absolute;
    font-size: 16px;
}

#point3image1 {
    position: absolute;
    left: 369px;
    top: 158px;
}

#point3image2 {
    position: absolute;
    left: 369px;
    top: 397px;
}

#point3image3 {
    position: absolute;
    left: 369px;
    top: 515px;
}

/* overmenu  */
.overmenu6 .heading {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 300px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.overmenu6 .heading .left-content {
    flex: 0 20%;
    max-width: 20%;
}

.overmenu6 .heading .right-content {
    flex: 0 55%;
    max-width: 55%;
    margin-left: 50px;
}

.overmenu6 .heading .right-content h3 {
    margin-bottom: 20px;
}

.overmenu6 .server-area {
    text-align: center;
    margin: 0 150px;
    position: relative;
    z-index: 1;
}

.overmenu6 .server-area .circle {
    position: absolute;

    left: -28px;
    width: var(--fullsize);
    z-index: -1;
}

.overmenu6 .server-area .server-infom {
    position: relative;
    z-index: 1;
}

.overmenu6 .server-area [class*="col-"]:not(:last-child) .server-infom {
    margin-bottom: 30px;
}

.overmenu6 .server-area .server-infom .img {
    margin-bottom: 10px;
}

.overmenu6 .server-area .server-infom .title {
    color: var(--blue);
    font-size: 25px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        visibility: hidden;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        visibility: hidden;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        visibility: hidden;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        visibility: hidden;
    }
}

/*#point17text2{
    top: 146px;
    left: 900px;
}*/

#point16text ul,
#point17text ul {
    top: 550px;
    position: absolute;
    left: 520px;
    width: 410px;
}

.bold {
    font-family: 'Gotham-Bold_gdi';
}

/*point19*/

#point19text1 {
    position: absolute;
    top: 110px;
    left: 370px;
    width: 840px;
    color: #498bc9;
    text-align: center;
}

#point19text2 {
    position: absolute;
    top: 228px;
    left: 680px;
    color: #498bc9;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 300px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: all;
}

#point19text3 {
    position: absolute;
    top: 346px;
    left: 680px;
    color: #df1e26;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 400px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: all;
}

#point19text4 {
    position: absolute;
    top: 479px;
    left: 682px;
    color: #6ebf48;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 300px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: all;
}

#point19text5 {
    position: absolute;
    top: 150px;
    left: 710px;
    color: #498bc9;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 300px;
}

#point19text6 {
    position: absolute;
    top: 181px;
    left: 710px;
    width: 400px;
    color: #498bc9;
    font-size: 18px;
    font-family: 'Gotham-Book';
}

#point19li1 {
    position: absolute;
    top: 35px;
    font-size: 16px;
}

#point19text7 {
    position: absolute;
    top: 593px;
    left: 682px;
    color: #fd6231;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 450px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: all;
}

#point19text8 {
    position: absolute;
    top: 485px;
    left: 690px;
    color: #6ebf48;
    font-size: 21px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 300px;
}

#point19text9 {
    position: absolute;
    top: 280px;
    left: 690px;
    color: #498bc9;
    font-size: 21px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 210px;
}

#point19text10 {
    position: absolute;
    top: 290px;
    left: 690px;
    color: #df1e26;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 400px;
}

#point19text11 {
    position: absolute;
    top: 320px;
    left: 690px;
    width: 420px;
    color: #df1e26;
    font-size: 18px;
    font-family: 'Gotham-Book';
}

#point19li2 {
    position: absolute;
    top: 35px;
    font-size: 16px;
}

#point19text12 {
    position: absolute;
    top: 570px;
    left: 675px;
    color: #fd6231;
    font-size: 21px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 450px;
}

#point19li4 {
    position: absolute;
    top: 20px;
    font-size: 16px;
    width: 400px;
}

#point19text13 {
    position: absolute;
    top: 265px;
    left: 690px;
    color: #498bc9;
    font-size: 21px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 210px;
}

#point19text14 {
    position: absolute;
    top: 345px;
    left: 650px;
    color: #df1e26;
    font-size: 21px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 260px;
}

#point19text15 {
    position: absolute;
    top: 410px;
    left: 680px;
    color: #6ebf48;
    font-size: 24px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    width: 300px;
}

#point19li3 {
    position: absolute;
    top: 25px;
    font-size: 16px;
    width: 300px;
}

#point19image1 {
    position: absolute;
    top: 155px;
    left: 420px;
    width: 455px;
}

#point19image1 img {
    width: 250px;
    height: 529px;
}

#point19image1_1 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point19image1_2 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point19image1_3 {
    position: absolute;
    top: 155px;
    left: 421px;
    z-index: -1;
}

#point19image1_4 {
    position: absolute;
    top: 156px;
    left: 421px;
    z-index: -1;
}

#point19image2 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point19image2 img {
    width: 250px;
    height: 529px;
}

/*
.point19image2_animate{
    transform: scale(1.35);
     -webkit-transform: scale(1.35);
    top: 198px !important;
    left: 506px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.point19image2_animateRemove{  
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 155px !important;
    left: 421px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
*/

#point19image3 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point19image3 img {
    width: 250px;
    height: 529px;
}

/*
.point19image3_animate{
    transform: scale(1.35);
   -webkit-transform: scale(1.32);
    top: 161px !important;
    left: 496px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.point19image3_animateRemove{  
  transform: scale(1);
  -webkit-transform: scale(1);
  top: 155px !important;
  left: 421px !important;
  transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
*/


#point19image4 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point19image4 img {
    width: 250px;
    height: 529px;
}

/*
.point19image4_animate{
    transform: scale(1.32);
   -webkit-transform: scale(1.32);
    top: 130px !important;
    left: 499px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.point19image4_animateRemove{  
  transform: scale(1);
  -webkit-transform: scale(1);
  top: 155px !important;
  left: 421px !important;
  transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
*/

#point19image5 {
    position: absolute;
    top: 155px;
    left: 421px;
}

#point19image5 img {
    width: 250px;
    height: 529px;
}

/*
.point19image5_animate{
    transform: scale(1.32);
    -webkit-transform: scale(1.32);
    top: 111px !important;
    left: 502px !important;
    transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.point19image5_animateRemove{  
  transform: scale(1);
  -webkit-transform: scale(1);
  top: 155px !important;
  left: 421px !important;
  transition: all 1.5s;
    -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
*/
/*---Ende----*/

/*ThinkSystem SR670 End*/


/*End*/

/*last 3 slides css*/


#onloadCopy ul {
    z-index: 1;
    /*    background-color: #e4e4e473;*/
    background-color: transparent;
}



/*network*/



#transpatch5 {
    background-image: url("../images_gl/LENOVO_THINKAGILE_CP_RT_TOUR_6_4-Network.png");
    background-repeat: no-repeat;

}


.animPlayBtns,
.animPlayBtns1 {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px 15px 15px -15px;
    width: 180px;
    cursor: pointer;
}


#hotspot37 {
    position: absolute;
}

#hot37 {
    top: -158px;
    left: -60px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot37plus {
    top: -126px;
    position: absolute;
    left: 26px;
    pointer-events: none;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}




#hotspot38 {
    position: absolute;
}

#hot38 {
    top: 130px;
    left: -206px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: left;
}

#hotspot38plus {
    top: 22px;
    position: absolute;
    left: -62px;
    pointer-events: none;
    transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    height: 131px;
}

.hotspot-vj p {
    font-size: 15px !important;
}

.arrow-right {
    position: absolute;
    top: 8px;
    left: 153px;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid orange;
}

.arrow-left {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid orange;
}

.line {
    position: absolute;
    top: 11px;
    left: 13px;
    background: orange;
    height: 2px;
    width: 140px;
}

.arrowGroup {
    /* transform: rotate(10deg); */
    position: absolute;
    left: 646px;
    top: 226px;
    /* width: unset; */
}

.arrowGroup img {
    width: 200px;
}


.arrow-right1 {
    position: absolute;
    top: 8px;
    left: 142px;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid orange;
}

.arrow-left1 {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid orange;
}

.line1 {
    position: absolute;
    top: 11px;
    left: 13px;
    background: orange;
    height: 2px;
    width: 129px;
}

.arrowGroup1 {
    /* transform: rotate(-19deg); */
    position: absolute;
    left: 478px;
    top: 264px;
}

.arrowGroup1 img {
    width: 154px;
}


.arrow-right2 {
    position: absolute;
    top: 8px;
    left: 34px;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid orange;
}

.arrow-left2 {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid orange;
}

.line2 {
    position: absolute;
    top: 11px;
    left: 13px;
    background: orange;
    height: 2px;
    width: 22px;
}

.arrowGroup2 {
    /* transform: rotate(90deg); */
    position: absolute;
    left: 447px;
    top: 376px;
}

.arrowGroup2 img {
    height: 30px;
}


.straight_line {
    /*background: cornflowerblue;
    width: 1px;
    position: absolute;*/
}

.hori_line {
    /* background: cornflowerblue;
    height: 1px;*/
    position: absolute;
}

#sline1 {
    position: absolute;
    left: 472px;
    top: 145px;
    height: 150px;
}

#sline2 {
    position: absolute;
    left: 637px;
    top: 150px;
}

#sline3 {
    position: absolute;
    left: 855px;
    top: 114px;
}

#sline5 {
    position: absolute;
    left: 940px;
    top: 169px;
    transform: rotate(49deg);
    -webkit-transform: rotate(49deg);
}

#sline4 {
    position: absolute;
    left: 980px;
    top: 189px;
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);

}

/*
#sline5{
    left: 920px;
}
*/

#hline1 {
    position: absolute;
    left: 347px;
    top: 381px;
    width: 150px;
}

#hline2 {
    position: absolute;
    left: 346px;
    top: 346px;
    width: 150px;
}


#point4text2 {
    position: absolute;
    left: 300px;
    top: 100px;
    width: 910px;
    text-align: center;
    font-size: 16px;
}

#point4text3 {
    position: absolute;
    left: 686px;
    top: 230px;
    font-size: 15px;
}

#point4text4 {
    position: absolute;
    left: 322px;
    top: 364px;
    font-size: 15px;
}

#hotspot43 {
    position: absolute;
}

#hot43 {
    top: -40px;
    left: -184px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot43plus {
    top: -179px;
    position: absolute;
    left: -129px;
    pointer-events: none;
    width: 130px;
}

#hotspot44 {
    position: absolute;
}

#hot44 {
    top: -158px;
    left: -60px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot44plus {
    top: -183px;
    position: absolute;
    left: -154px;
    pointer-events: none;
    width: 160px;
}

#hotspot45 {
    position: absolute;
}

#hot45 {
    top: -158px;
    left: -60px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot45plus {
    top: -188px;
    position: absolute;
    left: -219px;
    pointer-events: none;
    width: 225px;
}

#hotspot48 {
    position: absolute;
}

#hot48 {
    top: -46px;
    left: -104px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
    font-family: 'Gotham-Bold_gdi';
    transform: rotate(14deg);
    color: #3EA9F5;
}

#hotspot48plus {
    top: -84px;
    position: absolute;
    left: -87px;
    pointer-events: none;
    width: 170px;
    transform: rotate(8deg);
}

#hotspot49 {
    position: absolute;
}

#hot49 {
    top: -38px;
    left: -115px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
    font-family: 'Gotham-Bold_gdi';
    transform: rotate(-22deg);
    color: #3EA9F5;
}

#hotspot49plus {
    top: -138px;
    position: absolute;
    left: -117px;
    pointer-events: none;
    width: 225px;
    transform: rotate(-5deg);
}

#hotspot50 {
    position: absolute;
}

#hot50 {
    top: -151px;
    left: -160px;
    width: 60px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot50plus {
    top: -100px;
    position: absolute;
    left: -130px;
    pointer-events: none;
}

#hotspot51 {
    position: absolute;
}

#hot51 {
    top: -98px;
    left: -165px;
    width: 220px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot51plus {
    top: -66px;
    position: absolute;
    left: -50px;
    pointer-events: none;
    height: 70px;
}

#hotspot52 {
    position: absolute;
}

#hot52 {
    top: -147px;
    left: -73px;
    width: 70px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot52plus {
    top: -94px;
    position: absolute;
    left: -34px;
    pointer-events: none;
    height: 117px;
}

#hotspot53 {
    position: absolute;
}

#hot53 {
    top: -88px;
    left: -2px;
    width: 70px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot53plus {
    top: -39px;
    position: absolute;
    left: 26px;
    pointer-events: none;
    height: 61px;
}

#hotspot253 {
    position: absolute;
}

#hot253 {
    top: -88px;
    left: -2px;
    width: 70px;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
    text-align: center;
}

#hotspot253plus {
    top: -39px;
    position: absolute;
    left: 26px;
    pointer-events: none;
    height: 61px;
}

#hotspot54 {
    position: absolute;
}

#hot54 {
    top: -32px;
    left: 149px;
    width: 150px;
    position: absolute;
    pointer-events: none;
    text-align: center;
}

#hotspot54plus {
    top: 1px;
    position: absolute;
    left: 26px;
    pointer-events: none;
    width: 128px;
}

#hotspot55 {
    position: absolute;
}

#hot55 {
    top: -21px;
    left: -245px;
    width: 170px;
    position: absolute;
    pointer-events: none;
    text-align: left;
}

#hotspot55plus {
    top: 29px;
    position: absolute;
    left: -246px;
    pointer-events: none;
    width: 248px;
}

#hotspot56 {
    position: absolute;
}

#hot56 {
    top: 33px;
    left: 140px;
    width: 210px;
    position: absolute;
    pointer-events: none;
    text-align: left;
}

#hotspot56plus {
    top: -29px;
    position: absolute;
    left: 79px;
    pointer-events: none;
    transform: rotate(-65deg);
}

#hotspot57 {
    position: absolute;
}

#hot57 {
    top: -42px;
    left: 174px;
    width: 150px;
    position: absolute;
    pointer-events: none;
    text-align: center;
}

#hotspot57plus {
    top: 8px;
    position: absolute;
    left: 5px;
    pointer-events: none;
}

#hotspot58 {
    position: absolute;
}

#hot58 {
    top: -52px;
    left: 66px;
    width: 120px;
    position: absolute;
    pointer-events: none;
    text-align: right;
}

#hotspot58plus {
    top: 0px;
    position: absolute;
    left: -13px;
    pointer-events: none;
    width: 200px;
}


.plusLine {
    position: absolute;
    border-style: dotted;
    border-color: #eb140a;
    border-width: 0;
}



/* *****************************************QR Code CSS************************************************* */
/* #qrcode {
	text-align: center;
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: 6%;
    margin: 0;
    width: 235px;
    z-index: 1200;
}

#qrcodemenu {
	text-align: center;
    margin-top: 560px;
    position: absolute;
    height: auto;
    margin-left: 300px;
    background: transparent;
    padding: 0;
    border-top: 0 !important;
    pointer-events: none;
    opacity: 1;
}

#qrcode img {
	max-width: 90px;
}

#qrcodemenu img {
	max-width: 90px;
}

#qrcodemenu #text {
	text-align: center;
    font-size: 10px;
    position: absolute;
    color: #878787;
    width: 222%;
    top: 92px;
    left: -55px;
}
#qrcode #text {
	text-align: center;
	font-size: 10px;
	color: #878787;
	display: inline-block;
	width: 82%
}

#loaderAR p{
	font-family: "Gotham-Book";
	font-size: 15px;
	color: #fff;
}
#ARpopUp {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
background: url('../images_gl/AR_Images/BG.jpg') no-repeat no-repeat ;
width: 100%;
height: 100%;
background-size: cover;
}
.startAR{
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gotham-Book";
    height: 47px;
    width: 227px;
    background-color: rgba(14, 80, 132, 255);
    border: none;
    border-radius: 5px;
    letter-spacing: -1px;
    font-weight: normal;
}

#btnXR,
#btnXR2,
#btnXR-iphone {
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Gotham";
	height: 47px;
	width: 227px;
	background-color: rgba(14, 80, 132, 255);
}

#camera7-refresh img,
#btnXR img,
#btnXR2 img,
#btnXR-iphone img {
	background-size: 40px;
    height: 75px;
    width: 75px;
}

.loaderAR {
    border: 3px solid #323337;
    border-radius: 50%;
    border-top: 3px solid #ffffff;
    width: 30px;
    height: 30px;
    z-index: 11;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	margin: 0px 0px 0px 67px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @media screen and (min-width: 320px) and (max-width: 1366px) {
	 #btnXR2, #btnXR-iphone {
		padding: 0;
		background: transparent;
		border: 0;
		margin-right: 5px;
		width: 100%;
		height: 100%;
		margin: 0 auto
	}
	#mobAR{
		display: block;
	}
	.imgMob{
		content:url(".mob_ar.png");
	}
	#qrcode img, #qrcodemenu img{
		pointer-events: all;
	}
	#btnXR{
		display: none;
	}
  }

  #ARModelInfo{
	display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 57px;
    justify-content: center;
    align-items: center;
	width: 100%;
	z-index: 1;
  }

  #model_image{
	width: 93%;
    max-width: 400px;
  }

  #i7vProLogo{
	width: 92px;
    height: 92px;
  }

  #modelId p{
	font-size: 23px;
    color: #ffffff;
    font-family: "Gotham-book";
    letter-spacing: -1px;
  }

  #logoContainer{
	display: flex;
	position: absolute;
	right: 0px;
	top: 72px;
  }

  .logoImageContainer{
	margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 199px;
    height: auto;
  }

  .logoImageContainer img{
	width: 100%;
  }
  #logoTextContainer{
    margin-right: 15px;
    text-align: right;
    margin-top: 13px;
  }

  #logoTextContainer p{
	color: rgba(226, 33, 28, 255);
    font-family: 'Gotham-Book';
    margin: 0px;
    font-size: 23px;
    font-weight: bold;
  }

  #modelImageContainer{
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    bottom: 155px;
    bottom: 70px;
    left: 50%;
    z-index: 20;
    transform: translatex(-50%);
    width: 100%;
  }

  #vProLogo{
	display: flex;
    position: absolute;
	left: 40px;
    top: 160px;
  }

  .blackPatch{
	background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	height: 249px;

  }

  #modelId{
	margin-bottom: 14px;
  }
  #loaderAR{
	position: absolute; 
	left: 50%;
	bottom: -120%;
	transform: translate(-50%, -50%);
	z-index: 3;
	margin: auto;

  }

  @media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
	.blackPatch{
		height: 155px;
	}

	#modelId {
		margin-bottom: 0px;
		
	}
	#modelImageContainer {
		bottom: 95px;
		transform: translatex(-50%)scale(0.85);
	}
	#ARModelInfo {
		bottom: 10px;
	}
	#vProLogo{
		display: flex;
		position: absolute;
		left: 3%;
		top: 86px;
		z-index: 2;
	  }
	#i7vProLogo{
		width: 92px;
		height: 92px;
	  }

	#logoContainer {
	z-index: 2;
    transform: scale(0.8);
    transform-origin: right;
	}
	.loaderAR{
		margin: auto;
	}
	#loaderAR {
		position: unset;
		left: unset;
		bottom: unset;
		transform: unset;
		z-index: unset;
		margin: auto;
		max-height: 68px;
		width: 150px;
		margin-top: -15px;
	}

}

@media screen and (max-height: 700px) and (orientation: portrait) {
	#ARModelInfo {
		bottom: 23px;
	}

	#model_image {
		width: 93%;
		max-width: 300px;
	}

	#modelId {
		margin-bottom: 6px;
	}

	#modelImageContainer {
	    bottom: 132px;
	}

	.blackPatch {
		bottom: 0px;
		height: 185px;
	}
	
} */