﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #0b110d;
    position: relative;
    line-height: 1.2;
}

.MyLPs p {
    line-height: 1.2;
    margin-top: 0px;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 10px auto;
    -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}

.MyLPs .btnCommon span {
    align-self: center;
}


.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .f87 {
    font-size: 87px;
}

.MyLPs .f72 {
    font-size: 72px;
}

.MyLPs .f57 {
    font-size: 57px;
}

.MyLPs .f52 {
    font-size: 52px;
}

.MyLPs .f43 {
    font-size: 43px;
}

.MyLPs .f40 {
    font-size: 40px;
}

.MyLPs .f37 {
    font-size: 37px;
}

.MyLPs .f36 {
    font-size: 36px;
}

.MyLPs .f34 {
    font-size: 34px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .f27 {
    font-size: 27px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f18 {
    font-size: 18px;
}

.MyLPs .f13 {
    font-size: 13px;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .header {
    background-image: url(images/header_img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.MyLPs .header p {
    margin: 30px auto;
}

.MyLPs .header .header_logo {
    margin: 30px auto 20px auto;
}

.MyLPs .header .header_image {
    width: fit-content;
}

.nav_btns {
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav_btns a {
    background-color: #4960f2;
    text-align: center;
    padding: 20px 0;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    width: 200px;
    margin: 15px;
    transition: all ease 0.15s;
}

.nav_btns a:hover {
    background-color: #ffc539;
    color: #2b2c40;
}

.MyLPs .container_section1-2 {
    background-image: url(images/section1-2_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.MyLPs .container_logoSlider .item {
    margin: auto;
}

.MyLPs .section_container_title {
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: center;
    width: 46%;
}

.MyLPs .section_title {
    display: inline-flex;
    position: relative;
    margin-left: -72px;
    align-items: center;
}

.MyLPs .section_icon {
    margin: 0 20px;
}

.MyLPs .container_section1-2 p {
    margin-bottom: 40px;
}

.MyLPs .section_container_title img {
    height: fit-content;
}

.MyLPs .section3 .tvSlider img {
    width: fit-content;
    margin: 0 auto;
}

.MyLPs .container_section1-2 .logoSlider img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.MyLPs .container_tcl_banner {
    border: 2px dashed #fff;
    border-radius: 100px;
    height: 192px;
    margin: 120px auto 150px auto;
    width: 80%;
}

.MyLPs .tcl_banner {
    margin: -50px auto;
}

.MyLPs .img_tcl_container {
    margin-top: -20px;
}

.MyLPs .tcl_text {
    text-align: left;
    margin: 30px;
}

.MyLPs .tcl_subtext {
    margin-top: 20px;
}

.MyLPs .logoSlider {
    margin-bottom: 80px;
}

.MyLPs .owl-nav {
    margin-top: 0;
}

.MyLPs .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .owl-nav button {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .owl-nav button.owl-next {
    left: unset;
    right: -55px;
}

.MyLPs .owl-nav button span {
    display: none;
}

.MyLPs .section2 {
    padding-bottom: 50px;
}

.MyLPs .section_line,
.MyLPs .section_line_tcl {
    display: none;
}

.MyLPs .container_section3-4 {
    background-image: url(images/section3-4_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.MyLPs .section3 .section_icon {
    margin: auto 20px;
}

.MyLPs .section3 .slider_images {
    z-index: 1;
}

.MyLPs .btnCommon {
    z-index: 2;
    margin-top: -30px;
    position: relative;
}

.MyLPs .tvSlider {
    margin-bottom: 160px;
}

.MyLPs .section4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.MyLPs .section4 .btnCommon {
    margin-top: -110px;
}

.MyLPs .section4_content {
    margin-bottom: 70px;
}

.MyLPs .item {
    width: fit-content;
}

.MyLPs .container_section5-6 {
    background-image: url(images/section5-6-7_bg_new.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.MyLPs .section5 .section5_content,
.MyLPs .section6 .section6_content,
.MyLPs .section7 .section7_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px;
}

.MyLPs .section5 .slider_images,
.MyLPs .section6 .slider_images,
.MyLPs .section7 .slider_images {
    border-radius: 50px;
}

.MyLPs .section5 .banner_title_container,
.MyLPs .section7 .banner_title_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.MyLPs .section5 .banner_title,
.MyLPs .section7 .banner_title {
    color: #4960f2;
    text-align: start;
    margin-bottom: 15px;
}

.MyLPs .container_section8 .banner_title {
    color: #4960f2;
}

.MyLPs .section5 .banner_title_container .btnCommon,
.MyLPs .section7 .banner_title_container .btnCommon {
    margin: auto 0;
}


.MyLPs .section6 .banner_title_container,
.MyLPs .container_section8 .banner_title_container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: max-content;

}

.MyLPs .section6 .banner_title,
.MyLPs .container_section8 .banner_title {
    margin-bottom: 40px;
}

.MyLPs .section6 .section_container_title,
.MyLPs .container_section8 .section_container_title {
    width: 60%;
}

.MyLPs .section7_content {
    margin-bottom: 50px;
}

.MyLPs .container_section8 {
    background-image: url(images/section8_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Hiding the second picture right away */
.change-photos .change-photo:nth-of-type(2) {
    display: none;
    cursor: context-menu;
}

/* When you hover your cursor over the parent change-photos class, the first picture is hidden, and the second is shown */

.change-photos:hover .change-photo:nth-of-type(1) {
    display: none;
}

.change-photos:hover .change-photo:nth-of-type(2) {
    display: block;
}

.change-photos:hover {
    cursor: pointer;
}

.slider_images {
    cursor: pointer;
}

.container_tcl_banner_no_wrap {
    flex-wrap: nowrap;
}

.MyLPs .section_products .owl-nav button {
    top: 50%;
}

.MyLPs .container_section_products .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px 20px;
    height: auto;
    width: auto;
}

.MyLPs .container_section_products .item .btnCommon {
    margin: 20px auto;
}

.MyLPs .container_section_products .item_product_title {
    margin-bottom: 10px;
    font-weight: 700;
    height: 47px;
    overflow: hidden;
}

.MyLPs .container_section_products .price {
    color: #4960f2;
}

.MyLPs .container_section_products .product_image {
    height: 250px;
    width: auto;
}


@media (max-width: 1700px) {
    .MyLPs .logoSlider {
        margin-bottom: 60px;
    }

    .MyLPs .tvSlider .item {
        margin: 0 30px;
    }

}

@media (max-width: 1560px) {
    .MyLPs .container_section1-2 .section_container_title {
        width: 60%;
    }

    .MyLPs .section5 .item,
    .MyLPs .section6 .item,
    .MyLPs .section7 .item,
    .MyLPs .container_section8 .item {
        margin: 0 15px;
    }

    .MyLPs .display_none_tcl_br {
        display: none;
    }

    .MyLPs .container_tcl_banner {
        height: 240px;
        margin: 80px auto;

    }

    .MyLPs .img_tcl_container {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 1400px) {

    .MyLPs .f87 {
        font-size: 66px;
    }

    .MyLPs .f72 {
        font-size: 60px;
    }

    .MyLPs .f57 {
        font-size: 47px;
    }

    .MyLPs .f52 {
        font-size: 42px;
    }

    .MyLPs .f43 {
        font-size: 33px;
    }

    .MyLPs .f40 {
        font-size: 30px;
    }

    .MyLPs .f37 {
        font-size: 27px;
    }

    .MyLPs .f36 {
        font-size: 26px;
    }

    .MyLPs .f34 {
        font-size: 24px;
    }

    .MyLPs .f30 {
        font-size: 20px;
    }

    .MyLPs .f27 {
        font-size: 19px;
    }

    .MyLPs .f24 {
        font-size: 18px;
    }

    .MyLPs .btnCommon {
        font-size: 16px;
        padding: 11px 20px;
    }

    .MyLPs .header_logo {
        width: 75%;
    }

    .MyLPs .header {
        background-image: url(images/header_img_t.jpg);
    }

    .nav_btns a {
        padding: 15px 0;
        font-size: 16px;
        width: 175px;
    }

    .MyLPs .container_section1-2 {
        background-image: url(images/section1-2_bg_t.png);
    }

    .MyLPs .section_line {
        display: block;
        width: 60%;
        opacity: 0.5;
    }

    .MyLPs .container_section1-2 .section_container_title {
        width: 55%;
    }

    .MyLPs .container_section1-2 .logoSlider img {
        width: 70%;
        margin: auto;
    }

    .MyLPs .container_section3-4 {
        background-image: url(images/section3-4_bg_t.png);
    }

    .MyLPs .tvSlider {
        margin-bottom: 50px;
    }

    .display-none-tablet {
        display: none;
    }

    .MyLPs .section3 .section_container_title {
        margin: 20px auto 0px auto;
    }

    .MyLPs .section4 .slider_images {
        width: 80%;
        margin: auto;
    }

    .MyLPs .section4 .btnCommon {
        margin-top: -90px;
    }

    .MyLPs .section_title {
        margin-left: -36px;
    }
}

@media (max-width: 1200px) {

    .MyLPs .f32 {
        font-size: 24px;
    }

    .MyLPs .btnCommon {
        margin-top: -10px;
    }

    .MyLPs .section3 .slider_images {
        width: 100%;
        margin: auto;
    }

    .MyLPs .section5 .section5_content,
    .MyLPs .section7 .section7_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .MyLPs .section5 .slider_images,
    .MyLPs .section6 .slider_images,
    .MyLPs .section7 .slider_images {
        border-radius: 30px;
    }

    .MyLPs .section6 .banner_title,
    .MyLPs .container_section8 .banner_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1080px) {

    .MyLPs .section_title {
        margin-left: 0;
    }

    .nav_btns a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .MyLPs .header {
        padding: 0px 20px;
        background-image: url(images/header_img_st.jpg);
    }

    .MyLPs .section4 .btnCommon {
        margin-top: -75px;
    }

    .MyLPs .section_icon {
        display: none;
    }

    .MyLPs .section_container_title {
        width: 80%;
    }

}

.MyLPs .section4_content_mobile {
    display: none;
}

@media (max-width: 870px) {
    .MyLPs .section4_content {
        display: none;
    }

    .MyLPs .section4_content_mobile {
        display: flex;
        flex-direction: column;
    }

    .MyLPs .section4_content_mobile .btnCommon {
        background-color: #4960f2;
        color: #fff;
        width: 260px;
        padding: 20px 20px;
        margin: 8px auto;
    }

    .MyLPs .section5 .slider_images,
    .MyLPs .section6 .slider_images,
    .MyLPs .section7 .slider_images {
        border-radius: 20px;
    }

    .MyLPs .container_tcl_banner {
        border: none;
    }

    .MyLPs .container_tcl_banner_no_wrap {
        flex-wrap: wrap;
    }

    .MyLPs .container_tcl_banner {
        height: 100%;
    }

    .MyLPs .tcl_text {
        text-align: center;
        margin: 0px;
    }

    .MyLPs .section_line_tcl {
        display: block;
        width: 60%;
        opacity: 0.5;
    }

    .MyLPs .container_tcl_banner {
        margin: 70px auto 50px auto;
    }

    .MyLPs #brands {
        margin-bottom: 50px;
    }

    .MyLPs .tcl_banner {
        margin: -20px auto 20px auto;
    }

}

@media (max-width: 730px) {

    .MyLPs .section_icon {
        display: block;
    }

    .MyLPs .section5 .section_container_title,
    .MyLPs .section7 .section_container_title {
        margin: 30px auto 10px auto;
    }

    .MyLPs .section5 .banner_title_container,
    .MyLPs .section7 .banner_title_container {
        left: 20px;
    }

    .MyLPs .section3 .section_icon {
        margin: 10px auto 0 auto;
    }

    .hozSpace.space40 {
        height: 25px;
    }

    .nav_btns {
        display: flow-root;
    }

    .nav_btns a {
        width: calc(50% - 10px);
        float: left;
        margin: 5px;
        padding: 10px 10px;
    }

    .MyLPs .section_title {
        display: block;
    }

    .MyLPs .section_container_title img {
        margin: 0 auto 15px auto;
    }

    .MyLPs .section6 .section6_content {
        flex-direction: column;
        gap: 20px;
    }

    .MyLPs .section7_content {
        margin-bottom: 40px;
    }

    .MyLPs .section_container_title img {
        margin: 0 auto 15px auto;
        height: 60px;
    }
}

@media (max-width: 630px) {

    .MyLPs .tvSlider .item,
    .MyLPs .LivingSlider .item {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {

    .MyLPs .container_logoSlider,
    .MyLPs .container_inchSlider {
        padding: 0 65px;
    }

    .MyLPs .f36 {
        font-size: 22px;
    }

    .MyLPs .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .MyLPs .container_section1-2 .section_container_title {
        margin: 30px auto 10px auto;
        width: 92%;
    }

    .MyLPs .container_section1-2 .logoSlider img {
        width: 90%;
    }

    .MyLPs .logoSlider {
        margin-bottom: 40px;
    }

    .MyLPs .container_section3-4 {
        background-image: url(images/section3-4_bg_mobile.png);
    }

    .MyLPs .tvSlider {
        margin-bottom: 30px;
    }

    .MyLPs .container_tvSlider,
    .MyLPs .container_LivingSlider {
        padding: 0px 70px;
    }

    .MyLPs .section3 .section_container_title {
        width: 100%;
    }

    .MyLPs .section4 .section_container_title {
        margin: 30px auto 10px auto;
    }

}

@media (max-width: 450px) {

    .MyLPs .f87 {
        font-size: 48px;
    }

    .MyLPs .f72 {
        font-size: 42px;
    }

    .MyLPs .f57 {
        font-size: 36px;
    }

    .MyLPs .f52 {
        font-size: 32px;
    }

    .MyLPs .f43 {
        font-size: 26px;
    }

    .MyLPs .f40 {
        font-size: 22px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .MyLPs .f37 {
        font-size: 21px;
    }

    .MyLPs .f36 {
        font-size: 20px;
    }

    .MyLPs .f34 {
        font-size: 18px;
    }

    .MyLPs .f32 {
        font-size: 17px;
    }

    .MyLPs .f30 {
        font-size: 17px;
        line-height: 1.4;
    }

    .MyLPs .f27 {
        font-size: 16px;
    }

    .MyLPs .f13 {
        font-size: 10px;
    }

    .MyLPs .f24.section_title {
        font-size: 15px;
    }

    .MyLPs p {
        line-height: 1.2;
    }

    .MyLPs .header span.f40 {
        height: 45px;
        display: inline-block;
    }

    .MyLPs .header {
        background-image: url(images/header_img_m.jpg);
    }

    .MyLPs .section_line,
    .MyLPs .section_line_tcl {
        width: 90%;
    }

    .MyLPs .section6 .section_container_title {
        width: 100%;
    }

    .MyLPs .section6 .banner_title_container {
        bottom: 4px;
    }

    .MyLPs .section6 .section_container_title {
        margin: 20px auto 10px auto;
    }

    .MyLPs .f24 {
        width: 85%;
        margin: auto 15px;
    }

    .MyLPs .container_section8 .section_container_title {
        width: 100%;
        margin: 30px auto 10px auto;
    }

    .MyLPs #brands {
        margin-bottom: 30px;
    }

    .MyLPs .container_tcl_banner {
        margin: 50px auto;
    }

    .MyLPs .section_products .owl-nav button.owl-prev {
        left: -50px;
    }

    .MyLPs .section_products .owl-nav button.owl-next {
        right: -50px;
    }

}