.content-wrapper .content{
    word-wrap: break-word;
}

.rectangle.static{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc522;
    transform: translate(0%, 40%) skew(0deg, -15deg);
}

.rectangle.product{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc522;
    transform: translate(0%, -50%) skew(0deg, -15deg);
    z-index: -1;
}

.rectangle.lastsection{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background-color: #ffc522;
    transform: translate(0%, 59%) skew(0deg, -15deg);
    z-index: -1;
}

.center-wrapper{
    position: relative;
}


.product{
    
    overflow: hidden;
    position: relative;
    padding: 6% 0% 6% 0%;
}


.product .center-image{
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
}
.product-story .center-wrapper{
    position: relative;
}
.product-story .center-wrapper .center-image{
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
    width: 20%;
}
.product-story .center-wrapper .center-image.fix-height{
    height: 100%;
    display: flex;
    z-index: -1;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    max-height: calc(1004 * 100vw / 1920);

}
.product-story .center-wrapper .center-image.fix-height img{
    object-fit: cover;
    object-position: bottom center;
}

@media (max-width: 767px) {
    .product-story .center-wrapper .center-image.fix-height img{
        transform: scale(1.45);
        transform-origin: 95% 40%;
    }
    .singha .center-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.product-story .content-wrapper .title{
    font-size: 3vw;
    line-height: 3vw;
    font-weight: bolder;
}

.product-story .content-wrapper .content{
    padding-top: 2%;
    /* font-size: 20px; */
}

.product .center-image.width-can{
    width: 14%;
}

.product .center-image.width-bottle{
    width: 8%;
    
}

.product .center-image.width-bottle-small{
    width: 7%;
}

.product .center-image.width-can-reserve{
    width: 11%;
}


.product-story{
    
    overflow: hidden;
    position: relative;
    
}

.align-left-all{
    left: 5%;
}

.product-wrapper{
    position: absolute;
    top: 7%;
    width: 100%;
    height: 100%;
}

.product-wrapper .title{
    font-weight: bolder;
    font-size: 1.3vw;
}



.product-wrapper .product-name{
    font-weight: bolder;
    font-size: 2.5vw;
    line-height: 2.3vw;
    padding-top: 9%;
    /* text-transform: uppercase; */
}

.product-wrapper .product-discription{
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.5vw;
    padding-top: 0.5%;
}

.content-wrapper{
    position: absolute;
    top: 13%;
    z-index: 10;
    /* color: #fff; */
    /* width: 100%;
    height: 100%; */
}

.reserve .content-wrapper {
    color: #fff;
}

.content-wrapper .content{
    width: 31%;
}

.center-wrapper, .center-wrapper .center-button, .center-wrapper .center-button .row .col{
    z-index: 10;
}
.product-wrapper{
    z-index: 1;
}

.custom-flex-seting.left{
    text-align: right;
}
.custom-flex-seting.right{
    text-align: center;
}

.custom-button-width{
    width: 25% !important;
}
.custom-button-width-load{
    width: 40% !important;
}

.loadbut.bgsingha{
    background: linear-gradient(90deg, #FFC522 50%, #888 50%) ;
    font-size: 0.8vw;
    width: 30%;
    transition:all .5s ease-out;
    position: relative;
    border-color: #888;
    color: #f8f9fa ;
}

.loadbut.bgsingha:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #888 50%, #FFC522 0%) ;
    z-index: -1;
}

.loadbut.bgsingha{
    background-size: 300% ;
    background-position: 100% ;
    /* font-size: 1vw; */
    /* transition: 5s; */
    /* color: #f8f9fa !important; */
}

.linkbut:hover.bgsingha, .linkbut:hover.bgsingha:after{
    background-position: 100% !important;
    border-color: #888 !important;
    
}

.linkbut.bgwhite{
    background: linear-gradient(135deg, #212529 50%, #f8f9fa 50%) !important;
    color: #212529 !important;
    font-size: 0.8vw;
    width: 30%;
    transition:all .5s ease-out;
    position: relative;
}

.linkbut.bgwhite:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 2px;
    background: linear-gradient(135deg, #f8f9fa 50%, #212529 0%) !important;
    z-index: -1;
}
.linkbut.bgwhite, .linkbut.bgwhite:after{
    background-size: 300% !important;
    background-position: 99% !important;
    transition: 1s;
    border-color: #f8f9fa;
}
.linkbut:hover.bgwhite, .linkbut:hover.bgwhite:after{
    background-position: 0 !important;
    border-color: #212529 !important;
    color: #f8f9fa !important;
}

.linkbut.bggray{
    background: linear-gradient(135deg, #212529 50%, #4d4d4d 50%) !important;
    font-size: 0.8vw;
    width: 30%;
    transition:all .5s ease-out;
    position: relative;
    border-color: #4d4d4d;
    margin-right: 10px;
}
.linkbut.bggray:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #4d4d4d 50%, #212529 0%) !important;
    z-index: -1;
}

.linkbut.bggray, .linkbut.bggray:after{
    background-size: 300% !important;
    background-position: 100% !important;
    transition: 1s;
    color: #f8f9fa !important;
    
}

.linkbut{
    background: linear-gradient(135deg, #212529 50%, transparent 50%) ;
    color: #f8f9fa;
    font-size: 0.8vw;
    width: 55%;
    transition:all .5s ease-out;
    position: relative;
}

.linkbut:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   /* background: linear-gradient(135deg, transparent 50%, #212529 0%) !important; */
    z-index: -1;
}

.linkbut, .linkbut:after{
    background-size: 300% ;
    background-position: 99% ;
    transition: 1s;
    color: #4d4d4d ;
    border-color: #4d4d4d;
}

.linkbut:hover, .linkbut:hover:after{
    background-position: 0 !important;
    border-color: #212529 !important;
    color: #f8f9fa !important;
}

.linkbut.color-white{
    color: #f8f9fa ;
    border-color: #f8f9fa;
}

.singha .explorebutton{
    position: absolute;
    bottom: 17%;
    left: 76%;
    z-index: 10;
    /* height: 50px;*/
}
.reserve .explorebutton{
    position: absolute;
    bottom: 8%;
    left: 76%;
    z-index: 10;
    /* height: 50px;*/
}

.button-wrapper{
    position: relative;
    /* bottom: 240%;
    right: 5%; */
}

.button-arrow{
    display: inline-block;
    margin-left: 10%;
    vertical-align: middle;
}


.button-disc{
    display: inline-block;
    vertical-align: middle;
}
.singha .button-disc .button-title{
    color: #4d4d4d;
}
.reserve .button-disc .button-title{
    color: lightgray;
}

.button-image{
    display: inline-block;
    width: 12%;
}

.reserve .explorebutton .button-disc span a {
    color: #fff;
}

@media (max-width: 767px) {
    .reserve .button-disc .button-title, .singha .button-disc .button-title{
        color: #4d4d4d;
    }
    
    .reserve .explorebutton .button-disc span a, .singha .explorebutton .button-disc span a  {
        color: #212529;
    }
}

.speakerradius {
    padding: 10px 33px 11px 12px;
    background-color: #FFC522;
    border-radius: 100%;
}

.article-sound-wrapper{
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 10;
    width: 12%;
}

.article-wrapper{
    position: relative;
}

.article-image-wrapper{
    position: relative;
    background-size: cover;
    background-position: center center;
}
.article-image-wrapper img:first-child {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0) 45%);
}
.article-image-wrapper img:last-child {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 55%);
}

.article-content-wrapper{
    position: absolute;
    top: 30%;
    /* width: 100%;
    height: 100%; */
}

.article-button-custom-width{
    width: 250px !important;
}

.article-wrapper .article-button {
    padding-top: 20%;
}

.article-wrapper .article-button .row.bottom{
    padding-top: 2%;
}
.article-content-wrapper .article-title{
    font-size: 3vw;
    line-height: 2.5vw;
    text-transform: uppercase;
    font-weight: 700;
}

.article-content-wrapper .article-title .first-line{
    color:#f8f9fa;
}

.article-content-wrapper .article-title .sec-line{
    color:#ffc522;
}

.everymoment-wrapper{
    position: relative;
    padding: 6% 0%;
}

.everymoment-wrapper .title{
    font-size: 3vw;
    font-weight: bolder;
    text-transform: uppercase;
}

.everymoment-wrapper .sub-title{
    font-size: 1vw;
    /* text-transform: uppercase; */
}

.singha-color{
    color: #ffc522;
}

.lastsection-wrapper{
    position: relative;
    padding: 8% 0% 5% 0%;
}

.lastsection-wrapper .top-text{
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bolder;
}

.lastsection-wrapper .middle-text{
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bolder;
    /* padding: 35% 0% 2% 0%; */
}

.lastsection-wrapper .product-custom-margin{
    margin: auto 0 0 0;
}

.lastsection-wrapper .product-discription{
    text-transform: uppercase;
    /* font-size: 1vw;
    font-weight: bolder; */
}

.product-custom-width{
    width: 35%;
}

.singha .wrapper-buttom-padding{
    padding-bottom: 5%;
}

img.clickable-product {
    cursor: pointer;
}

.custom-row-margin{
    margin-right: unset;
    margin-left: unset;
}

.text-black{
    color: #212529;
}

.custom-pointer-event{
    pointer-events: none;
}

.text-singha span {
    vertical-align: middle;
}

.button-wrapper{
    font-size: 1vw;
}

.owl-stage{
    padding-left: unset !important;
}

@media only screen and (max-width: 992px) {

    .owl-carousel .owl-wrapper {
        display: flex !important;
    }
    .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: initial;
    }

    .reserve .button-wrapper, .singha .button-wrapper{
        font-size: 2vw;
    }
    

    .singha .explorebutton, .reserve .explorebutton {
        bottom: 3%;
        left: 30%;
    }

    .article-button-custom-width {
        width: 70% !important;
    }

    .linkbut {
        font-size: 2vw;
    }

    .linkbut.bgwhite {
        font-size: 2vw;
    }

    .article-content-wrapper .article-title {
        font-size: 9vw;
        line-height: 8.5vw;
    }
    .article-wrapper .article-button {
        padding-top: 3%;
    }

    .article-content-wrapper {
        top: 70%;
    }

    .article-sound-wrapper {
        width: 25%;
        top: 5%;
    }

    .speakerradius {
        padding: 23% 30% 20% 27%;
        font-size: 1.5vw;
    }

    .rectangle.lastsection{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-color: #ffc522;
        transform: translate(0%, 20%) skew(0deg, -15deg);
        z-index: -1;
    }

    .loadbut.bgsingha {
        font-size: 2vw;
    }

    .text-singha span{
        font-size: 1.5vw;
    }

    .everymoment-wrapper .sub-title {
        font-size: 3vw;
        text-align: left !important;
        margin: 2% auto 0% 5%;
    }

    .everymoment-wrapper .title {
        font-size: 11vw;
        line-height: 10vw;
        margin: 0 auto 0 5%;
        width: 81%;
        text-align: left !important;
    }

    .lastsection-wrapper .product-discription{
        font-size: 3vw;
    }

    .lastsection-wrapper .product-discription {
        text-transform: uppercase;
        font-size: 3vw;
    }

    .lastsection-wrapper .middle-text {
        font-size: 10vw;
        word-wrap: break-word;
        word-break: break-all;
        width: 47%;
        margin: 0 auto;
        line-height: 10vw;
    }

    .lastsection-wrapper .top-text {
        font-size: 10vw;
    }

    .lastsection-wrapper .product-custom-margin {
        margin: auto 0 5% 0;
    }

    .product-custom-width{
        width: 20%;
    }

    .reserve .content-wrapper, .singha .content-wrapper {
        top: 0%;
        color: #000;
    }

    .product .center-image.width-can-reserve {
        width: 23%;
    }

    .button-arrow {
        margin-left: 4%;
    }

    .explorebutton.mobile {
        position: relative;
        text-align: center;
        left: 0;
        bottom: 0;
        margin-top: 8%;
    }

    .explorebutton.mobile .button-disc span a{
        font-size: 3vw;
    }

    .product-story .content-wrapper .content {
        padding-top: 4%;
    }

    .content-wrapper .content {
        width: 74%;
        font-size: 3vw;
    }

    .product-story {
        padding: 310px 0% 20% 0%;
    }

    .product-story .content-wrapper .title {
        font-size: 11vw;
        line-height: 10vw;
    }


    .linkbut.bggray.topbut, .linkbut.bggray.topbut:after {
        font-size: 2vw;
    }

    .linkbut.topbut, .linkbut.topbut:after {
        font-size: 2vw;
    }

    .center-button.mobile .bottom{
        padding-top: 2%;
    }

    .align-left-all{
        left: 5%;
    }

    .custom-button-width {
        width: 50% !important;
    }

    .product-wrapper {
        top: 5%;
    }

    .product .center-image.width-bottle-small {
        width: 15%;
    }

    .product-wrapper .title {
        font-size: 5.9vw;
    }

    .product-wrapper .product-name {
        font-size: 8.5vw;
        line-height: 9.3vw;
        padding-top: 5%;
    }

    .product-wrapper .product-discription {
        font-size: 4.3vw;
        line-height: 1.3;
    }

    .product {
        padding: 55% 0% 15% 0%;
    }

    .product .center-image.width-can {
        width: 37%;
    }

    .product .center-image.width-bottle {
        width: 17%;
    }

    .product-story .center-wrapper .center-image {
        width: 75%;
    }
    .product-story .center-wrapper .center-image.fix-height {
        height: auto;
        width: 90%;
        overflow: hidden;
    }

    .rectangle.product {
        transform: translate(0%, -26%) skew(0deg, -15deg);
    }
    .linkbut.bggray{
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    

    .explorebutton {
        left: 33%;
    }

    .everymoment-wrapper .title {
        font-size: 10.5vw;
        line-height: 10vw;
    }

    .article-content-wrapper {
        top: 75%;
    }

    /* .product-story {
        padding: 105% 0% 9% 0%;
    } */
    .speakerradius {
        
        font-size: 1.5vw;
    }
    .article-sound-wrapper {
        width: 30%;
    }
}

@media only screen and (max-width: 575px) {

    .linkbut.bgwhite {
        font-size: 3vw;
    }

    .linkbut {
        font-size: 3vw;
    }

    .explorebutton {
        left: 32%;
    }

    .article-content-wrapper {
        top: 62%;
    }

    .speakerradius {
        
        font-size: 1.5vw;
    }

    .text-singha span {
        font-size: 2vw;
    }
    /* .product-story {
        padding: 185% 0% 9% 0%;
    } */

    .content-wrapper .content {
        width: 95%;
        font-size: 3vw;
    }
}

@media only screen and (max-width: 480px) {
    .explorebutton {
        left: 32%;
    }
    .product-story .content-wrapper .content {
        font-size: 18px;
        line-height: 1.25;
    }

}