.boxCart-custom .btn-mini-cart.btn-action-header {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.boxCart-custom .btn-mini-cart.btn-action-header i {
    font-size: 30px;
    width: auto;
    height: auto;
    line-height: normal;
}
.header-fix.fix.header-top .boxCart-custom .btn-mini-cart.btn-action-header i {
    color: #07387b;
}
.boxSlider-main-mobile {
    margin-bottom: 0px;
}
.video-slide-box {
    position: relative;
    width: 100%;
    height: 50vw;
    margin-bottom: 0px;
    overflow: hidden;
}
.video-slide {
    object-fit: cover;
    height: 50vw;
}
.video-slide-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent 20%,transparent 43%,rgba(0,0,0,.5));
    display: block;
    z-index: 1;
}
.boxVideo-home {
    position: relative;
}
.introduce-name {
    margin-bottom: 15px;
}
.introduce-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.introduce-description {
    font-size: 14px;
    margin-bottom: 15px;
}
.button-introduce a {
    background: #07387b;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: table;
    border: 1px solid #07387b;
    font-weight: bold;
}
.button-introduce a:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.item-introduce-slider {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 15px;
}
.boxIntroduce-slider-home .slick-dots {
    bottom: -35px;
}
.boxIntroduce-slider {
    margin-bottom: 0px;
}
.article-item.item-introduce-slider .inner-image {
    padding-top: 70%;
    margin-bottom: 0px;
}
.inner-image-before {
    position: relative;
}
.inner-image-before:before {
    content: '';
    position: absolute;
    top: -15px;
    width: 50%;
    height: 70%;
    border-radius: 15px;
    z-index: -1;
    right: -15px;
    background: #da972c;
}
.section-01, .section-03, .section-05 {
    /* background: #f5f5f5; */
    padding: 30px 0px;
    margin-bottom: 30px;
}
.itemCategory-menu-image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 10px;
}

.itemCategory-menu-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
}
.itemCategory-menu {
    text-align: center;
    margin-bottom: 15px;
}
.boxCategory-menu-main > .row {
    margin: 0 -7.5px;
}
.boxCategory-menu-main > .row > div {
    padding: 0 7.5px;
}
.itemCategory-menu-infor h3 {
    margin-bottom: 0px;
    font-size: 16px;
}
.boxCategory-menu {
    margin-bottom: 30px;
}
.franchise-img img {
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
}
.franchise-img {
    position: relative;
    padding-top: 60%;
}
.franchise {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    text-align: center;
    background: #1e1e1e;
}
.franchise-information {
    padding: 15px 15px 15px 15px;
}
.franchise-title h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.franchise-title {
    margin-bottom: 10px;
}
.franchise-description {
    font-size: 14px;
    margin-bottom: 10px;
}
.boxFranchise-slider {
    margin-bottom: 0px;
}
.img-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
}
.images-padding {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.store-img {
    padding-top: 90%;
}
.store-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    border-radius: 0px;
}
.store-information-custom {
    position: absolute;
    top: 80%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-80%);
    z-index: 9;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.store {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.store-title-custom {
    text-align: center;
}
.store-title-custom h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.store-title-custom h3 a {
    color: #fff;
    position: relative;
    display: table;
    padding: 5px 15px;
    margin: 0 auto;
}
.store-title-custom h3 a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.store:hover .store-title-custom h3 a:after {
    opacity: 0;
}
.store-title-custom h3 a i {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    font-size: 30px;
}
.videotvc-item .inner-image .icon-video img {
    border-radius: 15px 15px 15px 15px;
}
.videotvc-item .inner-image {
    padding-top: 0;
}
.icon-video .store-information-custom i {
    position: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.videotvc-item .store-information-custom h3 {
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    padding: 5px 0px;
}
.videotvc-item .store-information-custom h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.videotvc-item:hover .store-information-custom h3:after {
    opacity: 0;
}
.videotvc-item {
    margin-bottom: 30px;
}
.section-05 {
    margin-bottom: 0px !important;
}
.itemStore {
    margin-bottom: 30px;
}
.itemStore-image {
    padding-top: 60% !important;
    margin-bottom: 15px;
    position: relative;
}
.boxStore-page-title {
    margin-bottom: 60px;
}
.itemStore {
    padding-top: 30px;
    padding-right: 30px;
}
.itemStore-image:before {
    content: '';
    position: absolute;
    top: -15px;
    width: 50%;
    height: 70%;
    border-radius: 15px;
    z-index: -1;
    left: -15px;
    background: #553825;
}
.boxStore-page-main > .row > div:nth-child(even) .itemStore .itemStore-image:before {
    left: unset;
    right: -15px;
    background: #da972c;
}
.section-store,
.section-background,
.bk-map {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-store:before,
.section-background:before,
.bk-map:before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    width: 2000px;
    height: calc(100% + 400px);
    margin-left: -1000px;
    background: url(http://cdn1728.cdn4s4.io.vn/media/template/sub_cont_bg.jpg) no-repeat center / cover;
    z-index: -1;
}
.itemStore-title h3 {
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.itemStore-title {
    margin-bottom: 10px;
}
.itemStore-description {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}
.itemStore-attributes ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
.itemStore-attributes {
    margin-bottom: 15px;
}
.itemStore .button-introduce {
    text-transform: uppercase;
    font-size: 14px;
}
.pageContact-news-content,
.pageContact-news-content p {
    font-size: 16px;
}
.pageContact-news-content img {
    width: 100% !important;
    height: auto;
}
.pageContact-news {
    margin-bottom: 30px;
}
.section-product-page .boxCategory-menu {
    margin-bottom: 30px;
}
.section-product-page .box-menu-main .product-item.product-main {
    margin-bottom: 15px;
}
.edit-comment textarea {
    background: #fff;
}
.is-mobile .header-top-mobile .float-mobile {
    float: left !important;
}
.is-mobile .itemStore {
    padding-top: 15px;
    padding-right: 0px;
}
.section-slider-main .nh-config-action {
    top: 50%;
    transform:translateY(-50%);
}
.boxSlider .slick-prev {
    left: 0px !important;
    top: 50% !important;
     -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    opacity: 1 !important;
    filter: opacity(1) !important;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}

.boxSlider .slick-next {
    right: 0 !important;
    top: 50% !important;
     -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    opacity: 1 !important;
    filter: opacity(1) !important;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.boxSlider .slick-next:before, 
.boxSlider .slick-prev:before {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.boxSlider .slick-prev:before {
    content: '\f060';
    left: -2px;
    top: 0;
}
.boxSlider .slick-next:before {
    content: '\f061';
    right: -2px;
    top: 0;
}
.section-03 {
    background: #fff;
    padding: 0px 0px;
}
.box-slider-home {
    margin-bottom: 30px;
}
.box-slider-01 .slider-section, 
.box-slider-01 .slider-section .item img {
    height: 90vw;
}
.box-slider-02 .slider-section, 
.box-slider-02 .slider-section .item img {
    height: 25vw;
}
.box-slider-01 .slider-section .slick-list .slick-slide:before,
.box-slider-02 .slider-section .slick-list .slick-slide:before{
    display: none
}
.itemBanner-home-img img{
    width: 100%;
    height: auto;
}
.title-slogan {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333;
}
.itemMenu-category-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.itemMenu-category-image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 15px;
}
.section-02 {
    position: relative;
    margin-bottom: 30px;
}
.itemMenu-category-title h3 {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}
.bk-branch > .row {
    margin: 0 -15px;
}
.bk-branch > .row > div {
    padding: 0 15px;
}
.boxFooter-slogan-main {
    color: #fff;
    font-size: 16px;
}
.boxFooter-social-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.boxFooter-social-main ul li {
    margin-bottom: 10px;
}
.boxFooter-social-main ul li:last-child {
    margin-bottom: 0px;
}
.boxFooter-social-main ul li a {
    color: #fff;
    text-transform: uppercase;
}
.boxFooter-social-main ul li a img {
    filter: brightness(0) invert(1);
    width: 25px;
    height: auto;
}
.bk-map {
    padding-bottom: 0px;
}
.itemStore-image .img-custom {
    border-radius: 15px 15px 15px 15px;
}
.article-content img {
    width: 100% !important;
    height: auto !important;
}
.pageProduct-title h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Anton-Regular';
}
.pageProduct-title {
    margin-bottom: 15px;
}
.pageProduct-top {
    margin-bottom: 30px;
}
.pageProduct-top {
    width: 100%;
    display: table;
}
.pageProduct-title {
    float: left;
    padding-right: 30px;
}
.store-oder a {
    float: left;
    background: #07387b;
    color: #fff;
    padding: 6px 15px 8px 15px;
    border-radius: 50px;
    display: table;
    border: 1px solid #07387b;
    font-weight: bold;
}
.store-oder a:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.itemProduct-custom-images {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 10px;
}
.itemProduct-custom-images img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
}
.itemProduct-custom-information {
    text-align: center;
}
.itemProduct-title h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.product-price-customize .price .price-amount {
    font-size: 14px;
}
.itemProduct-custom {
    margin-bottom: 15px;
}
.box-slider-02 {
    margin-bottom: 0px;
}
.boxIntroduce-slider-home .inner-image-before:before {
    display: none;
}
.boxIntroduce-slider-home .item-introduce-slider {
    padding: 0px 0px !important;
}
.section-01 {
    padding: 0px 0px !important;
}
.boxIntroduce-slider-home .item-introduce-slider .inner-image img {
    border-radius: 0px;
}
.boxNews-page .boxTitle-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.boxCart-custom .entire-action-header {
    float: left;
}
.entire-action-header-2 {
    margin-right: 15px;
}
.entire-cart-custom {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    body {
        font-size: 16px;
        line-height: 1.7;
    }
    .header-top-desktop > .row {
        align-items: center;
    }
    .header-top .menu-container {
        margin-right: 50px;
    }
    .boxCart-custom .btn-mini-cart.btn-action-header {
        padding: 0px 0px 0px 0px;
    }
    .boxCart-custom .btn-mini-cart.btn-action-header i {
        font-size: 30px;
        width: auto;
        height: auto;
        line-height: normal;
    }
    .boxCart-custom .items-number {
        top: 0px;
        left: 18px;
        height: 14px;
        padding: 0 5px;
        line-height: 14px;
        text-align: center;
        font-size: 10px;
    }
    .video-slide-box {
        margin-bottom: 0px;
    }
    .introduce-name {
        margin-bottom: 15px;
    }
    .introduce-title {
        font-size: 40px;
    }
    .introduce-description {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .item-introduce-slider > .row {
        align-items: center;
    }
    .article-item.item-introduce-slider .inner-image {
        margin-bottom: 0px !important;
        padding-top: 100%;
    }
    .item-introduce-slider {
        margin-bottom: 0px;
    }
    .boxIntroduce-slider-home .slick-dots {
        bottom: -35px;
    }
    .boxIntroduce-slider {
        margin-bottom: 0px;
    }
    .item-introduce-slider {
        padding-top: 30px;
        padding-right: 30px;
    }
    .inner-image-before:before {
        top: -30px;
        width: 50%;
        height: 70%;
        border-radius: 20px;
        right: -30px;
    }
    .item-introduce-slider .inner-image img {
        border-radius: 20px;
    }
    .section-01, .section-03, .section-05 {
        padding: 60px 0px;
        margin-bottom: 60px;
    }
    .itemCategory-menu-image img {
        border-radius: 20px;
    }
    .itemCategory-menu-image {
        padding-top: 130%;
    }
    .itemCategory-menu {
        margin-bottom: 30px;
    }
    .boxCategory-menu-main > .row {
        margin: 0 -15px;
    }
    .boxCategory-menu-main > .row > div {
        padding: 0 15px;
    }
    .itemCategory-menu-infor h3 {
        font-size: 18px;
    }
    .boxCategory-menu {
        margin-bottom: 60px;
    }
    .franchise-information {
        padding: 30px 30px 30px 30px;
    }
    .franchise-title h3 {
        font-size: 30px;
    }
    .franchise-title {
        margin-bottom: 20px;
    }
    .franchise-description {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .boxFranchise-slider {
        margin-bottom: 0px;
    }
    .img-custom,
    .videotvc-item .inner-image .icon-video img {
        border-radius: 0px 0px 0px 0px;
    }
    .store-img:before {
        border-radius: 0px 0px 0px 0px;
    }
    .images-padding {
        padding-top: 100%;
    }
    .store-img {
        padding-top: 100%;
    }
    .store {
        position: relative;
        margin-bottom: 0px;
    }
    .store-information-custom {
        top: 75%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-75%);
        -moz-transform: translateX(-50%) translateY(-75%);
        transform: translateX(-50%) translateY(-75%);
    }
    .store-title-custom {
        text-align: center;
    }
    .store-title-custom h3 {
        font-size: 26px;
    }
    .store-title-custom h3 a {
        color: #fff;
    }
    .store-title-custom h3 a i {
        font-size: 60px;
        margin-bottom: 5px;
    }
    .store-title-custom h3 a {
        padding: 10px 15px;
    }
    .videotvc-item .inner-image {
        padding-top: 0;
        margin-bottom: 0px;
    }
    .videotvc-item .store-information-custom h3 {
        padding: 10px 0px;
    }
    .videotvc-item {
        margin-bottom: 0px;
    }
    .boxStore-page-title {
        margin-bottom: 60px;
    }
    .itemStore {
        margin-bottom: 30px;
    }
    .itemStore-image {
        padding-top: 70% !important;
        margin-bottom: 0px;
    }
    .boxStore-page-main > .row > div:nth-child(even) .itemStore .col-left {
        order: 1;
    }
    .itemStore-image:before {
        top: -30px;
        width: 50%;
        height: 70%;
        border-radius: 20px;
        left: -30px;
    }
    .boxStore-page-main > .row > div:nth-child(even) .itemStore .itemStore-image:before {
        left: unset;
        right: -30px;
    }
    .itemStore > .row {
        align-items: center;
    }
    .section-store,
    .section-background,
    .bk-map {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .itemStore-title h3 {
        margin-bottom: 0px;
        font-size: 26px;
    }
    .itemStore-title {
        margin-bottom: 15px;
    }
    .itemStore-description {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .itemStore-attributes ul li {
        font-size: 18px;
    }
    .itemStore-attributes {
        margin-bottom: 30px;
    }
    .itemStore .button-introduce {
        font-size: 16px;
    }
    .itemStore > .row {
        margin: 0 -30px;
    }
    .itemStore > .row > div {
        padding: 0 30px;
    }
    .pageContact-news-content, 
    .pageContact-news-content p {
        font-size: 18px;
    }
    .pageContact-news {
        margin-bottom: 30px;
        padding: 0 5%;
    }
    .section-product-page .boxCategory-menu .boxCategory-menu-main > .row,
    .section-product-detail .boxCategory-menu .boxCategory-menu-main > .row{
        margin: 0 -7.5px;
    }
    .section-product-page .boxCategory-menu .boxCategory-menu-main > .row > div,
    .section-product-detail .boxCategory-menu .boxCategory-menu-main > .row > div{
        padding: 0 7.5px;
    }
    .section-product-page .boxCategory-menu .itemCategory-menu-infor h3,
    .section-product-detail .boxCategory-menu .itemCategory-menu-infor h3{
        font-size: 16px;
    }
    .section-product-page .boxCategory-menu .itemCategory-menu,
    .section-product-detail .boxCategory-menu .itemCategory-menu{
        margin-bottom: 15px;
    }
    .section-product-page .boxCategory-menu,
    .section-product-detail .boxCategory-menu{
        margin-bottom: 30px;
    }
    .section-product-page .box-menu-main .product-item.product-main {
        margin-bottom: 30px;
    }
    .introduce-content-home {
        padding-left: 0%;
    }
    .boxSlider .slick-prev {
        left: 0px !important;
        top: 50% !important;
        -webkit-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
        width: 60px;
        height: 80px;
    }
    
    .boxSlider .slick-next {
        right: 0 !important;
        top: 50% !important;
         -webkit-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
        color: #fff;
        width: 60px;
        height: 80px;
    }
    .boxSlider .slick-next:before, 
    .boxSlider .slick-prev:before {
        color: #fff;
        opacity: 1;
        font-size: 46px;
    }
    .boxSlider .slick-prev:before {
        left: -2px;
        top: 0;
    }
    .boxSlider .slick-next:before {
        right: -2px;
        top: 0;
    }
    .franchise > .row {
        align-items: center;
    }
    .franchise {
        box-shadow: none;
    }
    .section-03 {
        padding: 0px 0px;
        margin-bottom: 0px;
    }
    .franchise > .row {
        margin: 0px 0px;
    }
    .franchise > .row > div {
        padding: 0px 0px;
    }
    .box-slider-home {
        margin-bottom: 0px;
    }
    .box-slider-01 .slider-section,
    .box-slider-01 .slider-section .item img {
        height: 52vw;
    }
    .box-slider-02 .slider-section, 
    .box-slider-02 .slider-section .item img {
        height: 25vw;
    }
    .boxNews-slider-main {
        padding: 0 5%;
    }
    .boxNews-slider .boxNews-slider-main {
        padding: 0 5%;
        padding-right: 0 !important;
    }
    .boxIntroduce-slider-home.boxSlider .slick-prev {
        left: -5.5% !important;
    }
    .boxIntroduce-slider-home.boxSlider .slick-next {
        right: 0% !important;
    }
    .boxNews-slider.boxSlider .slick-prev {
        left: -6% !important;
    }
    .boxNews-slider.boxSlider .slick-next {
        right: -6% !important;
    }
    .article-item .article-title {
        font-size: 18px;
    }
    .article-item .article-description {
        font-size: 16px;
    }
    .article-item .read-more {
        font-size: 14px;
    }
    .title-slogan {
        font-size: 20px;
    }
    .itemMenu-category-image {
        padding-top: 140%;
        margin-bottom: 15px;
    }
    .section-02 {
        margin-bottom: 60px;
    }
    .boxMenu-slider-main {
        padding: 0 5%;
    }
    .boxMenu-slider.boxSlider .slick-prev {
        left: -6% !important;
    }
    .boxMenu-slider.boxSlider .slick-next {
        right: -6% !important;
    }
    .itemMenu-category-title h3 {
        font-size: 20px;
    }
    .boxFooter-slogan-main {
        font-size: 16px;
    }
    .page-contact {
        padding: 0 5%;
    }
    .bk-map {
        padding-top: 0px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .boxStore-page-main {
        padding: 0 5%;
    }
    .itemStore-image .img-custom {
        border-radius: 20px 20px 20px 20px;
    }
    .section-page-news .boxNews-page {
        padding: 0 5%;
    }
    .section-page-news .boxNews-page  .boxVideo-main > .row > div {
        flex: 20%;
        max-width: 20%;
    }
    .section-news-detail .article-detail {
        padding: 0 5%;
    }
    .section-news-detail .comment-section {
        padding: 0 5%;
    }
    .page-contact input.form-control {
        height: 50px;
    }
    .page-contact textarea {
        min-height: 200px;
    }
    .section-product-page .boxCategory-menu-main {
        padding: 0 5%;
    }
    .pageProduct-customize {
        padding: 0 5%;
    }
    .pageProduct-title h3 {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .pageProduct-title {
        margin-bottom: 0px;
    }
    .pageProduct-top {
        margin-bottom: 30px;
    }
    .product-item .inner-content .product-title a {
        font-size: 16px;
    }
    .store-oder a {
        padding: 6px 40px 8px 40px;
    }
    .pageCategory-product.boxSlider .slick-prev {
        left: -6% !important;
    }
    .pageCategory-product.boxSlider .slick-next {
        right: -6% !important;
    }
    .itemProduct-custom-images {
        padding-top: 120%;
        margin-bottom: 10px;
    }
    .itemProduct-custom-images img {
        border-radius: 20px 20px 20px 20px;
    }
    .itemProduct-title h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .product-price-customize .price .price-amount {
        font-size: 16px;
    }
    .itemProduct-custom {
        margin-bottom: 30px;
    }
    .box-slider-02 {
        margin-bottom: 0px;
    }
    .franchise-img {
        padding-top: 100%;
    }
    .boxCart-custom .entire-action-header {
        float: left;
    }
    .entire-action-header-2 {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .is-mobile .product-item-customize.slick-slide {
        margin: 0 7.5px;
    }
    .is-mobile .box-menu-main .slick-list {
        margin: 0 -7.5px;
    }
    /* .is-mobile .boxSlider .slick-next,
    .is-mobile .boxSlider .slick-prev {
        display: none !important;
    } */
    .article-item .inner-image {
        padding-top: 100%;
    }
    .is-mobile .menu-section > ul > li > a {
        display: table !important;
        width: 100% !important;
        line-height: 30px;
        padding: 5px 0px;
    }
    .is-mobile .introduce-content-home {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .boxIntroduce-slider-home .item-introduce-slider {
        margin-bottom: 0px;
    }
    .section-01 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-03 {
        margin-bottom: 0px;
    }
    .bk-banner-03 .box-slider-home {
        margin-bottom: 0px;
    }
    .boxStore-custom .img-custom, .videotvc-item .inner-image .icon-video img {
        border-radius: 0px;
    }
    .store, 
    .videotvc-item, 
    .box-slider-01 {
        margin-bottom: 0px;
    }
    .video-tvc .album-video-item .inner-image {
        margin-bottom: 0px;
    }
    .bk-branch {
        padding-bottom: 30px;
    }
    .button-introduce a {
        margin: 0 auto;
    }
    .bk-banner-child .slider-section, .bk-banner-child .slider-section .item img {
        
        height: 25vw !important;
    }
}
