.cms-home main#maincontent p:empty{
    display: none;
}

/* home slide */
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 20px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    background: url(../images/icon-arrow-left.svg) no-repeat 0 0/23px auto;
    opacity: 0.2;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev:hover:before {
    opacity: 1;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:before {
    background: url(../images/icon-arrow-right.svg) no-repeat 0 0/23px auto;
    opacity: 0.2;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:hover:before {
    opacity: 1;
}


/* home video */
.home-video {
    background-color: #000;
    padding: 30px 0;
}
.home-video .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    color: #fff;
}
.home-video .header h4 {
    font-size: 2.3rem;
    margin: 0;
}
.home-video .header a {
    color: #fff;
}
.home-video .header a:hover {
    color: #FFD98A;
}
.home-video .item {
    position: relative;
    margin: 0 0 15px;
}
.home-video .item .v-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-video .item > img {
    width: 100%;
}
.home-video .v-left .v-info {
    display: block;
}
.home-video .v-left .v-button img {
    width: 30px;
}
.home-video .v-left .v-button h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 0 10px;
}
.home-video .v-left .v-button a {
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
}
.home-video .v-button a:hover {
    opacity: 0.8;
}
.home-video .v-title h4 {
    color: #FEE496;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 46px;
}
.home-video video {
    object-fit: cover;
}
.home-video .v-info span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




/* home brands */
.home-brands {
    margin: 30px 0;
}
.home-brands h4 {
    font-weight: 600;
    font-size: 2.3rem;
    color: #000;
}
.home-brands .column-brands.slick-slider {
    margin: 40px 0 55px;
    padding: 0;
}
.home-brands .all-button {
    text-align: center;
}
.home-brands .all-button a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
}
.home-brands .all-button a:hover {
    background-color: #FFD98A;
    color: #000;
}
.home-brands li a:hover {
    opacity: 0.5;
}
.home-brands .columns-mobile .slick-slider .slick-arrow.slick-prev {
    background: url(../images/icon-arrow-L2.svg) no-repeat center center/13px auto !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    left: -15px;
}
.home-brands .columns-mobile .slick-slider .slick-arrow.slick-next {
    background: url(../images/icon-arrow-R2.svg) no-repeat center center/13px auto !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    right: -15px;
}
.home-brands .columns-mobile .slick-arrow:hover {
    filter: brightness(0);
}
.home-brands .columns-mobile .slick-slider .slick-arrow {
    top: 45px;
}
.home-brands .slick-slider .slick-dots {
    top: -62px;
    right: 0;
    left: unset;
    width: 75px;
    height: 20px;
    max-width: 75px;
    overflow: hidden;
}
.home-brands .slick-slide > div:first-child {
    margin: 0 0 20px;
}
.home-slick-products .slick-slider .slick-dots li.slick-active button:before,
.home-slick-products .slick-slider .slick-dots li button:hover:before{
    background-color: #D2D2D2;
    opacity: 1;
}
.home-slick-products .slick-slider .slick-dots li button:before {
    content: '';
    background-color: #F2F2F2;
    opacity: 1;
    width: 25px;
    height: 5px;
}
.home-slick-products .slick-slider .slick-dots * {
    width: 25px;
    height: 5px;
    margin: 0;
}




/* home products */
.home-products-bg {
    background: linear-gradient(360deg, #F0F0F0 80%, #FFFFFF 100%);
}
.home-products {
    padding: 10px 0 40px;
}
.home-products .block-products-list {
    margin: 0;
}
.home-products .header,
.home-slick-products .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.home-slick-products.new-arrivals .header {
    position: relative;
    justify-content: center;
}
.home-slick-products.new-arrivals .header .s-all {
    position: absolute;
    right: 0;
}
.home-products .header h4,
.home-slick-products .header h4 {
    font-weight: 600;
    color: #000;
    margin: 0;
    font-size: 2.3rem;
    text-transform: uppercase;
}
.home-products .header a:hover,
.home-slick-products .header a:hover {
    color: #FFD98A;
}
.product-grid-column #p-slide .product-item {
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-products .products-grid .product-item-info,
.home-products .products-grid .product-item-info:hover {
    padding: 0;
}
.home-products .products-grid .product-item-info,
.home-products .products-grid .product-item-info:hover {
    border: none;
    box-shadow: none;
}
.home-products .product-item-name {
    min-height: 42px;
}
.home-products .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #F2F2F2;
    margin: 0;
}
.home-products .owl-carousel.owl-theme .owl-dots .owl-dot.active,
.home-products .owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #D2D2D2;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next:before {
    background: url(../images/icon-arrow-R2.svg) no-repeat center center/13px auto;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    background: url(../images/icon-arrow-L2.svg) no-repeat center center/13px auto;
}
.home-products .owl-carousel.owl-theme .owl-nav div:hover:before {
    filter: brightness(0);
}
.home-products .owl-nav {
    position: relative;
    top: -235px;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
}
.home-products .owl-carousel.owl-theme .owl-dots {
    position: unset;
    transform: unset;
    margin: 20px 0 0;
}
.recommended .header img {
    width: 40px;
    margin: 0 10px 0 0;
}
.home-products.recommended .products-grid .owl-item .product-item {
    padding: 0;
}
.home-products .products-grid .owl-item .product-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 15px 20px 15px;
    height: 100%;
}
.home-slick-products .product-items.slick-slider .slick-slide .product-item {
    display: inline-block !important;
    max-width: 100%;
}
.home-slick-products .products-grid .product-item-info {
    border: none;
    padding: 0 10px;
}
.home-slick-products .products-grid .product-item-info:hover {
    padding: 0 10px;
}
.home-slick-products.new-arrivals {
    margin: 40px 0;
}
.home-slick-products .product-items.slick-slider>.slick-list {
    padding: 0 0 20px;
}
.home-slick-products .slick-slide > div:first-child {
    margin: 0 0 30px;
}



/* home banner */
.home-banner .item {
    margin: 0 0 15px;
}
.home-banner {
    margin: 0 0 15px;
}
.home-banner img:hover {
    opacity: 0.9;
}
.home-banner img {
    width: 100%;
}


/* home full banner */
.home-full-banner {
    margin: 0;
}
.home-full-banner.home-banner img {
    border-radius: 0;
}


/* home social */
.home-social {
    background-image: url(../images/bg-social-m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.home-social .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}
.home-social ul li {
    padding: 0 5px;
}
.home-social ul img:hover {
    filter: brightness(0.9);
}


/* home blog */
.home-blog {
    background-color: #000;
    padding: 40px 0;
}
.home-blog .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    color: #fff;
}
.home-blog .header h4 {
    font-size: 2.3rem;
    margin: 0;
}
.home-blog .header a {
    color: #fff;
}
.home-blog .header a:hover {
    color: #FFD98A;
}
.home-blog .category-link a {
    display: block;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 15px 30px;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home-blog .category-link a:hover {
    color: #FFD98A;
}
.home-blog .category-link {
    position: relative;
}
.home-blog .category-link a:before {
    content: '';
    border-left: 1px solid #FEE496;
    padding: 8px 20px 8px 0;
}
.home-blog .post-description > *:not(.post-ftimg-hld) {
    display: none;
}
.home-blog .post-list .post-header .post-title a {
    font-size: 1.6rem;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
}
.home-blog .post-list .post-header .post-title a:hover {
    color: #FFD98A;
}
.home-blog .post-list .post-header:before {
    content: '';
    border-left: 1px solid #FEE496;
    position: absolute;
    height: 50px;
}
.home-blog .recent-posts .post-list-wrapper .post-list .post-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}
.home-blog .recent-posts .post-list-wrapper .post-list .post-holder:first-child {
    padding: 0 12px 0 0;
}
.home-blog .recent-posts .post-list-wrapper .post-list .post-holder:last-child {
    padding: 0 0 0 12px;
}
.home-blog .post-list-wrapper .post-list {
    display: flex;
}
.home-blog .post-list-wrapper .post-list .post-holder .post-header {
    order: 2;
}
.home-blog .post-list .post-holder .post-info > *:not(.post-posed-date) {
    display: none;
}
.home-blog .post-list .post-info .post-posed-date .label {
    display: none;
}
.home-blog .post-list .post-info .post-posed-date span {
    color: #fff;
    font-style: normal;
}    
.home-blog .post-list .post-info .post-posed-date .value:before {
    content: '';
    background: url(../images/icon-time.svg) no-repeat 0 0/12px auto;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.home-blog .post-holder .post-header .post-info .item::after {
    content: '';
}
.home-blog .post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    height: 150px;
}
.home-blog img:hover {
    opacity: 0.8;
}
.home-blog .post-list .post-header .post-title {
    padding: 0;
}
.home-blog .post-list .post-header .post-title-holder {
    margin: 0 0 5px;
}
.home-blog .post-list .post-holder .post-header > * {
    padding: 0 0 0 20px;
}
.home-blog .recent-posts .title {
    display: none;
}
.home-blog .recent-posts {
    margin: 30px 0 0 0;
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot {
    margin: 0;
    background-color: #D2D2D2;
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot.active,
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #F2F2F2;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
    position: unset;
    transform: unset;
    margin: 15px 0 0;
}
.home-blog .post-holder .post-header .post-info .item {
    display: none;
}




/* cms */
.cms-menu ul {
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.cms-page .cms-content a {
    text-decoration: underline;
}
.bank-data .bank-detail {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0 12px 12px 0;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin: 0;
}
.s-title h4 {
    font-weight: 500;
    margin: 0;
}
.about-page .s-title img {
    margin-right: 20px;
    filter: brightness(0);
}
.about-page .s-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.about-page .img-top {
    position: relative;
}
.about-page .img-top label img {
    width: 40px;
    border-radius: 0;
}
.about-page label {
    background-color: #F4F8FB;
    border-radius: 12px 12px 0 0;
    padding: 0 30px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 0 40px;
}
.about-page section {
    background-color: #FFD98A;
    color: #000;
    padding: 30px;
    font-size: 1.4rem;
    border-radius: 0 0 22px 22px;
}
.about-page .img-top img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.cms-page .cms-content a:hover {
    color: #363636 !important;
}
.map iframe {
    width: 100%;
    border-radius: 22px;
}
.box-contact .box-content .data a, 
.box-contact .box-content .data p {
    font-family: 'Roboto','Kanit',sans-serif;
    margin: 0 0 0 15px;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.3;
    text-decoration: unset;
}
.box-contact .box-content .data h4 {
    font-weight: 500;
    margin: 0 0 0 15px;
}
.box-contact .box-content > ul > li {
    display: flex;
    margin: 0 20px 30px 20px;
}
.contact-page .box-bg {
    background-color: #f5f5f5;
    border-radius: 12px;
    min-height: 100%;
}
.form-contact, .box-contact {
    margin-bottom: 15px;
}
.contact-page .amform-form textarea.form-control {
    height: calc(14.5rem);
}
.form-contact .amform-form .fb-number {
    max-width: 100%;
}
.box-text h4 {
    font-weight: 500;
}
.contact-page .box-text h4, 
.contact-page .box-text span {
    margin: 0 0 0 10px;
    color: #000;
}
.contact-page .form-title, 
.contact-page .box-title {
    background-color: #FFD98A;
    display: inline-flex;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 12px 12px;
    margin: 0 0 30px 15px;
}
.form-contact .form-bg {
    border: solid 1px #FFD98A;
    border-radius: 12px;
    padding-bottom: 0;
    min-height: 100%;
}
.payment-page .credit {
    margin-bottom: 15px;
}
.order-step-box .order-condition {
    background-color: #FFD98A;
    color: #000;
    padding: 10px;
    border-radius: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.payment-page li img.dropdown {
    transform: rotate(-90deg);
    margin: 10px;
    width: 25px;
}
.order-step-box ul img {
    width: 30px;
    margin: 0;
}
.order-step-box ul {
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.payment-page .order-step-box {
    border: 2px solid #FFD98A;
    border-radius: 12px;
    padding: 15px 15px 0 15px;
    font-size: 14px;
}
.payment-page .credit-data img.img1 {
    width: 80px;
}
.payment-page .credit-data img.img3 {
    width: 50px;
}
.payment-page .credit-data img {
    width: 40px;
    margin-right: 15px;
}
.confirm-page form .field {
    vertical-align: top;
}
.confirm-page .note-bottom .box-text h4 {
    font-weight: 400;
    margin-bottom: 5px;
}
.confirm-page .note-bottom .content img {
    margin-right: 15px;
}
.confirm-page .note-bottom .content {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
.confirm-page .note-bottom {
    margin: 30px 0 0 0;
    padding: 15px 30px;
    border-radius: 12px;
    background-color: #f5f5f5;
}
.amcform-toolbar {
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.4rem;
}
.cms-page .amform-form textarea#message {
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #c5c5c5;
    height: calc(14.5rem);
}
.confirm-page .amform-form .field.fb-file input {
    border: none;
}
.cms-page .amform-form .field:not(.fb-file) input,
.cms-page .amform-form select.form-control {
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #c5c5c5;
    height: calc(3.5rem);
    padding: 0 10px;
}
.form-confirm h4 {
    background: #FFD98A;
    display: inline-block;
    color: #000;
    font-weight: 400;
    padding: 5px 25px;
    border-radius: 0 0 12px 12px;
    margin: 0 15px 30px;
}
.form-confirm {
    border: solid 2px #FFD98A;
    border-radius: 12px;
}
.notify-note {
    background-color: #efefef;
    border-radius: 22px;
    padding: 5px 10px;
}
.shipping-page .cms-content > div:not(.cms-title) img {
    margin: 25px auto;
}
.c-by li:before {
    content: "\2022";
    color: #FFD98A;
    font-weight: bold;
    font-size: 3.5rem;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle;
}
.c-by li {
    padding: 0 15px;
    font-size: 1.6rem;
    text-align: left;
}
.c-by ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 20px;
}
.shipping-page .cms-content > div:not(.cms-title) h4 {
    font-weight: 400;
    padding: 5px 30px;
    background: #FFD98A;
    width: fit-content;
    color: #000;
    border-radius: 0 0 12px 12px;
    margin: 0 0 30px 5px;
}
.shipping-page .cms-content > div:not(.cms-title) {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    text-align: center;
}
.how-step h4 {
    color: #333;
    margin: 0 0 0 15px;
    font-weight: 400;
    font-size: 1.9rem;
}
.how-step h1 {
    width: auto;
    margin: 0;
    font-size: 5.5rem;
    color: #333;
    font-family: 'Kanit',sans-serif;
}
.how-step {
    display: flex;
    align-items: center;
}
.cms-menu li img {
    display: inline-block;
    filter: brightness(0.5);
    width: 35px;
    padding: 5px;
    margin: 0 5px;
}
.cms-menu li span {
    display: none;
}
.howto-menu li.how-to-order img, 
.pay-menu li.payment img, 
.ship-menu li.shipping img, 
.confirm-menu li.confirm-payment img, 
.policy-menu li.privacy-policy img, 
.return-menu li.return-policy img {
    background-color: #FFD98A;
    filter: brightness(1);
    border-radius: 6px;
}
.cms-title .cms-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #000;
}
.cms-logo img {
    margin-right: 20px;
    filter: brightness(0);
}
.cms-title .cms-logo h3 {
    font-weight: 500;
}
.policy-page .w-100 {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 15px 30px;
}
.w-100 h4 {
    font-weight: 400;
}
.list-cookie {
    padding: 15px;
}
.how-img {
    padding: 0;
    text-align: center;
}
.bank-data {
    display: flex;
}
.bank img {
    width: 80px;
    border-radius: 12px 0 0 12px;
}
.payment-page .bank {
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}
.cms-content .bank li {
    margin: 0 0 0 1.3em;
}
.policy-page .cms-content, 
.policy-page .cms-content p {
    font-size: 1.4rem;
}
.policy-page h3 {
    font-size: 2rem;
}
.policy-page .big-list-1 {
    font-size: 2rem;
    font-family: 'Roboto','Kanit',sans-serif;
}
.big-list-1 ol li, 
.big-list-1 ul li {
    font-size: 1.5rem;
    font-family: 'Sarabun',sans-serif;
}
.big-list-1 ul > li {
    list-style: inside;
}
.amform-form .fb-number {
    max-width: 100%;
}
.fb-date .ui-datepicker-trigger {
    padding: 0 !important;
}
.amform-form .fb-date input {
    width: calc(100% - 50px);
}
.amform-form .fb-time input {
    width: 100%;
}
.how-col .how-text {
    margin-bottom: 20px;
}
.cms-page-view .page-main {
    padding: 0 15px 30px;
}
.policy-page hr {
    margin: 2rem 0;
}
.contact-page .box-contact img {
    width: 50px;
}
.category-contact-us .page-title-wrapper,
.category-about-us .page-title-wrapper {
    display: none;
}
.policy-page .cms-content ul {
    list-style: disc;
    margin: 0 0 1.3em 1.3em;
}
.payment-page .promptpay img {
    width: 250px;
    margin: 0 0 20px;
}
.contact-page .form-title img,
.contact-page .box-title img {
    filter: brightness(0.3);
}
.category-how-to-shop .page-title-wrapper,
.category-about-us .page-title-wrapper,
.category-confirm-payment .page-title-wrapper {
    display: none;
}


/* brands page */
.brands-row {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}
.brands-row h2 {
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    display: inline-block;
    padding: 0 50px;
    font-weight: 400;
}
.brands-row a {
    display: inline-block;
    text-align: center;
    margin-bottom: 18px;
    padding: 0 15px 0 0;
}
.content-brands a {
    padding: 0 10px;
}
.content-brands a:hover img {
    border: 1px solid #000;
}
.brands-row img {
    border: 1px solid #ddd;
}
.brands-row h4 {
    color: #999;
    font-weight: 300;
    font-size: 1.2rem;
    margin: 12px 0 0;
    line-height: .8;
}
.content-brands {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block-brands .title-brands {
    min-width: 120px;
}
.home-slick-products .slick-slide > div {
    min-height: 350px;
}

/*media-page*/
.page-products.category-media .page-main {
    padding: 0;
}
.media-page .slick-dots li button {
    color: #000;
    padding: 0 !important;
}
.media-page .slick-dots li button::before {
    display: none;
}
.media-page .slick-dots .slick-active button,
.media-page .slick-dots li button:hover {
    background-color: #000;
    color: #fff;
}
.media-page .slick-track {
    display: flex;
}
.media-page .container .item {
    margin: 15px 0;
}
.title-media {
    text-align: center;
    margin: 30px;
    font-size: 2.7rem;
    text-transform: uppercase;
}
.media-page .item img:hover {
    filter: brightness(0.8);
}
.category-media .page-title-wrapper {
    display: none;
}
.title-vidio h4 {
    text-align: center;
    font-size: 3.5rem;
    color: #ffffff;
}
.category-media main#maincontent {
    max-width: 100%;
}
.category-media .vidio-catagory{
    padding-bottom: 0; 
}
.vidio-catagory {
    background: #212121;
    padding-bottom: 50px; 
}
.media-vidio {
    text-align: center;
}
.media-page iframe {
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    width: 100%;
}
.media-page .slick-slider {
    padding: 0;
}
.category-media .breadcrumbs {
    background-color: #212121;
}
.category-media .breadcrumbs .items a {
    color: #ffffff9c !important;
}
.text-media {
    color: #ffff;
    padding: 50px 0;
}
.subscibe-media a {
    color: #ffffff !important;
    background: #bd0101;
    width: 300px;
    height: 35px;
    display: inline-block;
    line-height: 2.5;
    border-radius: 5px;
}
.subscibe-media {
    text-align: center;
}
.subscibe-media a:hover {
    filter: brightness(0.8);
}
.cms-media-page-review .breadcrumbs .items a,
.cms-media-page-unbox .breadcrumbs .items a,
.cms-media-page-audio-test .breadcrumbs .items a, 
.cms-media-page-vlog .breadcrumbs .items a,  
.cms-media-page-live-from-kimleng-audio .breadcrumbs .items a,
.cms-media-page-soundmate .breadcrumbs .items a,
.cms-media-page-how-to .breadcrumbs .items a,
.cms-media-page-audio-talk .breadcrumbs .items a {
    color: #ffffff9c !important; 
}
.cms-media-page-review .breadcrumbs .items strong,
.cms-media-page-unbox .breadcrumbs .items strong,
.cms-media-page-audio-test .breadcrumbs .items strong, 
.cms-media-page-vlog .breadcrumbs .items strong,  
.cms-media-page-live-from-kimleng-audio .breadcrumbs .items strong,
.cms-media-page-soundmate .breadcrumbs .items strong,
.cms-media-page-how-to .breadcrumbs .items strong,
.cms-media-page-audio-talk .breadcrumbs .items strong {
    color: #FFD98A !important; 
}
.categorypath-media .breadcrumbs .items strong{
    color: #FFD98A !important;
}
.cms-media-page-review main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-review .breadcrumbs {
    background: #212121;
}
.cms-media-page-unbox main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-unbox .breadcrumbs {
    background: #212121;
}
.cms-media-page-audio-test main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-audio-test .breadcrumbs {
    background: #212121;
}
.cms-media-page-vlog main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-vlog .breadcrumbs {
    background: #212121;
}
.cms-media-page-live-from-kimleng-audio main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-live-from-kimleng-audio .breadcrumbs {
    background: #212121;
}
.cms-media-page-soundmate main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-soundmate .breadcrumbs {
    background: #212121;
}
.cms-media-page-how-to main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-how-to .breadcrumbs {
    background: #212121;
}
.cms-media-page-audio-talk main#maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-media-page-audio-talk .breadcrumbs {
    background: #212121;
}





@media (min-width: 768px){
    .subscibe-media a {
    width: 370px;
}

    
    /* brands page */
    .brands-row {
        display: flex;
    }
    .content-brands {
        margin: 0 0 0 30px;
    }
    
    
    /* home blog */
    .home-blog .header {
        align-items: flex-start;
    }
    .home-blog .owl-carousel.owl-theme .owl-dots {
        position: absolute;
        left: unset;
        right: 0;
        top: -35px;
        margin: 0;
    }
    
    
    /* home video */
    .home-video .v-left .v-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home-video .v-left .v-button a {
        margin: 0;
    }
    .home-video .v-left .v-button img,
    .home-video .v-button img {
        width: 35px;
    }
    
    /* home products */
    .home-slick-products.new-arrivals .header {
        justify-content: space-between;
    }
    .home-slick-products.new-arrivals .header .s-all {
        position: unset;
    }
    .home-products .header, 
    .home-slick-products .header {
        align-items: self-start;
    }
    .home-products .owl-nav {
        top: -200px;
    }
    .home-products .product-item-actions .actions-primary>.stock.unavailable {
        padding: 0;
    }
    .home-products .stock.unavailable span {
        display: block;
        text-align: center;
        background-color: #ccc;
        color: #fff;
        padding: 10px;
        width: 150px;
        border-radius: 3px;
    }
    .home-products.recommended .owl-carousel.owl-theme .owl-dots {
        top: -38px;
    }
    .home-products .owl-carousel.owl-theme .owl-dots,
    .home-slick-products .product-items .slick-dots {
        position: absolute;
        top: -15px;
        right: 0;
        bottom: unset;
        left: unset;
        margin: 0;
        width: auto;
    }
    .home-products .product-banner.home-banner {
        margin: 0 0 30px;
    }
    .home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -30px;
    }
    .home-products .owl-carousel.owl-theme .owl-nav .owl-next {
        right: -30px;
    }
    

    /* home banner */
    .home-banner .row {
        margin: 0;
    }
    .home-banner .item:nth-child(n) {
        padding: 0 8px 0 0;
    }
    .home-banner .item:nth-child(2n) {
        padding: 0 0 0 8px;
    }

    
    /* home social */
    .home-social {
        background-image: url(../images/bg-social.jpg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 55px 0;
    }
    .home-social ul {
        margin: 0 0 0 40px;
    }
    
    /* cms */
    .cms-page .row {
        margin: 0;
    }
    .cms-content .cms-list li, 
    .cms-content .c-box li, 
    .cms-content .bank li {
        font-size: 1.3rem;
    }
    .how-col .how-text {
        border: medium none;
        padding-top: 0;
        display: inline-block;
    }
    .cms-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
    }
    .form-contact, 
    .box-contact {
        padding: 0;
    }
    .box-contact .box-content > ul > li {
        margin: 0 50px 30px 40px;
    }
    .cms-page .form-contact form .fieldset .field-message {
        width: 100%;
    }
    .order-step-box .order-condition {
        border-radius: 50px;
    }
    .amcform-toolbar {
        padding-right: 15px;
    }
    .cms-page form .field {
        width: 50%;
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 30px !important;
    }
    .howto-page .how-img {
        float: left;
        text-align: left;
    }
    .cms-page .cms-content {
        display: inline-block;
    }
    .cms-menu li:hover {
        background: #FFD98A;
    }
    .cms-menu li:hover img {
        filter: brightness(0);
    }
    .cms-menu li:hover a {
        color: #000;
    }
    .cms-menu li:last-child {
        border-radius: 0 0 12px 12px;
    }
    .cms-menu li:first-child {
        border-radius: 12px 12px 0 0;
    }
    .cms-menu li span {
        display: block;
    }
    .cms-menu li img, .cms-menu li.contact-us img {
        width: 30px;
        margin: 10px;
        padding: 0;
        filter: brightness(10);
    }
    .howto-menu li.how-to-order, 
    .pay-menu li.payment, 
    .ship-menu li.shipping, 
    .confirm-menu li.confirm-payment, 
    .policy-menu li.privacy-policy, 
    .return-menu li.return-policy {
        background: #FFD98A;
    }
    .cms-page .left-menu {
        float: left;
        padding: 0 15px 0 0;
    }
    .cms-menu ul {
        display: block;
        background-color: #FFD98A;
        border-radius: 12px;
    }
    .cms-menu li {
        font-size: 1.6rem;
        margin-right: 10px;
        background-color: #303133;
        padding: 10px 0;
    }
    .c-by li {
        width: auto;
    }
    .howto-menu li.how-to-order img, 
    .pay-menu li.payment img, 
    .ship-menu li.shipping img, 
    .confirm-menu li.confirm-payment img, 
    .policy-menu li.privacy-policy img, 
    .return-menu li.return-policy img {
        background-color: transparent;
        filter: brightness(0);
    }
    .howto-menu li.how-to-order a, 
    .pay-menu li.payment a, 
    .ship-menu li.shipping a, 
    .confirm-menu li.confirm-payment a, 
    .policy-menu li.privacy-policy a, 
    .return-menu li.return-policy a {
        color: #000;
    }

}



@media (min-width: 992px){ 
    
    
    /* home blog */
    .home-blog .post-content .post-description .post-ftimg-hld img {
        height: 190px;
    }

    /* home video */
    .home-video {
        padding: 50px 0;
    }
    .home-video .video-content {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-gap: 15px;
    }
    .home-video .v-title {
        width: 80%;
    }
    .home-video .item {
        margin: 0;
    }
    .home-video .v-right .item:not(:last-child) {
        margin: 0 0 10px;
    }
    .home-video video {
        height: 100%;
        max-height: 410px;
    }

    
    /* home products */
    .home-products .owl-nav {
        top: -235px;
    }
    .home-products {
        padding: 0 0 40px;
    }

    

    /* home banner */
    .home-banner .item {
        margin: 0 0 30px;
    }
    
    
    /* home two banner */
    .home-two-banner .item:nth-child(n) {
        padding: 0 15px 0 0;
    }
    .home-two-banner .item:nth-child(2n) {
        padding: 0 0 0 15px;
    }
    
    
    /* home three banner */
    .home-three-banner .item:nth-child(3n-2) {
        padding: 0 20px 0 0;
    }
    .home-banner .item:nth-child(3n-1) {
        padding: 0 10px;
    }
    .home-banner .item:nth-child(3n) {
        padding: 0 0 0 20px;
    }
    
    
    /* home social */
    .home-social ul li {
        padding: 0 20px;
    }

    
    /* cms */
    .form-contact {
        padding: 0 15px 0 0;
    }
    .box-contact {
        padding: 0 0 0 15px;
    }
    .form-contact, .box-contact {
        margin-bottom: 30px;
    }
    .payment-page .order-step-box {
        padding: 30px 30px 10px 30px;
    }
    .payment-page li img.dropdown {
        margin: 20px;
    }
    .payment-page .order-step img {
        width: auto;
    }
    .payment-page .credit-data img.img3 {
        width: 60px;
    }
    .payment-page .credit-data img {
        width: 50px;
        margin-right: 25px;
    }
    .payment-page .credit-data img.img1 {
        width: 150px;
    }
    .c-by ul {
        flex-direction: row;
        justify-content: center;
    }

    
}



@media (min-width: 1200px){ 
        .subscibe-media {
    width: 20%;
    text-align: center;
}
    .text-media {
    display: flex;
    justify-content: space-between;
}
    .text-media p {
    width: 80%;
    margin-right: 20px;
}
    
    
    /* home blog */
    .home-blog .category-link a {
        padding: 25px 50px;
    }
    
    /* home video */
    .home-video .v-left .v-info {
        padding: 25px;
    }
    .home-video .item.v-left .v-info {
        padding: 25px 30px;
    }
    .home-video video {
        max-height: 490px;
    }
    
    /* home products */
    .home-slick-products .products-grid .product-item-info {
        width: 70%;
        margin: auto !important; 
    }
    
    
    /* cms */
    .cms-content .bank li {
        line-height: 1.6;
    }
    .bank img {
        width: auto;
    }
    .bank-data .bank-detail {
        height: 110px;
    }
    .form-contact .form-content {
        padding: 0 15px;
    }
    .order-step-box p.order-explain {
        width: 80%;
        margin: 30px auto;
    }
    .confirm-page .note-bottom {
        padding: 30px 45px;
    }
    .howto-page .how-col p {
        min-height: 63px;
    }


    
}



@media (min-width: 1400px){ 
    .subscibe-media {
    width: 30%;
    text-align: center;
}
    
    /* home video */
    .home-video video {
        max-height: 580px;
    }


    
    /* cms */
    .cms-content .cms-list li, 
    .cms-content .c-box li, 
    .cms-content .bank li {
        font-size: 1.4rem;
    }
    .payment-page .order-step-box {
        padding: 50px 50px 30px 50px;
    }
    .cms-page .cms-content .amform-form {
        max-width: 800px;
    }
}



@media (min-width: 1600px){ 
 
    
    /* home products */
    .home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -50px;
    }
    .home-products .owl-carousel.owl-theme .owl-nav .owl-next {
        right: -50px;
    }
    
    

}
