.header-top {
    padding: 5px 0px;
    background: #ffffff52;
}
.fix {
  position:fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999 !important;
  -webkit-transition: position 0.4s;
  -o-transition: position 0.4s;
  transition: position 0.4s;
  -webkit-animation: affix-menu 1s;
  animation: affix-menu 1s; 
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    
}

@-webkit-keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; }
  to {
    position: fixed;
    top: 0; 
      
  } 
    
}

@keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; 
      
  }
  to {
    position: fixed;
    top: 0; 
  } 
}
.header-fix.fix {
    background: #fff;
}
.header-top {
    padding: 10px 0px;
}
.footer-top {
    background: #fff;
}
.entire-info-website {
    color: #333;
}
.box-footer-top {
    margin-bottom: 30px;
}
.entire-info-website address p:last-child {
    margin-bottom: 0px;
}
.bk-branch {
    padding-top: 30px;
    padding-bottom: 0px;
}
.item-branch {
    color: #fff;
}
.item-branch p {
    margin-bottom: 5px;
}
.item-branch p:last-child {
    margin-bottom: 0px;
}
.module-branch-system {
    margin-bottom: 30px;
}
.item-branch {
    margin-bottom: 15px;
}
.slider-section .slick-dots {
    bottom: 15px;
}
.section-margin {
    margin-bottom: 30px;
}
.box-menu-hot .product-item {
    margin-bottom: 0px;
}
.box-menu-main .row {
    margin: 0 -7.5px;
}
.box-menu-main .row > div {
    padding: 0 7.5px;
}
.box-menu-main .product-item.product-main {
    margin-bottom: 15px;
}
.box-menu-main .product-main .inner-content {
    padding: 10px 10px 10px 10px;
}
.box-menu-main .product-item .inner-content .product-title {
    height: 50px;
}
.box-menu-main .product-main .price-amount {
    font-size: 13px;
}
.product-image-detail .slider-thumbs .thumb-item {
    margin: 15px 1px;
}
.album-video-item .inner-image {
    margin-bottom: 5px;
    text-align:center;
}
.album-video-title {
    text-align: center;
}
.icon-video i {
    font-size: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ff000082;
    color: #fff;
    border: 2px solid red;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.album-video-item:hover .icon-video i {
    background: red;
}
.section-06 {
    background: #f5f6f7;
    padding: 30px 0px;
}
.setting-menu .menu-section > ul > li:hover > a {
    color: var(--red) !important;
}
.boxTitle-custom {
    text-align: center;
    margin-bottom: 30px;
    
}
.boxTitle-custom h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    color: #333;
}
.itemIntro-core-main {
    border-style: solid;
    border-width: 0 0 0 20px;
    border-color: #eb1e25;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    background: #fff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 10px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px 10px 10px 10px;
    align-content: center;
    align-items: center;
    color: #333;
    height: 80px;
}
.itemIntro-core-main p {
    margin-bottom: 0px;
    font-size: 14px;
}
.itemIntro-core {
    margin-bottom: 15px;
}
.boxIntro-core-main > .row {
    margin: 0 -7.5px;
}
.boxIntro-core-main > .row > div {
    padding: 0 7.5px;
}
.boxIntro-core-main > .row > div:nth-child(2) .itemIntro-core .itemIntro-core-main {
    border-color: #994521;
}
.boxIntro-core-main > .row > div:nth-child(3) .itemIntro-core .itemIntro-core-main {
    border-color: #42100f;
}
.itemIntro-core a:hover .itemIntro-core-main {
    background: #eb1e25;
    color: #fff;
}
.boxIntro-core-main > .row > div:nth-child(2) .itemIntro-core a:hover .itemIntro-core-main {
    background: #994521;
}
.boxIntro-core-main > .row > div:nth-child(3) .itemIntro-core a:hover .itemIntro-core-main {
    background: #42100f;
}
.itemBrand-story {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    border-radius: 10px;
    margin-bottom: 15px;
}
.itemBrand-story > .row {
    margin: 0px 0px;
    align-items: center;
}
.itemBrand-story > .row > div {
    padding: 0px 0px;
}
.itemBrand-story-img {
    background: #ccc;
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 5px 5px;
}
.itemBrand-story-img img {
    width: 75px;
    display: table;
    margin: 0 auto;
}
.itemBrand-story-infor h3 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
}
.itemBrand-story-infor {
    padding: 15px 15px 15px 15px;
}
.boxBrand-story {
    margin-bottom: 30px;
}
.readMore-custom {
    text-align: center;
}
.readMore-custom .btn-readmore {
    display: table;
    margin: 0 auto;
}
.btn-readmore {
    background: #eb1e25;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: table;
    border: 1px solid #eb1e25;
    font-weight: bold;
}
.btn-readmore:hover {
    border: 1px solid #eb1e25;
    background: #fff;
}
.boxMenu {
    margin-bottom: 30px;
}
.itemMenu {
    text-align: center;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
    background: #fff;
}
.itemMenu-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.itemMenu-img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.boxMenu-main > .row {
    margin: 0 -7.5px;
}
.boxMenu-main > .row > div {
    padding: 0 7.5px;
}
.itemMenu-infor h3 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #333;
}
.itemMenu-infor h3 a {
    color: #333;
}
.itemMenu-infor {
    padding: 15px 15px 15px 15px;
}
.itemMenu:hover .itemMenu-infor h3 a {
    color: var(--color-hightlight);
}
.box-readMore ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
.box-readMore ul li {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px;
    
}
.box-readMore ul li a {
    background: #eb1e25;
    border: 1px solid #eb1e25;
    display: table;
    color: #fff;
    padding: 10px 15px;
    width: 180px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}
.box-readMore ul li:hover a {
    background: #ff951a;
    border: 1px solid #ff951a;
}
.box-franchise {
    margin-bottom: 30px;
}
.franchise-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.franchise-image {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.item-franchise {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    background: #1e1e1e;
}
.franchise-content {
    padding: 15px 15px 15px 15px;
}
.franchise-title {
    font-size: 16px;
    text-transform: uppercase;
}
.franchise-title a {
    color: #fff;
}
.franchise-description {
    color: #fff;
    font-size: 14px;
}
.read-more-franchise {
    background: #ffff;
    color: #333;
    padding: 8px 15px;
    display: table;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: bold;
}
.box-news-custom {
    margin-bottom: 80px;
}
footer .entire-info-website address {
    margin-bottom: 0px;
}
footer .entire-info-website {
    color: #ffff;
}
.menu-footer .footer-menu-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.store-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.store-image {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin-bottom: 5px;
}
.store-item {
    margin-bottom: 15px;
}
.store-name {
    margin-bottom: 10px;
}
.store-title {
    font-size: 15px;
    margin-bottom: 0px;
}
.store-title a {
    color: #333;
}
.store-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.store-information ul li {
    margin-bottom: 5px;
}
.store-information ul li:last-child {
    margin-bottom: 0px;
}
.store-information ul li i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.store-information {
    margin-bottom: 10px;
}
.store-map a {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    padding: 6px 15px;
    display: table;
    width: 100%;
    text-align: center;
    color: #333;
    background: #fff;
}
.store-map a:hover {
    color: #fff;
    background: #eb1e25;
}
.store-map {
    margin-bottom: 10px;
}
.store-detail{
    margin-bottom: 0px;
}
.product-detail-footer .tab-content #content img,
.article-content img {
    border-radius: 10px;
}
.product-detail-footer .tab-content #content iframe,
.article-content iframe {
    display: table;
    margin: 0 auto;
}
.store-information-detail {
    border: 1px dashed #eb1e25;
    padding: 15px 15px 15px 15px;
    margin-bottom: 30px;
    background: #f7fff1;
    border-radius: 5px;
}
.title-infor-store {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.store-detail-map {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}
.store-detail-map a {
    color: #fff;
    background: #eb1e25;
}
.store-detail-map a:hover {
    color: #fff;
    background: #820408;
}
.box-store-custom .slick-dots {
    display: none !important;
}
.box-store-custom .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.box-store-custom .store-title {
    font-size: 16px !important;
}
.box-store-custom  .store-map a {
    color: #fff;
    background: #eb1e25;
}
.box-store-custom .store-map a:hover {
    color: #fff;
    background: #820408;
}
.box-store-custom {
    margin-bottom: 30px;
}
.section-slider-main .btn-submit {
    color: #fff;
    background: #eb1e25;
}
.section-slider-main .btn-submit:hover {
    color: #fff;
    background: #820408;
}
.readMore-store-custom {
    margin-top: 30px;
}
.menu-footer ul li a:hover {
    color: #eb1e25 !important;
}
.menuImages img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}
@media (min-width: 992px) {
    .header-fix.fix .logo-section img{
        height: 80px;
    }
    .header-fix.fix.header-top {
        padding: 5px 0px;
    }
    .header-fix.fix.setting-menu .menu-section > ul > li > a {
        color: #333;
    }
    .header-top {
        padding: 5px 0px;
        background: #ffffff52;
    }
    .slider-section .slick-dots {
        bottom: 15px;
    }
    .box-footer-top {
        margin-bottom: 30px;
    }
    .bk-branch {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .module-branch-system {
        margin-bottom: 20px;
    }
    .item-branch {
        margin-bottom: 30px;
    }
    .section-margin {
        margin-bottom: 60px;
    }
    .box-menu-main .row {
        margin: 0 -15px;
    }
    .box-menu-main .row > div {
        padding: 0 15px;
    }
    .box-menu-main .product-item.product-main {
        margin-bottom: 30px;
    }
    .box-menu-main .product-main .inner-content {
        padding: 15px 15px 15px 15px;
    }
    .box-menu-main .product-item .inner-content .product-title {
        height: auto;
    }
    .box-menu-main .product-main .price-amount {
        font-size: 14px;
    }
    .article-title-detail {
        font-size: 26px;
    }
    .breadcrumbs-section h1 {
        font-size: 32px;
    }
    .product-content-detail .product-title-detail {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .section-06 {
        padding: 50px 0px
    }
    .title-footer {
        margin-bottom: 30px !important;
        font-size: 20px;
    }
    .setting-menu .menu-section > ul > li > a {
        position: relative;
        padding-bottom: 10px;
    }
    .setting-menu .menu-section > ul > li > a:after {
        content: "";
        bottom: 0;
        display: block;
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
        -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
        transition-timing-function: cubic-bezier(.58,.3,.005,1);
        height: 3px;
        width: 10px;
        left: 0;
        background-color: #fff;
        z-index: 2;
        opacity: 0;
    }
    .setting-menu .menu-section > ul > li > a:hover:after,
    .setting-menu .menu-section > ul > li > a.active:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        opacity: 1;
    }
    .header-fix.fix.setting-menu .menu-section > ul > li > a:after {
        background-color: #eb1e25;
    }
    .boxTitle-custom {
        margin-bottom: 30px;
        
    }
    .boxTitle-custom h3 {
        font-size: 26px;
    }
    .itemIntro-core-main {
        border-width: 0 0 0 20px;
        padding: 10px;
        height: 80px;
    }
    .itemIntro-core-main p {
        font-size: 16px;
    }
    .itemIntro-core {
        margin-bottom: 15px;
    }
    .itemBrand-story-img {
        padding: 5px 5px 5px 5px;
        border-radius: 10px 0 0 10px;
    }
    .itemBrand-story-img img {
        width: 75px;
    }
    .itemBrand-story-infor h3 {
        font-size: 26px;
    }
    .itemBrand-story-infor {
        padding: 15px 15px 15px 15px;
    }
    .boxBrand-story {
        margin-bottom: 60px;
    }
    .itemBrand-story {
        margin-bottom: 15px;
    }
    .btn-readmore {
        padding: 8px 20px;
    }
    .boxMenu {
        margin-bottom: 60px;
    }
    .itemMenu {
        margin-bottom: 30px;
    }
    .itemMenu-img {
        padding-top: 70%;
    }
    .itemMenu-infor h3 {
        font-size: 18px;
    }
    .itemMenu-infor {
        padding: 15px 15px 15px 15px;
    }
    .box-franchise {
        margin-bottom: 60px;
    }
    .franchise-image {
        padding-top: 40%;
    }
    .franchise-content {
        padding: 30px 30px 30px 30px;
    }
    .franchise-title {
        font-size: 18px;
    }
    .franchise-description {
        font-size: 14px;
    }
    .read-more-franchise {
        padding: 8px 30px;
    }
    .box-news-custom {
        margin-bottom: 80px;
    }
    .box-store-custom {
        margin-bottom: 60px;
    }
    .bk-branch > .container > .row > div:nth-child(1),
    .bk-branch > .container > .row > div:nth-child(4) {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .bk-branch > .container > .row > div:nth-child(2),
    .bk-branch > .container > .row > div:nth-child(3) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .store-image {
        padding-top: 60%;
        margin-bottom: 5px;
    }
    .store-item {
        margin-bottom: 30px;
    }
    .store-name {
        margin-bottom: 10px;
    }
    .store-title {
        font-size: 16px;
    }
    .store-information ul li i {
        font-size: 18px;
        top: 2px;
    }
    .store-information {
        margin-bottom: 10px;
    }
    .store-information-detail {
        border: 1px dashed #eb1e25;
        padding: 15px 30px 15px 30px;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .title-infor-store {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .store-detail-map {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .store-information-detail > .row {
        align-items: center;
    }
    .store-detail-map a {
        padding: 10px 15px;
    }
    .col-desktop-01 {
        order: 1;
    }
    .item-store-slider .inner-image {
        margin-bottom: 0px;
    }
    .box-store-custom .store-title {
        font-size: 20px !important;
    }
    .box-store-custom .store-information ul li {
        margin-bottom: 10px;
    }
    .box-store-custom .store-information ul li:last-child {
        margin-bottom: 0px;
    }
    .box-store-custom .store-name,
    .box-store-custom .store-information {
        margin-bottom: 15px;
    }
    .item-store-slider > .row {
        align-items: center;
    }
    .box-store-custom .store-map {
        width: calc(50% - 7.5px);
        float: left;
        margin-bottom: 0px;
    }
    .box-store-custom .store-map-right {
        float: right;
    }
    .box-store-custom .box-store-custom {
        margin-bottom: 60px;
    }
    .readMore-store-custom {
        margin-top: 30px;
    }
    .menuImages img {
        margin-bottom: 30px;
    }
} 
@media (max-width: 768px) {
    .product-detail-head :not(.slick-vertical) .slider-thumbs .thumb-item {
        margin: 0 7.5px !important;
    }
    .product-image-detail .slider-thumbs {
        margin: 7.5px 0;
    }
    .product-status {
        display: block !important;
    }
    .box-readMore ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .box-readMore ul li a {
        width: auto;
        font-size: 13px;
        padding: 10px 10px;
    }
    .product-detail-footer .tab-content #content img,
    .article-content img {
        border-radius: 10px;
        width: 100% !important;
        height: auto !important;
    }
    .product-detail-footer .tab-content #content iframe,
    .article-content iframe {
        display: table;
        margin: 0 auto;
    }
}