body {
    margin: 0 auto;
    font-family: 'SST PRO', sans-serif;
}

.max-width-sony {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#s-main-header {
    height: 642px;
    width: 100%;
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

#s-main-wrapper {
    width: 100%;
    padding: 0 7%;
    margin: 0 auto;
}
iframe {
    height: 80vh;
    border-radius: 5px;
}
#india {
    display: none;
}
/* #s-main-wrapper h1 {
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 10px;
}

#s-main-wrapper h2 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    padding-top: 42px;
} */

#s-main-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding-top: 32px;
    color: #81808f;
    padding-bottom: 140px;
}

#s-main-content p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
}


/* ==========================================================================
	 Custom Css
============================================================================= */

@font-face {
    font-family: 'SST PRO';
    src: url(fonts/SSTLight.TTF);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'SST PRO';
    src: url(fonts/SSTRg.TTF);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'SST PRO';
    src: url(fonts/SSTMedium.TTF);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'SST PRO';
    src: url(fonts/SSTBold.TTF);
    font-style: normal;
    font-weight: 700;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

ol {
    list-style: decimal !important;
}

.section_title h2 {
    font-size: 2.375em;
    line-height: 1.15789;
    letter-spacing: -0.04em;
    color: #fff;
}

.subtitle {
    font-size: .9375em;
    line-height: 1.46667;
    color: #fff;
}


/* Tabbing */

.nav-tabs {
    float: none !important;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

.nav-tabs .nav-link {
    display: block;
    color: #afafaf;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border: none;
    background: transparent;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: #e3bf79;
}

.tab-pane.show {
    opacity: 1;
}

.site_btn {
    font-size: .8125em !important;
    font-weight: 400 !important;
    text-align: center !important;
    background: #ffb81c !important;
    border: 1px solid #ffb81c!important;
    color: #545859 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 24px !important;
    box-shadow: none !important;
    min-width: 110px !important;
}

.site_btn:hover {
    color: #fff !important;
}

.title_tool {
    position: relative;
}

.cus_tooltip {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    height: max-content;
    font-size: 12px;
    text-align: center;
    line-height: 1.0;
    padding: 3px 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(100% + 10px);
    transition: .3s all ease;
    opacity: 0;
}

.title_tool:hover>.cus_tooltip {
    z-index: 1050;
    opacity: 1;
}


/* Language Selector */

.lang_selector {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1099;
}

.lang_selector .cus_tooltip {
    width: 105px;
}

.lang_selector .lang_toggler {
    background: #ffb81c !important;
    padding: 0 !important;
    line-height: 1.0 !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.lang_toggler img {
    max-width: 30px;
}


/* .lang_toggler:focus+ul {
    display: block;
} */

.lang_selector ul {
    position: absolute;
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100px;
    right: 10px;
    bottom: 45px;
    display: none;
}

.lang_selector ul.active {
    display: block;
}

.lang_selector ul li {
    position: relative;
}

.lang_selector ul input {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.lang_selector ul label {
    margin: 0 !important;
    display: block;
    padding: 12px 0 12px 11px;
    line-height: 1.0 !important;
    font-weight: 600;
}

.lang_selector ul label span {
    margin-left: 3px;
}

.lang_selector ul input:checked+label {
    background-color: #ffb81c;
}


/* Banner */

section.banner {
    background: linear-gradient(to right, #000000 32%, rgba(0, 0, 0, 0)), url(../images/banner_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0 150px;
}

section.banner .logo img {
    max-width: 58px;
}

section.banner .text {
    padding-left: 4.3%;
    max-width: 600px;
    color: #fff;
}

section.banner h1 {
    color: #ffffff;
    margin-bottom: 20px !important;
    font-size: 3em;
}

section.banner h3 {
    color: #fff;
    font-size: .9375em;
    line-height: 1.46667;
    font-weight: 700;
    font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

section.banner p {
    font-size: .9375em;
    line-height: 1.46667;
}


/* About Us */

section.about {
    background: url(../images/bg_with_bubbles.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0;
}

section.about .section_title {
    max-width: 549px;
    margin: auto;
}


/* Country Select */

.country_select {
    margin: 40px auto 70px;
}

.country_select .select_col {
    width: 100%;
    max-width: 410px;
}

.country_select label {
    font-size: 1.4em;
    font-weight: 400;
    color: #fff;
}

.country_select select {
    background-color: #e9e9e9;
    border-color: #e9e9e9 !important;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 1.5em;
    height: 70px;
    font-weight: 500;
}


/* Store Locator */

section.store_locator {
    background: url(../images/store_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 150px;
}

section.store_locator .sotre_outer_container {
    max-width: 1170px;
    margin: auto;
    position: relative;
    display: none;
}

section.store_locator .store_wrapper {
    height: 730px;
    overflow-y: scroll;
    background-color: #fff;
}


/* Stores List */

.store_container {
    padding: 30px 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
}

@media (min-width: 992px) {
    .store_container {
        min-height: 259px;
    }
}

@media (min-width: 1200px) {
    .store_container {
        min-height: 270px;
    }
}

.store_container h2 {
    font-size: 1em;
    font-weight: 700;
    color: #545859;
    margin-bottom: 15px;
    min-height: 20.73px;
    display: flex;
    align-items: flex-start;
}

.store_container h2 span {
    padding-top: 2px;
}

.store_container h2 img {
    max-width: 20px;
    margin-right: 8px;
    vertical-align: -5px;
    /* display: none; */
    transition: .3s all ease;
}


/* .store_container.active h2 img {
    display: inline-block;
} */

.store_container p {
    margin-bottom: 15px;
}

.store_container p i {
    color: #545859;
    font-size: 1.13em;
    margin-right: 19px;
}

.store_container svg {
    fill: #545859;
    width: 17px;
    margin-right: 17px;
    fill-rule: evenodd;
}

.store_container p span {
    font-weight: 300;
    font-size: 0.94em;
    color: #545859;
    width: 100%;
    max-width: 390px;
    line-height: 1.3;
}

.store_container p:first-of-type span {
    display: -webkit-box;
    /* white-space: nowrap; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 74px;
    transition: .3s all ease;
}

.store_container p:nth-of-type(2) {
    min-height: 35px;
}

@media (max-width: 991px) {
    .store_container p:first-of-type span {
        min-height: 48px;
    }
    .store_container p:nth-of-type(2) {
        min-height: 30px;
    }
}

.store_container .site_btn {
    background: #fff !important;
    border: 1px solid #000000 !important;
    outline: 0 !important;
    font-size: 0.9em !important;
    padding: 3px 15px !important;
}

.store_container.active {
    background: #f1f5f9;
}

.store_container.active .site_btn,
.store_container .site_btn:hover {
    background: #ffb81c !important;
    border-color: #ffb81c !important;
    color: #545859 !important;
}

.store_container.active p:first-of-type span {
    -webkit-line-clamp: unset;
    display: block;
    overflow: unset;
    transition: .3s all ease;
    transition-delay: 4s;
}


/* Authroized Seller Bar */

.sotre_outer_container .bar {
    background: rgba(0, 0, 0, 0.53);
    padding: 9px 15px;
}

.sotre_outer_container .bar img {
    max-width: 24px;
}

.sotre_outer_container .bar p {
    margin: 0 0 0 15px;
    line-height: 1.0;
    color: #fff;
    font-size: 16px;
}

.wrapper_slider {
    padding: 15px 25px;
    border-top: 1px solid #ffb81c;
    border-bottom: 1px solid #ffb81c;
    cursor: pointer;
    width: 100%;
}

.wrapper_slider p {
    font-weight: 500;
    font-size: 16px;
    color: #ffb81c;
    margin: 0;
    line-height: 1.0;
}


/* Map */

section.store_locator .map {
    height: 100%;
    background: #a3adb3;
    width: 100%;
    overflow: hidden;
}

.maps-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.maps-container-inner {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 0;
    padding: 29% 0;
}

.map-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px) {
    .map-image {
        top: -8%;
        bottom: -8%;
    }
    .sotre_outer_container:not(#singapore) .maps-zoomed-container {
        top: 50px;
    }
}

.map-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.maps-zoomed-container {
    position: absolute;
    width: 1000%;
    height: 1000%;
    transform: scale(0.1);
    transform-origin: 0 0;
    left: 0;
    top: 0;
}

[class*="map-pin-"] {
    cursor: pointer;
    transform: scale(4.1);
}

[class*="map-pin-"] i {
    color: #545859;
    font-size: 66px;
    position: relative;
    z-index: 1;
}

[class*="map-pin-"] i::after {
    content: '';
    position: absolute;
    width: 49%;
    height: 35%;
    background-color: #fff;
    top: 21%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

[class*="map-pin-"] .pin_shadow {
    bottom: -10px;
    left: 0;
    transform: scale(1.3);
    z-index: 0;
    display: none;
}

[class*="map-pin-"].active {
    z-index: 1;
}

[class*="map-pin-"].active i {
    color: #ffb81c;
}

[class*="map-pin-"].active .pin_shadow {
    display: block;
}

.map-pin-1 {
    top: 60%;
    left: 68%;
}

.map-pin-2 {
    top: 40%;
    left: 55%;
}

.map-pin-3 {
    top: 57%;
    left: 46%;
}

.map-pin-4 {
    top: 60%;
    left: 55%;
}

.map-pin-5 {
    top: 57%;
    left: 64%;
}

.map-pin-6 {
    top: 44%;
    left: 81%;
}


/* Phillipines Map Pin */

#philippines .map-pin-1 {
    top: 23%;
    left: 41%;
}

#philippines .map-pin-2 {
    top: 23%;
    left: 43.5%;
}

#philippines .map-pin-3 {
    top: 25%;
    left: 42.5%;
}


/* Malaysia Pins */

#malaysia .map-pin-1 {
    top: 35%;
    left: 10%;
}

#malaysia .map-pin-2 {
    top: 46%;
    left: 14%;
}


/* Taiwan Pins */

#taiwan .map-pin-1 {
    top: 0%;
    left: 53%;
}


/* Australia Pins */

#australia .map-pin-1 {
    top: 57%;
    left: 17.5%;
}

#australia .map-pin-2 {
    top: 60%;
    left: 17.5%;
}

#australia .map-pin-3 {
    top: 64%;
    left: 17.5%;
}

#australia .map-pin-4 {
    top: 64%;
    left: 78%;
}

#australia .map-pin-5 {
    top: 83%;
    left: 69.5%;
}

#australia .map-pin-6 {
    top: 83%;
    left: 72%;
}

#australia .map-pin-7 {
    top: 81%;
    left: 70.5%;
}

#australia .map-pin-8 {
    top: 47%;
    left: 85.5%;
}

#australia .map-pin-9 {
    top: 45%;
    left: 84.5%;
}

#australia .map-pin-10 {
    top: 67%;
    left: 81%;
}

#australia .map-pin-11 {
    top: 68%;
    left: 78%;
}

#australia .map-pin-12 {
    top: 66%;
    left: 79.5%;
}

#australia .map-pin-13 {
    top: 71%;
    left: 80.5%;
}

#australia .map-pin-14 {
    top: 60%;
    left: 83.5%;
}

#australia .map-pin-15 {
    top: 55%;
    left: 84.5%;
}

#australia .map-pin-16 {
    top: 84%;
    left: 71%;
}

#australia .map-pin-17 {
    top: 85%;
    left: 73%;
}

#australia .map-pin-18 {
    top: 37%;
    left: 84%;
}

#australia .map-pin-19 {
    top: 62%;
    left: 82%;
}


/* SOuthAfrica pins */

#southafrica .map-pin-1 {
    top: 94%;
    left: 24%;
}

#southafrica .map-pin-2 {
    top: 58%;
    left: 50%;
}

#southafrica .map-pin-3 {
    top: 32%;
    left: 54%;
}

#southafrica .map-pin-4 {
    top: 28%;
    left: 63%;
}

#southafrica .map-pin-5 {
    top: 57%;
    left: 77%;
}


/* UAE pins */

#uae .map-pin-1 {
    top: 20%;
    left: 72%;
}


/* Thailand Pins */

#thailand .map-pin-1 {
    top: 40%;
    left: 48%;
}


/* India Pins */

#india .map-pin-1 {
    top: 9%;
    left: 34%;
}

#india .map-pin-2 {
    top: 12%;
    left: 35.5%;
}

#india .map-pin-3 {
    top: 10%;
    left: 37%;
}

#india .map-pin-4 {
    top: 13%;
    left: 38.5%;
}

#india .map-pin-5 {
    top: 13%;
    left: 40%;
}

#india .map-pin-6 {
    top: 18%;
    left: 37%;
}

#india .map-pin-7 {
    top: 5%;
    left: 32.5%;
}

#india .map-pin-8 {
    top: 25%;
    left: 35%;
}

#india .map-pin-9 {
    top: 24.5%;
    left: 36.5%;
}

#india .map-pin-10 {
    top: 25.5%;
    left: 38%;
}

#india .map-pin-11 {
    top: 24.5%;
    left: 40%;
}

#india .map-pin-12 {
    top: 27%;
    left: 42.5%;
}

#india .map-pin-13 {
    top: 31%;
    left: 33%;
}

#india .map-pin-14 {
    top: 36%;
    left: 30%;
}

#india .map-pin-15 {
    top: 34%;
    left: 41%;
}

#india .map-pin-16 {
    top: 37%;
    left: 42%;
}

#india .map-pin-17 {
    top: 39%;
    left: 48%;
}

#india .map-pin-18 {
    top: 45%;
    left: 27%;
}

#india .map-pin-19 {
    top: 48%;
    left: 32%;
}

#india .map-pin-20 {
    top: 47%;
    left: 39%;
}

#india .map-pin-21 {
    top: 55%;
    left: 29.5%;
}

#india .map-pin-22 {
    top: 63%;
    left: 29.5%;
}

#india .map-pin-23 {
    top: 37%;
    left: 55%;
}

#india .map-pin-24 {
    top: 46%;
    left: 51%;
}

#india .map-pin-25 {
    top: 49%;
    left: 54%;
}

#india .map-pin-26 {
    top: 46%;
    left: 58%;
}

#india .map-pin-27 {
    top: 59%;
    left: 31%;
}

#india .map-pin-28 {
    top: 54%;
    left: 48%;
}

#india .map-pin-29 {
    top: 58%;
    left: 55%;
}

#india .map-pin-30 {
    top: 85%;
    left: 36%;
}

#india .map-pin-31 {
    top: 86%;
    left: 40%;
}

#india .map-pin-32 {
    top: 83%;
    left: 38%;
}

#india .map-pin-33 {
    top: 89%;
    left: 38%;
}

#india .map-pin-34 {
    top: 69%;
    left: 30%;
}

#india .map-pin-35 {
    top: 75%;
    left: 30%;
}

#india .map-pin-36 {
    top: 71%;
    left: 34%;
}

#india .map-pin-37 {
    top: 79%;
    left: 34%;
}

#india .map-pin-38 {
    top: 78%;
    left: 36%;
}

#india .map-pin-39 {
    top: 77%;
    left: 38%;
}

#india .map-pin-40 {
    top: 92%;
    left: 35%;
}

#india .map-pin-41 {
    top: 100%;
    left: 37%;
}

#india .map-pin-42 {
    top: 68%;
    left: 35%;
}

#india .map-pin-43 {
    top: 79%;
    left: 43%;
}

#india .map-pin-44 {
    top: 63%;
    left: 41%;
}

#india .map-pin-45 {
    top: 67%;
    left: 39.5%;
}

#india .map-pin-46 {
    top: 68%;
    left: 42%;
}

#india .map-pin-47 {
    top: 94%;
    left: 40%;
}

#india .map-pin-48 {
    top: 3%;
    left: 37%;
}


/* Zoom Container */

.zoom_container {
    bottom: 5%;
    right: 3%;
    z-index: 5;
}

.map-control {
    background: #ffffff;
    cursor: pointer;
}

.map-control img {
    max-width: 18px;
}

.map-control:hover,
.map-control:focus {
    background: #96bae3;
    border-color: #96bae3;
}

.map-control-zoomin {
    border-radius: 23px 23px 0 0;
    padding: 6px 10px 3px;
}

.map-control-zoomout {
    padding: 3px 10px 6px;
    border-radius: 0 0 23px 23px;
}

.map-control .cus_tooltip {
    width: 62px;
}

.map-control-zoomout .cus_tooltip {
    width: 70px;
}


/***************************
* RESPONSIVE STATES
***************************/

@media (max-width: 1500px) {
    .site_btn {
        font-size: 14px !important;
    }
    .country_select select {
        height: 60px;
        font-size: 22px;
    }
}


/* @media (max-width: 1400px) {
    section.store_locator .sotre_outer_container {
        width: 87%;
    }
} */

@media (max-width: 1199px) {
    .store_container {
        padding: 25px 20px;
    }
    section.store_locator .store_wrapper {
        height: 600px;
    }
}

@media (max-width: 991px) {
    #s-main-header {
        height: 250px;
        background-size: cover;
    }
    #s-main-wrapper {
        padding: 0 6%;
        width: auto;
    }
    /* #s-main-wrapper h1 {
        padding-top: 30px;
        padding-bottom: 30px;
    } */
    .maps-zoomed-container {
        top: -20px;
    }
    section.store_locator .map {
        height: 500px;
        margin-bottom: 50px;
    }
    section.store_locator .store_wrapper {
        display: flex;
        flex-wrap: wrap;
        height: 490px;
    }
    .store_container {
        width: 50%;
    }
    section.store_locator {
        padding-bottom: 58px;
        position: relative;
    }
    .main_store {
        height: 58px;
        overflow-y: hidden;
        position: absolute;
        bottom: 42px;
        transition: .4s all ease;
        background-color: #fff;
        z-index: 1060;
    }
    .main_store.active {
        height: calc(100% - 42px);
        transition: .4s all ease;
    }
    .main_store.active .wrapper_slider svg {
        transform: rotate(180deg);
        transition: .4s all ease;
    }
    #philippines .map-pin-1 {
        left: 39%;
    }
    #philippines .map-pin-3 {
        left: 41.5%;
    }
    #taiwan .map-pin-1 {
        top: 1%;
        left: 55%;
    }
    #australia .map-pin-5 {
        top: 78%;
        left: 68.5%;
    }
    #australia .map-pin-6 {
        top: 79%;
    }
    #australia .map-pin-7 {
        top: 76%;
    }
    #southafrica .map-pin-1 {
        top: 87%;
        left: 25%;
    }
    #uae .map-pin-1 {
        left: 76%;
    }
    #india .map-pin-35 {
        left: 32%;
    }
    #india .map-pin-40 {
        top: 91%;
        left: 36%;
    }
    #india .map-pin-41 {
        top: 94%;
        left: 38%;
    }
    #india .map-pin-47 {
        top: 90%;
        left: 41%;
    }
}

@media only screen and (max-width: 767px) {
    #s-main-header {
        background: url(../images/mobile-bg.jpg) center center;
        height: 220px;
        background-size: cover;
    }
    #s-main-wrapper h1 {
        font-size: 28px;
    }
    #s-main-wrapper h2 {
        font-size: 18px;
        padding-top: 32px;
    }
    #s-main-content {
        font-size: 15px;
        padding-top: 22px;
    }
    section.banner,
    section.about {
        padding: 40px 0;
    }
    section.banner .logo {
        margin-bottom: 25px;
    }
    section.banner .logo img {
        max-width: 38px;
    }
    /* section.banner h3 {
        font-size: 18px;
    } */
    section.banner p {
        font-size: 16px;
    }
    .section_title h2 {
        font-size: 24px;
    }
    .subtitle {
        font-size: 16px;
    }
    section.store_locator {
        padding: 40px 22px;
    }
    .country_select {
        margin: 35px auto;
    }
    .country_select label {
        font-size: 16px;
    }
    .country_select select {
        font-size: 16px;
        height: 50px;
    }
    .store_container {
        width: 100%;
        padding: 25px 15px;
    }
    section.store_locator .store_wrapper {
        height: 300px;
    }
    section.store_locator .map {
        height: 310px;
    }
    .map-image {
        left: 0;
        top: -8%;
        right: 0;
        bottom: -8%;
    }
    .map-control {
        padding: 3px 10px;
    }
    .map-control img {
        max-width: 15px;
    }
    [class*="map-pin-"] {
        transform: scale(2.8);
    }
    .zoom_container {
        bottom: unset;
        top: 3%;
    }
    .lang_selector ul label {
        font-size: 14px;
    }
}



#storepoint-container {
    max-width: 1200px !important;
    margin: auto;
}

@media (max-width: 600px) {
#storepoint-container #storepoint-panel {
    height: 95vh !important;
    overflow-y: scroll !important;
}
}




#buttons {
    width: 90%;
    margin: 0 auto;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20%;
    padding: 8px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #ee8a65;
    font-family: sans-serif;
    font-weight: bold;
}