.product-main-title {
    margin-top: 80px;
}

.product-main-title-mobile {
    display: none;
}

.group-product-main-content>p>span {
    word-break: keep-all;
}

.product-main-title p {
    margin-bottom: unset;
}

a,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

.product-main-title h3 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    /* identical to box height, or 93% */
    /* PointColor */
    color: #0D5CAB;
}

.product-main-title h1 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    /* or 132% */
    /* PointColor */
    color: #0D5CAB;

}

.product-main .product-main-bg {
    display: flex;
    flex: 1;

}

.product-main .product-main-bg img {
    width: 100%;
    height: auto;
}

.product-main-logo-short-cut {
    margin-top: 100px;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product-main-logo-short-cut-item {
    padding-right: 35px;
}

.product-main-logo-short-cut-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
}

.product-main-logo-short-cut-title {
    margin-top: 30px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height, or 130% */
    color: #444444;
}

.product-main-logo-short-cut-content {
    margin-top: 20px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #444444;
}

.slider-product-main {
    display: flex;
    flex: 1;
    margin-top: 110px;
    margin-bottom: 90px;
}

.text-left-slider-product-main {
    width: 30%;
    z-index: 1;
}

.title-left-slider-product-main {
    font-family: 'Noto Sans KR';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 30px;
    line-height: 47px;
    /* or 157% */
    /* PointColor */
    /*color: #0D5CAB!important;*/

}

.content-left-slider-product-main {
    margin-top: 25px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    /* font-weight: 700; */
    /*font-weight: 100;*/
    /* khách bình luận là để 100 */

    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    /* PointColor */
    /*color: #0D5CAB;*/
    padding-right: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
}

.text-right-slider-product-main {
    width: 70%;
}

.carousel-product-main-item {
    background: #F6F6F6;
    width: 276px;
    height: 330px;
}

.carousel-product-main-item img {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 200px !important;
    height: 170px;
}

.offer-product-main-title {
    font-family: 'Noto Sans KR';
    font-style: normal;
    /*font-weight: 100;*/
    /*font-size: 30px;*/
    line-height: 47px;
    color: #0D5CAB;
}

.offer-product-main-list-text-in-img {
    position: relative;
    text-align: center;
    align-items: center;
}

.offer-product-main-list-text-in-img {
    position: absolute;
}

.offer-product-main-text-img {
    min-width: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offer-product-main-list {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.carousel-product-main {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
}

.offer-product-main-list-container {
    position: relative;
    text-align: center;
    color: white;
    margin: 15px 20px 0 20px;
}

.offer-product-main {
    margin-top: 30px;
}

.carousel-product-main>.owl-nav>.owl-prev {
    min-width: 30px;
    position: absolute;
    left: -43%;
}

.carousel-product-main>.owl-nav>.owl-next {
    min-width: 30px;
    margin-left: 15px;
    position: absolute;
    left: -38%;
}

.title-carousel-product-main-item {
    position: absolute;
    top: 10%;
    left: 10%;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    color: #444444;
}

.more-carousel-product-main-item {
    position: absolute;
    bottom: 5%;
    right: 15%;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    /* identical to box height, or 162% */
    color: #444444;
    cursor: pointer;
}