.category-cms ul li {
    list-style: disc;
    margin: 0 0 0 35px;
}
.callforprice-action button {
    height: 46px;
    width: 100%;
    margin: 10px 0 0;
}
.callforprice-action button img {
    display: none;
}
.callforprice-action button span {
    font-size: 1.5rem;
}
.product-info-main .callforprice-action button {
    width: max-content;
}
.mp_popupquote-content .fields {
    text-align: center;
}
.mp_popupquote-content .fields div#mp_request_field_attach_doc_img {
    text-align: start;
}
.mp_popupquote-content .fields label.label {
    width: 100%;
}
.mp_popupquote-content .actions-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp_popupquote-content .actions-toolbar button#mp_request_button_submit {
    padding: 0 35px !important;
}
.mp_popupquote-content .fields .field {
    padding: 0 10px;
}
.mp_popupquote-content .fieldset>.legend {
    text-align: center;
    font-weight: 500;
}
.mp_popupquote-content .field.note.no-label {
    text-align: center;
}
.mp_popupquote-content {
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


/* home notice */
.home-notice {
    background-color: #C4161C;
    font-family: 'Prompt',sans-serif;
    font-style: italic;
    color: #000;
    text-align: center;
    padding: 5px;
}
.home-notice .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-notice b {
    font-size: 1.7rem;
    font-weight: 500;
}
.home-notice img {
    width: 35px;
    margin: 0 5px 0 0;
}


/* home slide */
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 30px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 30px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav div,
.slidershow-home.owl-carousel.owl-theme .owl-nav div:hover {
    background-color: transparent;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    content: '';
    background: url(../images/icon/icon-arrow-left.svg) no-repeat center center/35px 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 {
    content: '';
    background: url(../images/icon/icon-arrow-right.svg) no-repeat center center/35px auto;
    opacity: 0.2;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:hover:before {
    opacity: 1;
}
.slidershow {
    position: relative;
}
.slidershow .button {
    position: absolute;
    bottom: 5%;
    transform: translateX(-50%);
    left: 50%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.slidershow .button a {
    display: block;
    background-color: #fff;
    font-family: 'Prompt',sans-serif;
    min-width: 150px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6rem;
}
.slidershow .button a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.slidershow-home .shopnow {
    font-family: 'Prompt',sans-serif;
    color: #fff;
    background: #C4161C;
    display: inline-block;
    border-radius: 7px;
    padding: 10px 60px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,-10%);
    width: max-content;
    font-size: 1.8rem;
}
.slidershow-home .shopnow:hover {
    background: #9C070C;
}
.slidershow-home .s-all {
    position: absolute;
    background-color: #C4161C;
    padding: 15px 20px;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%,-15%);
}
.slidershow-home .s-all:hover {
    background-color: #FFE8E8;
}
.slidershow-home.owl-carousel .owl-item .s-all img {
    width: 20px;
}


/* home categories */
.home-categories {
    margin: 30px 0;
}
.home-categories .title h3 {
    font-weight: 500;
    color: #292F36;
    margin-bottom: 25px;
}
.home-categories .row {
    margin: 0 -10px;
}
.home-categories .row > div {
    padding: 0 10px 20px;
}
.home-categories .item .content {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    height: 100%;
}
.home-categories .item .content:hover {
    border-color: #C4161C;
}
.home-categories .item h4 {
    font-weight: 500;
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    color: #292F36;
}
.home-categories a {
    display: block;
}
.home-categories .item a:hover h4 {
    color: #C4161C;
}


/* home service */
.home-services .title h3 {
    font-weight: 500;
    color: #292F36;
    margin-bottom: 25px;
}
.home-services .row {
    margin: 0 -10px;
    justify-content: center;
}
.home-services .row > div {
    padding: 0 10px;
}
.home-services .item a:after {
    content: '';
    display: block;
    background-color: #F7F7F7;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 16px;
}
.home-services .item a {
    position: relative;
    display: block;
    border-radius: 16px;
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
}
.home-services .item a:hover h4 {
    color: #C4161C;
}
.home-services .item h4 {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 1.6rem;
    color: #292F36;
}
.home-services .item .icon {
    display: inline-block;
    background-color: #C4161C;
    border-radius: 100%;
    padding: 12px;
}
.home-services .item .icon img {
    width: 45px;
}
div#our-services.home-services {
    scroll-margin-top: 150px;
}


/* home products */
.home-products {
    margin: 30px 0;
}
.home-products .block-products-list {
    margin: 0;
}
.home-products .products {
    margin: 0;
    padding: 10px 0;
}
.home-products .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.home-products .title h3 {
    font-weight: 500;
    margin: 0;
    color: #292F36;
}
.home-products .s-more {
    font-family: 'Prompt',sans-serif;
    display: inline-flex;
    align-items: center;
    color: #C4161C;
    font-size: 1.5rem;
}
.home-products .s-more:hover {
    color: #9C070C;
}
.s-more img {
    width: 25px;
    margin-left: 10px;
}
.s-more:hover img {
    opacity: 0.6;
}
.product-grid-column #p-slide .product-item {
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-products .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #E9DFEA;
    border-radius: 100%;
    margin: 0 3px;
}
.home-products .owl-carousel.owl-theme .owl-dots {
    transform: unset;
    left: unset;
    right: 60px;
    bottom: -30px;
}
.home-products .products-grid .owl-item .product-item {
    width: 100%;
    height: 100%;
    margin: 0;
}
.home-products .products-grid .owl-item .product-item:first-child {
    margin-bottom: 20px;
}
.home-products .owl-carousel.owl-theme .owl-nav div {
    top: 50%;
    transform: translateY(-50%);
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -35px;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -35px;
}
.home-products .s-all {
    font-family: 'Prompt',sans-serif;
    display: inline-block;
    color: #000;
    font-weight: 300;
}
.home-products .s-all:hover {
    color: #C4161C;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left.svg) no-repeat center center/15px auto;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-right.svg) no-repeat center center/15px auto;
}


/* home location */
.home-location {
    background-color: #000;
    padding: 50px 0;
}
.home-location .title h3 {
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}
.home-location a:hover p {
    color: #C4161C;
}
.home-location .headquarter {
    margin-bottom: 15px;
}
.home-location .headquarter img {
    border-radius: 20px;
    filter: blur(5px) brightness(0.3);
    width: 100%;
}
.home-location .headquarter .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 100%;
}
.home-location .headquarter .text h3 {
    font-weight: 500;
}
.home-location .headquarter .text h4 {
    font-weight: 400;
}
.home-location .headquarter .text a {
    font-weight: 500;
    display: inline-block;
    font-family: 'Prompt',sans-serif;
    color: #fff;
    background-color: #C4161C;
    padding: 10px 70px;
    border-radius: 8px;
}
.home-location .headquarter .text a:hover {
    background-color: #9C070C;
}
.home-location .branches > div {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
}
.home-location .branches .badge {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
    border-radius: 12px;
}
.home-location .branches .h-badge {
    background-color: #383D41;
    border-radius: 12px 12px 0 0;
}
.home-location .branches .h-badge .icon {
    display: inline-block;
    background-color: #E31A2D;
    border-radius: 100%;
    padding: 5px;
}
.home-location .branches .h-badge img {
    width: 12px;
}
.home-location .branches .img img {
    width: 100%;
}
.home-location .h-badge .name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
}
.home-location .h-badge .name h1 {
    position: relative;
    padding: 0 5px;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 1.6rem;
}
.home-location .h-badge .name h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}
.home-location .h-badge .name h1:after {
    content: '';
    border-right: 1px solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
}
.home-location .h-badge p {
    font-family: 'Prompt',sans-serif;
    background-color: #fff;
    color: #383D41;
    padding: 2px 10px;
    text-align: left;
    font-weight: 400;
    font-size: 1.3rem;
    white-space: normal;
    line-height: 1.3;
}
.home-location .f-badge {
    background-color: #E31A2D;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.home-location .f-badge .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}
.home-location .f-badge .icon img {
    width: 15px;
}
.home-location .f-badge a {
    display: flex;
    align-items: center;
    min-width: 185px;
    color: #fff;
    font-family: 'Prompt',sans-serif;
    font-weight: 500;
    margin: 3px 0;
}
.home-location .f-badge a.tel {
    font-size: 1.8rem;
}
.home-location .f-badge a.mail {
    font-size: 1.4rem;
}
.home-location .f-badge a:hover {
    text-decoration: underline;
}



/* home banner */
.home-banner .item {
    position: relative;
    padding: 0 10px;
}
.home-banner .item:last-child img {
    margin: 0;
}
.home-banner img:hover {
    opacity: 0.9;
}
.home-banner img {
    width: 100%;
}
.home-two-banner .row > div:first-child img {
    margin: 0 0 15px;
}
.home-full-banner img,
.banner img {
    width: 100%;
}
.home-banner.home-three-banner img {
    border-radius: 15px;
}
.home-banner.home-four-banner {
    background-color: #D7DDFB;
    padding: 30px 0;
}
.home-four-banner .discount .title {
    margin: 0 0 20px;
    width: 100%;
}
.home-four-banner img {
    border-radius: 10px;
}



/* home full banner */
.home-full-banner {
    position: relative;
    margin: 30px 0;
}
.home-full-banner .s-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
}
.home-full-banner .s-button a {
    display: block;
    background-color: #fff;
    font-family: 'Prompt',sans-serif;
    min-width: 200px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6rem;
    margin: 0 0 10px;
}
.home-full-banner .s-button a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


/* home brands */
.home-brands {
    margin: 50px 0;
}
.home-brands .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.home-brands .title h3 {
    font-weight: 500;
    margin: 0;
    font-size: 2.5rem;
    color: #292F36;
    letter-spacing: 1.2px;
}
.home-brands .s-more {
    font-family: 'Prompt',sans-serif;
    display: inline-flex;
    align-items: center;
    color: #C4161C;
    font-size: 1.5rem;
}
.home-brands .s-more:hover {
    color: #9C070C;
}
.home-brands .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.home-brands .item li:first-child {
    margin-bottom: 30px;
}
.home-brands li:hover {
    opacity: 0.6;
}



/* home blog */

.blog-post-view .post-description {
    background: #f7f7f7;
    padding: 0 15px;
    border-radius: 20px;
}
.post-content .post-description img {
    border-radius: 12px;
}



.home-blog {
    margin: 50px 0;
}
.home-blog .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.home-blog .title h3 {
    font-weight: 500;
    margin: 0;
    font-size: 2.5rem;
    color: #292F36;
    letter-spacing: 1.2px;
}
.home-blog .s-more {
    font-family: 'Prompt',sans-serif;
    display: inline-flex;
    align-items: center;
    color: #C4161C;
    font-size: 1.5rem;
}
.home-blog .s-more:hover {
    color: #9C070C;
}
.home-blog .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
}
.home-blog .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
    bottom: -30px;
    left: unset;
    transform: unset;
    right: 60px;
    border: 1px solid #C6D3EA;
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgb(117 145 198 / 30%);
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot.active, 
.owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #7591C6;
}
.home-blog .post-content .post-description .post-text-hld {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: unset;
    max-height: 36px;
    color: #5A5A5A;
    font-family: 'Prompt',sans-serif;
    font-size: 1.5rem;
}
.home-blog .post-list .post-holder {
    position: relative;
    padding: 0;
    width: 100% !important;
    margin: 0;
}
.home-blog .post-holder .post-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 1;
}
.home-blog .post-holder .post-header .post-info {
    padding: 0;
}
.home-blog .post-holder .post-header .post-info .item {
    display: block;
}
.home-blog .post-holder .post-header .post-info .item.post-categories {
    display: none;
}
.home-blog .post-holder .post-header .post-info .value {
    display: block;
    font-style: normal;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    padding: 15px;
    font-size: 1.3rem;
    font-weight: 500;
    background: linear-gradient(0deg, #000 -24.47%, rgba(0, 0, 0, 0.00) 146.81%);
    font-family: 'Prompt',sans-serif;
    border-radius: 0 0 12px 12px;
}
.home-blog .post-list .post-description {
    position: relative;
}
.home-blog .large-blog .post-list .post-content .post-read-more {
    display: none;
}
.home-blog .large-blog .post-content .text {
    position: absolute;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    padding: 30px;
}
.home-blog .large-blog .post-title a {
    color: #fff;
    margin: 0 0 10px;
}
.home-blog .large-blog {
    margin-bottom: 15px;
}
.home-blog .large-blog .post-content .post-description .post-text-hld {
    color: #fff;
}
.home-blog .post-content .post-description .post-ftimg-hld {
    margin: 0;
    height: 100%;
}
.home-blog .post-title a {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Prompt',sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
    color: #292F36;
    margin: 20px 0 5px;
}
.home-blog .post-title a:hover {
    color: #C4161C;
}
.home-blog .post-list-wrapper .title {
    display: none;
}
.home-blog .small-blog .post-list .post-description {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    grid-gap: 20px;
    margin-right: 20px;
}
.home-blog .small-blog .post-list .post-read-more span:before {
    content: '';
    display: inline-block;
    background: url(../images/icon/icon-arrow-black.svg) no-repeat center center/15px auto #C4161C;
    padding: 20px;
}
.home-blog .small-blog .post-list .post-read-more:hover span:before {
    background: url(../images/icon/icon-arrow-black.svg) no-repeat center center/15px auto #FFE8E8;
}
.home-blog .small-blog .post-list {
    max-height: 396px;
    overflow: hidden;
    overflow-y: scroll;
}
.home-blog .small-blog ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    background-color: #EEEEEE;
    -webkit-overflow-scrolling: auto;
}
.home-blog .small-blog ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #C4161C;
}
.home-blog .small-blog .post-content .post-description img {
    max-height: 180px;
    object-fit: cover;
    height: 100%;
}
.home-blog .post-holder:last-child .post-description.clearfix:after,
.home-blog .post-title-holder.clearfix:after {
    display: none;
}
.home-blog .small-blog .post-title-holder {
    border-bottom: 1px solid #C4161C;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.post-content .post-description .post-ftimg-hld img:hover {
    opacity: 0.8;
}
.home-blog .post-content .post-description img {
    border-radius: 12px;
}
.home-blog .post-holder .post-header .post-info .item::after {
    display: none;
}


.home-brands .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

.home-brands .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -20px;
}

.home-brands .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    background: url(../images/icon/icon-arrow-left.svg) no-repeat 0 0/20px auto;
    opacity: 1;
    background-position: center;
}

.home-brands .owl-carousel.owl-theme .owl-nav .owl-next:before {
    background: url(../images/icon/icon-arrow-right.svg) no-repeat 0 0/20px auto;
    opacity: 1;
    background-position: center;
}


/* home promotion */
.home-promotion {
    background-color: #eee;
    padding: 50px 0;
}
.home-promotion .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.home-promotion .title h3 {
    font-weight: 500;
    margin: 0;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: 1.2px;
}
.home-promotion .s-more {
    font-family: 'Prompt',sans-serif;
    display: inline-flex;
    align-items: center;
    color: #000;
}
.home-promotion .s-more:hover {
    color: #C4161C;
}
.home-promotion .item:hover {
    opacity: 0.8;
}
.home-promotion img {
    border-radius: 12px;
}
.home-promotion .post-list .post-holder {
    position: relative;
    padding: 0;
    width: 100% !important;
    margin: 0;
}
.home-promotion .post-header {
    display: none;
}
.home-promotion .post-holder .post-header .post-info .item.post-categories {
    display: none;
}
.home-promotion .post-title a {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Prompt',sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
    color: #292F36;
    margin: 20px 0 5px;
}
.home-promotion .post-content .post-description .post-text-hld {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: unset;
    max-height: 36px;
    color: #5A5A5A;
    font-family: 'Prompt',sans-serif;
    font-size: 1.5rem;
}


.category-description ul li,
.product.data.items>.item.content ul li{
    list-style: disc;
    margin: 0 0 0 35px;
}




/*table downloads*/

table.downloads {
    font-family: 'Roboto', 'Prompt', sans-serif;
}

table.downloads th.heading {
  font-size: 2rem;
  font-weight: 400;
    background: #c4161c;
        color: #fff;
}

table.downloads tbody tr td {
  font-weight: 400;
  color: #444;
}

table.downloads tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

table.downloads tbody tr:nth-child(even) {
  background: #f1f1f1;
}

table.downloads tbody th,
table.downloads tbody td {
  text-align: left;
  padding: 20px;
  font-weight: 300;
}




/* new cms */
.cms-page {
    margin: 0 -15px;
}
.cms-title h3 {
    border: solid;
    background: transparent;
    border-image: linear-gradient(45deg, rgb(146 146 146 / 10%), #929292 , rgb(146 146 146 / 10%)) 1;
    border-width: 1px 0;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    font-size: 2rem;
    margin: 0 0 20px;
    font-weight: 400;
}
.cms-page a:hover {
    color: #C4161C;
}
.cms-page .underline {
    text-decoration: underline;
}
.cms-page .red,
.cms-page .red-text {
    color: #FF0000;
}
.cms-page .web,
.cms-page .color-text {
    color: #C4161C;
}
.cms-page .left-menu {
    margin: auto;
}
.cms-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.cms-page .cms-menu li {
    list-style: none;
    margin: 0;
}

.cms-menu span {
    display: none;
    font-family: 'Prompt',sans-serif;
    color: #525252;
}
.cms-menu a {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.howto-page .cms-menu .how-to-order .image, 
.shipping-page .cms-menu .shipping .image, 
.confirm-page .cms-menu .confirm-payment .image, 
.policy-page .cms-menu .privacy-policy .image {
    background-color: #C4161C;
    border-radius: 6px;
}
.howto-page .cms-menu .how-to-order img, 
.shipping-page .cms-menu .shipping img, 
.confirm-page .cms-menu .confirm-payment img, 
.policy-page .cms-menu .privacy-policy img {
    filter: brightness(100);
}
.cms-page.about-page .bg-image img {
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.about-page .content .text {
    font-family: 'Prompt',sans-serif;
    color: #212121;
    padding: 30px;
}
.about-page .content .text h2 {
    color: #212121;
}
.about-page .content .image {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.about-page .content .image img:first-child {
    border-radius: 0 0 0 20px;
}
.about-page .content .image img:last-child {
    border-radius: 0 0 20px 0;
}
.about-page .content {
    position: relative;
    border-radius: 0 0 20px 20px;
    background-color: #f7f7f7;
}
.about-page .content .image img {
    width: 100%;
}
.about-page .logo-content {
    max-width: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 2.89562px 2.89562px rgba(0, 0, 0, 0.25);
}
.about-page .pc-img {
    display: none;
}
.cms-page .payment-content ul {
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Prompt',sans-serif;
    display: flex;
    align-items: center;
    height: 100%;
}
.cms-page .payment-content li {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.howto-page .bank {
    margin: 0 0 30px;
}
.payment-content .bank-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-content .bank-detail  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment-content .scb .bank-detail li:first-child {
    background-color: rgb(78 45 128 / 10%);
}
.payment-content .ktb .bank-detail li:first-child {
    background-color: rgb(45 173 244 / 10%);
}
.payment-content .bbl .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bay .bank-detail li:first-child {
    background-color: rgb(253 217 0 / 10%);
}
.payment-content .kbank .bank-detail li:first-child {
    background-color: rgb(2 169 87 / 10%);
}
.payment-content .bualuang .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bank-data img {
    border-radius: 20px 0 0 20px;
    width: 70px;
}
.payment-content li:first-child {
    min-width: 130px;
    text-align: right;
}
.cms-page .payment-content .bank-detail ul:first-child li {
    padding: 10px 10px 0;
}
.cms-page .payment-content .bank-detail ul:last-child li {
    padding: 0 10px 10px;
}
.payment-content li.number {
    color: #C4161C;
}
.payment-content li.type {
    color: #868686;
}
.shipping-content h4 {
    text-align: center;
    color: #000;
    width: auto;
    margin: 0 10px;
    font-weight: 400;
}
.shipping-by .shipping-logo li {
    margin: 15px 0 0;
    list-style: none;
}
.shipping-by .shipping-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}
.shipping-by .shipping-logo img {
    width: 80px;
    margin: 0 10px;
    border-radius: 10px;
}
.shipping-content .ems img,
.shipping-content .ninja img,
.shipping-content .jt img {
    border: 1px solid #F37021;
}
.shipping-content > div {
    border-bottom: 1px solid #C4161C;
    text-align: center;
}
.shipping-page .shipping-content .row {
    margin: 20px 0 15px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.shipping-content .row img {
    width: 25px;
}
.shipping-content p {
    color: #5B5B5B;
    font-family: 'Prompt',sans-serif;
    text-align: center;
    font-size: 1.5rem;
}
.shipping-tracking .color-span {
    background-color: #D8FFD8;
    color: #039B00;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 1.6rem;
    display: inline-block;
    font-family: 'Prompt',sans-serif;
    margin: 0 0 20px;
}
.shipping-tracking .tracking-list li {
    list-style: none;
    margin: 10px 0 0;
    display: inline-flex;
    align-items: center;
    min-width: 250px;
}
.shipping-tracking .tracking-list img {
    width: 50px;
    border-radius: 10px;
    margin: 0 15px 0 0;
}
.shipping-tracking .tracking-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
}
.tracking-list a {
    color: #4B4B4B;
    text-decoration: underline;
}
.confirm-page .cms-title h3 {
    border-width: 1px 0 0 0;
    margin: 0;
}
.confirm-page .form-content > h4 {
    color: #fff;
    background-color: #C4161C;
    padding: 10px 30px;
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
    font-weight: 400;
}
.confirm-page .confirm-form {
    border: 1px solid #D0D0D0;
    border-radius: 20px;
}
.confirm-page .confirm-form #seed-confirm-form {
    padding: 20px;
}
.confirm-page .seed-confirm-form .input-text {
    background-color: #FAFAFA;
    border: 1px solid #B6B6B6;
}
.confirm-page .seed-confirm-form .seed-confirm-slip .input-text {
    background-color: transparent;
    border: none;
    padding: 5px 0;
}
.seed-confirm-form label {
    color: #505050;
    font-size: 1rem !important;
}
.confirm-page .form-content .row.form-footer {
    margin: 0;
    background-color: #F9F9F9;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
    font-family: 'Prompt',sans-serif;
    border-top: 1px solid #D0D0D0;
}
.confirm-page .row.form-footer p {
    margin: 0;
}
.confirm-page .form-footer .block:first-child {
    border-bottom: 1px solid #D0D0D0;
    margin: 0 0 20px;
    padding: 0 30px 20px 30px;
}
.confirm-page .form-footer .block {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.confirm-page .form-footer img {
    width: 70px;
    margin: 0 20px 0 0;
}
.confirm-page .form-content .row.form-footer a {
    color: #C4161C;
}
.confirm-page .amform-form {
    padding: 20px 20px 10px 20px;
}
.box-contact .box-content .data * {
    margin: 0 0 0 30px;
    font-weight: 400;
}
.amform-form .field input,
.amform-form .field select {
    background-color: #FAFAFA;
    border-radius: 6px;
    border: 1px solid #B6B6B6;
    height: 42px;
    width: 100%;
    padding: 0 10px;
}
.amform-form .field textarea {
    background-color: #FAFAFA;
    border-radius: 6px;
    border: 1px solid #B6B6B6;
    width: 100%;
    padding: 0 10px;
    min-height: 120px;
}
.amform-form .field.fb-date .control {
    display: flex;
    align-items: center;
}
.amform-form .field.fb-date .control button {
    margin: 0;
}
.amform-form .field.fb-file input {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.amform-form .fb-number {
    max-width: 100%;
}
.form-footer .block h4 {
    color: #000;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 400;
}
.confirm-text h4 {
    text-align: center;
    color: #000;
    margin: 30px 0 10px;
    font-weight: 400;
}
.confirm-text {
    font-family: 'Prompt',sans-serif;
    color: #606060;
    text-align: center;
}
.confirm-page .confirm-text a {
    color: #C4161C;
}
.contact-page .cms-title h3 {
    border-bottom: none;
}
.cms-page.contact-page .cms-content {
    max-width: 100%;
    width: 100%;
}
.form-contact .form-bg {
    border: solid 1px #C4161C;
    border-radius: 12px;
    padding-bottom: 0;
    height: 100%;
}
.contact-page .row > div {
    margin: 0 0 30px;
}
.contact-page .form-title, .contact-page .box-title {
    background-color: #C4161C;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 12px 12px;
    margin: 0 0 30px 15px;
}
.contact-page .box-text {
    padding: 0;
}
.contact-page .box-text h4, 
.contact-page .box-text span {
    margin: 0 0 0 10px;
    color: #fff;
    font-family: 'Prompt',sans-serif;;
    font-weight: 500;
}
.contact-page .box-bg {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 0 15px 30px !Important;
    height: 100%;
}
.contact-page .box-contact .box-content ul {
    list-style: none;
    padding: 0 30px;
}
.contact-page .box-contact .box-content ul li {
    display: flex;
    margin: 0 0 30px 0;
}
.contact-page .box-contact .box-content ul img {
    width: 50px;
}
.contact-page .box-content a,
.contact-page .box-content p {
    color: #000;
}
.contact-page .wpforms-container {
    margin: 0 0 30px;
}
.map iframe {
    width: 100%;
    border-radius: 12px;
}
.howto-page .order-section .cms-title h3 {
    border-bottom: none;
    margin: 0;
}
.howto-page .order-content .how-col.addtocart {
    background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 100%);
    border-radius: 20px 20px 0 0;
    align-items: flex-start;
}
.howto-page .order-content .how-col.checkout,
.howto-page .order-content .how-col.confirm-payment {
    align-items: flex-start;
}
.howto-page .order-content .how-col {
    padding: 20px;
}
.howto-page .order-content .how-img {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 0 20px -20px;
}
.howto-page .how-col .step {
    font-family: 'Roboto',sans-serif !important;
    font-size: 2.4rem;
    box-shadow: 0px 0px 7.14876px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    text-align: center;
    border-radius: 32px 0 0 32px;
    padding: 10px 10px 10px 15px;
    margin: auto 0;
    width: auto;
    font-weight: 400;
}
.howto-page .how-col p {
    margin: 0;
}
.howto-page .how-text h4 {
    color: #000;
    text-align: center;
    font-weight: 400;
}
.howto-page .how-text {
    padding: 0;
    color: #5C5C5C;
    flex: auto;
}
.howto-page .confirm-payment .color-text {
    text-decoration: underline;
}
.howto-page .how-col .how-text img {
    margin: 30px 0 0 0;
}
.cms-menu .how-to-order img {
    width: 35px;
}
.cms-menu .shipping img {
    width: 40px;
}
.cms-menu .confirm-payment img {
    width: 37px;
}
.cms-menu .privacy-policy img {
    width: 38px;
}
.howto-page .scb .bank-logo {
    background-color: #4e2d7f;
}
.howto-page .bualuang .bank-logo {
    background-color: #254292;
}
.howto-page .ktb .bank-logo {
    background-color: #37a1e4;
}
.howto-page .kbank .bank-logo {
    background-color: #02a957;
}
.howto-page .bank-logo {
    border-radius: 20px 0 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.howto-page .cms-content {
    margin: auto;
}
.policy-page .cms-content ul {
    list-style: disc;
    margin: 1em 0 1.5em 3em;
}
.policy-page .cms-content li {
    margin-bottom: 1rem;
}
.cms-page.contact-page {
    font-family: 'Prompt',sans-serif
}
.contact-page .contact-info {
    text-align: center;
}
.contact-page .contact-info img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.contact-page .contact-info ul li p {
    color: #909090;
}
.contact-page .contact-info ul li.map a {
    color: #717171;
}
.contact-page .contact-info ul li.map a:hover {
    color: #C4161C;
}
.contact-page .contact-info ul li img {
    width: 120px;
    height: auto;
    border-radius: 0;
    margin: 20px 0;
}
.contact-page .contact-info ul li:not(li:first-child) {
    text-align: start;
}
.contact-page .contact-info ul li.map img {
    width: 24px;
    height: auto;
    margin: 0;
}
.contact-page .contact-social .line a {
    background-color: #79CA3A;
}
.contact-page .contact-social .fb a {
    background-color: #3381C9;
}
.contact-page .contact-social .email a {
    background-color: #F19E3B;
	margin: 0;
}
.contact-page .contact-social {
    margin: 35px 0 0 0;
}
.contact-page .contact-social div a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    color: #fff;
}
.contact-page .contact-social div a img {
    width: 50px;
    margin: 0 15px 0 0;
}
.contact-page .contact-social div a span {
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul {
    background-color: #F8F8F8;
    padding: 60px 30px;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
.contact-page .contact-bottom .contact-tel ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul li span {
    text-align: right;
    margin: 0 20px 0 0;
    color: #6A6A6A;
}
.contact-page .contact-bottom .contact-tel ul li a {
    color: #939393;
}
.contact-page .contact-bottom .contact-tel ul li a:hover {
    color: #C4161C;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 30px;
    padding: 40px 50px;
}
.contact-page .contact-bottom {
    margin: 30px 0;
}
.amform-form .fb-number .control {
    max-width: 100% !important;
}
.amcform-page-wrap {
    display: block !important;
}
.about-page .mark {
    color: #008080;
}
.about-page .text p {
    font-size: 1.6rem;
}
/* end new cms */

.blog-page ul {
    list-style: unset;
    padding-left: 40px;
}
.post-description a >strong {
    color: #C4161C;
}
.post-description a >strong:hover {
    filter: brightness(0.1);
}
.post-description a >span {
    color: #C4161C;
}
.post-description a >span:hover {
    filter: brightness(0.1);
}
.post-description p >a >span {
    color: #C4161C;
}
.post-description p >a >span:hover {
    filter: brightness(0.1);
}
.post-description a {
    color: #C4161C;
}
.post-description a:hover {
    filter: brightness(0.1);
}
.products-grid .product-item-actions button.tocart span:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/icon/cart-n.svg) no-repeat center center / 30px auto;
    display: inline-block;
    margin: 0;
    filter: brightness(0) invert(1);
}
.products-grid .product-item-actions button.tocart span {
    font-size: 0 !important;
}
.product-add-form .box-tocart .action.tocart span:before{
    content: ''; 
    width: 30px;
    height: 30px;
    background: url(../images/icon/cart-n.svg) no-repeat center center / 30px auto;
    display: inline-block;
    margin: 0;
    filter: brightness(0) invert(1);
}
.product-add-form .box-tocart .action.tocart span{
    font-size: 0 !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container.ammenu-submenu .ammenu-icon-block {
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 0 0 5px;
    -webkit-mask-image: none !important; 
}
.facebook-widget {
    text-align: right;
}
.swatch-option.image {
    background-size: contain !important;
}
img.mpcfp-icon {
    width: 30px !important;
    height: 30px;
    margin-right: 10px; 
}
.action.tocart.primary {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.page.messages .message-error div[data-bind*="prepareMessageForHtml"]::after {
    content: 'โปรดติดต่อ SCMA โดยตรง line : scma โทร : 095 232 4888';
    padding-left: 10px;
}
.delivery p {
    font-family: 'Prompt' !important;
}
.delivery p {
    font-size: 1.7rem;
}


@media (min-width: 768px){
    
    /* home slide */
    .slidershow-home .shopnow {
        left: 30%;
        bottom: 20%;
        transform: translate(-30%,-20%);
    }
    .slidershow-home.owl-carousel {
        margin: 0;
    }
    
    
    /* home location */
    .home-location .branches {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }


    /* home banner */
    .home-banner .row {
        flex-wrap: nowrap;
        margin: 0 -10px;
    }
    .home-banner .row > div {
        padding: 0 10px;
    }
    .home-three-banner .banner-img {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 15px;
    }
    .home-two-banner .row > div:first-child img {
        margin: 0;
    }
    
    
    /* home blog */
    .home-blog .blog-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .home-blog .large-blog {
        margin-bottom: 0;
    }

    
    
    /* home full banner*/
    .home-full-banner .s-button {
        left: auto;
        right: 8%;
        bottom: 10%;
        transform: unset;
    }
    .home-full-banner .s-button a {
        margin: 0 0 10px 10px;
    }

    
    /* home products */
    .home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -40px;
    }
    .home-products .owl-carousel.owl-theme .owl-nav .owl-next {
        right: -40px;
    }
    .home-products .products-grid .owl-item .product-item:first-child {
        margin-bottom: 40px;
    }

    
    /* new cms */
    .cms-page {
        display: flex;
    }
    .cms-menu ul {
        display: block;
        border: 1px solid #DEDEDE;
        border-radius: 20px;
    }
    .cms-menu span {
        display: block;
        font-size: 1.4rem;
        margin: 0 15px;
    }
    .cms-menu a {
        margin: 0;
    }
    .cms-menu .image {
        padding: 10px;
        min-width: 60px;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .cms-page .cms-menu li:first-child .image {
        border-radius: 20px 0 0 0;
    }
    .cms-page .cms-menu li:first-child a {
        border-radius: 20px 20px 0 0;
    }
    .cms-page .cms-menu li:last-child .image {
        border-radius: 0 0 0 20px;
    }
    .cms-page .cms-menu li:last-child a {
        border-radius: 0 0 20px 20px;
    }
    .howto-page .cms-menu .how-to-order span, 
    .shipping-page .cms-menu .shipping span, 
    .confirm-page .cms-menu .confirm-payment span, 
    .policy-page .cms-menu .privacy-policy span {
        color: #fff;
    } 
    .howto-page .cms-menu .how-to-order a, 
    .shipping-page .cms-menu .shipping a, 
    .confirm-page .cms-menu .confirm-payment a, 
    .policy-page .cms-menu .privacy-policy a,
    .cms-page .cms-menu li:hover a
    {
        background-color: rgb(196 22 28 / 90%);
    }
    .cms-page .cms-menu li:hover .image {
        background-color: #C4161C;
    }
    .cms-page .cms-menu li:hover img {
        filter: brightness(100);
    }
    .cms-page .cms-menu li:hover span {
        color: #fff;
    }
    .cms-page .left-menu {
        flex-basis: 36.333333%;
        max-width: 36.333333%;
        margin: 0;
    }
    .cms-page .cms-content {
        max-width: 63.666667%;
    }
    .cms-page .cms-menu li.confirm-payment {
        border: solid #DEDEDE;
        border-width: 1px 0;
    }
    .cms-page .cms-menu li.how-to-order {
        border-bottom: 1px solid #DEDEDE;
    }
    .cms-menu img {
        width: 40px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .amform-form .amcform-toolbar {
        padding: 0 10px 0 0;
    }
    .contact-page .amform-form .field.field-message {
        max-width: 100%;
    }
    .contact-page .amform-form {
        max-width: 550px;
    }
     .contact-page .contact-info {
        text-align: start;
        display: flex;
        justify-content: center;
    }
    .contact-page .contact-info ul {
        margin: 0 0 0 50px;
    }
    .contact-page .contact-social {
        margin: 40px 0;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .contact-page .contact-social div a {
        justify-content: center;

    }
    .contact-page .contact-bottom {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    .contact-page .contact-bottom .contact-tel {
         max-width: 45%;
        flex-basis: 45%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 52%;
        flex-basis: 52%;
    }
    .contact-page .contact-bottom .contact-tel ul {
        margin: 0;
    }
    /* end new cms */


}



@media (min-width: 992px){ 
    
    /* home slide */
    .slidershow-home .s-all {
        bottom: 20%;
        transform: translate(-50%,-20%);
    }
    
    /* home categories */
    .home-categories .item h4 {
        font-size: 2rem;
    }
    
    /* home service */
    .home-services .row > div {
        max-width: 20%;
    }

    
    /* home products */
    .home-products {
        margin-bottom: 50px;
    }
    
    

    /* home banner */
    .home-banner.home-two-banner {
        margin-bottom: 50px;
    }
    .home-four-banner .banner-img {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 30px;
    }
    .home-four-banner .banner-img > * {
        grid-row: unset;
        grid-column: unset;
    }
    .home-four-banner .discount {
        padding: 15px 80px;
    }
    .home-banner .discount {
        display: flex;
        flex-wrap: wrap;
        align-content: space-evenly;
    }
    .home-banner .item .shopnow {
        padding: 20px 90px;
        right: 5%;
        transform: translate(-5%,-90%);
    }



    
    /* new cms */
    .cms-menu span {
        font-size: 1.6rem;
    }
    .about-page .bg-image img {
        border-radius: 20px 0 0 20px;
    }
    .about-page .content .text {
        padding: 50px 60px;
    }
    .cms-page .left-menu {
        max-width: 30%;
    }
    .cms-page .cms-content {
        max-width: 70%;
    }
    .shipping-content > div {
        padding-bottom: 10px;
    }
    .confirm-page .form-content .row.form-footer {
        flex-wrap: nowrap;
    }
    .confirm-page .form-content .row.form-footer {
        padding: 0;
    }
    .confirm-page .form-footer .block:first-child {
        border-bottom: none;
        border-right: 1px solid #D0D0D0;
        margin: 0;
        padding: 40px;
    }
    .confirm-page .form-footer .block {
        padding: 40px;
        width: 50%;
    }
    .howto-page .order-content .how-col {
        display: flex;
        align-items: center;
    }
    .howto-page .order-content .how-img {
        max-width: 25%;
        padding: 0 30px 0 0;
        margin: 0;
    }
    .howto-page .how-text h4 {
        text-align: left;
    }
    .howto-page .order-content .how-col {
        padding: 30px 30px 0 30px;
    }
    .howto-page .bank {
        max-width: 50%;
    }
    .howto-page .how-img img {
        max-width: 80px;
    }
    .amform-form .field {
        max-width: 50%;
        width: 100%;
        display: inline-block;
        padding: 0 10px;
        vertical-align: top;
    }
    .amform-form .fb-number {
        max-width: 50%;
    }
    .contact-page .contact-social div a {
        justify-content: flex-start;
    }
    .contact-page .contact-bottom .contact-tel {
        max-width: 35%;
        flex-basis: 35%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 62%;
        flex-basis: 62%;
    }
    /* end new cms */
    
}



@media (min-width: 1200px){ 
    
    /* home slide */
    .slidershow-home .shopnow {
        bottom: 25%;
        transform: translate(-30%,-25%);
    }
    
    /* home categories */
    .home-categories {
        margin: 100px 0;
    }
    .home-categories .title h3 {
        margin-bottom: 50px;
    }
    
    
    /* home service */
    .home-services {
        margin: 100px 0;
    }
    .home-services .title h3 {
        margin-bottom: 50px;
    }
    .home-services .item h4 {
        font-size: 2rem;
    }
    
    /* home products */
    .home-products {
        margin: 100px 0;
    }
    .home-products .title {
        margin-bottom: 50px;
    }

    
    /* home location */
    .home-location {
        padding: 120px 0;
    }
    .home-location .title h3 {
        margin-bottom: 50px;
    }
    .home-location .headquarter {
        padding-right: 0;
        -ms-flex: 0 0 69.666667%;
        flex: 0 0 69.666667%;
        max-width: 69.666667%;
    }
    .home-location .branches {
        display: block;
        max-width: 30.333333%;
    }
    .home-location .headquarter img {
        height: 100%;
        filter: none;
        transition: filter .5s;
    }
    .home-location .headquarter:hover img {
        filter: blur(5px) brightness(0.3);
    }
    .home-location .headquarter .img {
        height: 100%;
    }
    .home-location .headquarter .text {
        opacity: 0;
        transition: opacity .5s;
        will-change: opacity;
    }
    .home-location .headquarter:hover .text {
        opacity: 1;
    }
    
    
    /* home brands */
    .home-brands {
        margin: 100px 0;
    }
    .home-brands .title {
        margin-bottom: 50px;
    }
    
    
    /* home blog */
    .home-blog {
        margin: 100px 0;
    }
    .home-blog .title {
        margin-bottom: 50px;
    }
    
    
    
    /* home full banner */
    .home-full-banner {
        margin: 50px 0;
    }
    
    /* home promotion */
    .home-promotion {
        padding: 120px 0;
    }
    .home-promotion .title .container {
        padding: 0 60px !important;
        margin-bottom: 50px;
    }

    
     /* new cms */
    .cms-menu .image {
        padding: 15px 20px;
        min-width: 80px;
    }
    .cms-page .left-menu {
        max-width: 27%;
    }
    .cms-page .cms-content {
        max-width: 73%;
    }
    .confirm-text {
        padding: 0 90px;
    }
    .cms-page .payment-content ul {
        font-size: 1.4rem;
    }
    .payment-content .bank-data img {
        width: 70px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .howto-page .how-img img {
        max-width: 130px;
    }
    .contact-page .contact-bottom {
        max-width: 1120px;
        margin: auto;
    }
    .contact-page .contact-bottom .contact-tel {
        max-width: 30%;
        flex-basis: 30%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 68%;
        flex-basis: 68%;
    }
    .contact-page .contact-social {
        max-width: 1060px;
        margin: 70px auto 45px auto;
    }
    /* end new cms */


    /* padding layout */
    .home-padding .container {
        padding: 0 60px !important;
    }

    
}



@media (min-width: 1400px){ 
    
    /* home slide */
    .slidershow-home .shopnow {
        left: 33%;
        bottom: 30%;
        transform: translate(-33%,-30%);
    }
    
    
    /* home location */
    .home-location .headquarter {
        -ms-flex: 0 0 72.666667%;
        flex: 0 0 72.666667%;
        max-width: 72.666667%;
    }
    .home-location .branches {
        max-width: 27.333333%;
    }
    .home-location .content > .row {
        padding: 0 70px;
    }

    
    /* home blog */
    .home-blog .small-blog .post-list {
        max-height: 770px;
    }
    
    
    /* home banner */
    .home-banner .item .shopnow {
        top: 83%;
        right: 8%;
        transform: translate(-8%,-83%);
    }
    
    
    /* home full banner */
    .home-full-banner .s-button {
        bottom: 20%;
    }

    
    
     /* new 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;
    }
    /* end new cms*/
}





