 @media(min-width: 1200px) {
     #bao_header.fixed {
         height: 141px
     }
     #bao_header.fixed #fix_header {
         position: fixed;
         z-index: 6;
         top: 0;
         left: 0;
         width: 100%;
         background: url(/assets/Themes/Themes01/Assets/css/images/bg-body.png);
         box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
         padding: 15px 0
     }
     .page-header #bao_header.fixed .page-header-1 .header-left,
     .page-header #bao_header.fixed .page-header-1 .header-right .header-top {
         display: none
     }
     .page-header #bao_header.fixed .header-right {
         float: right
     }
     .page-header #bao_header.fixed .page-header-1 .header-right .header-bottom {
         padding: 0
     }
     .page-header .header-right {
         float: right
     }
     .page-header .page-header-2 .product-cate-menu.fixed {
         position: fixed;
         left: calc(50% - 585px);
         top: 15px;
         z-index: 7;
         height: auto;
         background: #8b0304 url(/assets/Themes/Themes01/Assets/css/images/bg_cateSP.png) no-repeat top 3px center
     }
     .page-header .page-header-2 .product-cate-menu.fixed ul {
         display: none
     }
     .page-header .page-header-2 .product-cate-menu.fixed:hover>ul {
         display: block
     }
     .page-header .page-header-2 .product-cate-menu.fixed .cate-tab {
         padding: 6px 0 7px 0
     }
 }
 
 #ProductShoppingCart {
     overflow: hidden
 }
 
 #ProductShoppingCart>.group {
     width: 380px;
     float: right;
     background-color: rgba(255, 255, 255, 0.5);
     margin-top: 20px;
     padding: 10px 15px 0 15px
 }
 
 #ProductShoppingCart>.group .group-title {
     padding-top: 0
 }
 
 #ProductShoppingCart #booking-form {
     width: calc(100% - 400px);
     float: left
 }
 
 .pshpc .table-orderdetail tbody tr {
     display: block;
     overflow: hidden;
     padding: 10px 0;
     border-bottom: 1px solid #ddd;
     position: relative
 }
 
 .pshpc .table-orderdetail tbody td {
     float: left;
     border: none;
     padding: 0
 }
 
 .pshpc .table-orderdetail tbody td:first-child {
     width: 100px
 }
 
 .pshpc .table-orderdetail tbody td:nth-child(2) {
     width: calc(100% - 110px)
 }
 
 .pshpc .table-orderdetail tbody td:nth-child(3) {
     display: none
 }
 
 .pshpc .table-orderdetail tbody td:nth-child(4) {
     margin-left: 120px
 }
 
 .pshpc .table-orderdetail tbody td:nth-child(5) {
     position: absolute;
     left: 100px;
     bottom: 3px
 }
 
 .pshpc .table-orderdetail tbody td:nth-child(6) {
     float: right
 }
 
 .pshpc .table-orderdetail tbody .div-quantity {
     height: 34px
 }
 
 .pshpc .table-orderdetail tbody .div-quantity a,
 .pshpc .table-orderdetail tbody .div-quantity input {
     float: left;
     width: 34px;
     height: 34px;
     line-height: 34px
 }
 
 .table-hover tbody tr:hover {
     background-color: transparent
 }
 
 .pshpc .table-orderdetail tbody td:after,
 .pshpc .table-orderdetail tbody td:after {
     display: none
 }
 
 .pshpc .scp-total-product-fee-wrap {
     padding: 10px 0;
     width: 100%;
     line-height: 30px;
     font-weight: normal;
     font-size: 16px;
     margin: 0 15px;
     border-top: 1px solid #dedede
 }
 
 .pshpc .scp-total-product-fee-wrap:first-child {
     border-top: none
 }
 
 .pshpc .scp-total-product-fee-wrap b {
     float: right
 }
 
 .pshpc .scp-total-product-fee-wrap span {
     color: #333;
     font-size: 18px
 }
 
 .pshpc .scp-total-product-fee-wrap span.note {
     font-size: 14px;
     color: red
 }
 
 .pshpc #totalFee {
     padding: 10px 15px;
     background-color: #e1d4cb;
     margin: 0 -15px 0 0;
     font-weight: bold
 }
 
 .pshpc #totalFee b span {
     color: #8b0304;
     font-size: 22px
 }
 
 .pshpc #shipfee.scp-total-product-fee-wrap.note span {
     font-size: 0
 }
 
 .pshpc #shipfee.scp-total-product-fee-wrap.note #tienShip {
     font-size: 15px;
     color: red;
     line-height: 22px;
     display: block
 }
 
 .pshpc #shipfee.scp-total-product-fee-wrap.note b {
     max-width: calc(100% - 130px);
     line-height: normal
 }
 
 #ProductShoppingCart .pttt .tabs-content .tab-content {
     background-color: #f4ede3;
     padding: 10px 30px 10px 60px;
     border: 1px dashed #c0ad8d;
     margin-bottom: 10px
 }
 
 .pshpc .pttt .tab {
     background: none;
     border: none;
     outline: none;
     text-align: left;
     padding: 8px 0;
     position: relative
 }
 
 .pshpc .pttt .tab:before {
     content: "";
     display: block;
     width: 18px;
     height: 18px;
     border: 1px solid #8b0304;
     border-radius: 50%;
     position: absolute;
     left: -30px;
     top: 12px
 }
 
 .pshpc .pttt .tab.active:after {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #8b0304;
     position: absolute;
     left: -26px;
     top: 16px
 }
 
 .pshpc .pttt .tab.active {
     background: none
 }
 
 .pshpc .pttt .tab img {
     margin-right: 10px;
     max-height: 30px;
     float: left
 }
 
 #ProductShoppingCart .pttt .tabs-content .tab-content:nth-child(4) .tab img {
     margin-top: 6px
 }
 
 #ProductShoppingCart .pttt .tabs-content .tab-content:not(:nth-child(4)) .tab {
     margin-bottom: 15px
 }
 
 .pshpc .pttt .tab span {
     padding-top: 0
 }
 
 .pshpc .pttt .agency-list {
     max-height: 300px;
     overflow: auto;
     position: relative
 }
 
 .pshpc .pttt .agency-list .item:hover {
     background: none
 }
 
 .pshpc .pttt .agency-list .item.active .fa-map-marker:before {
     color: #8b0304;
     margin-left: 0
 }
 
 .ps--active-y>.ps__rail-y {
     background-color: #dedede;
     opacity: 1;
     width: 8px;
     z-index: 1
 }
 
 .ps__thumb-y {
     background-color: #c0ad8d
 }
 
 .pdp .product-detail .pd-topright .table-variations tr {
     border-bottom: 1px solid white;
     box-shadow: inset 0 1px #e6ddd4;
     margin-bottom: 2px;
     padding-bottom: 1px
 }
 
 .pdp .product-detail .pd-topright .table-variations tr.soldOut td:nth-child(3) div {
     display: none
 }
 
 .pdp .product-detail .pd-topright .table-variations td {
     border: none
 }
 
 .pdp .product-detail .pd-topright .table-variations td:before {
     display: none
 }
 
 .page-header .page-header-2 .product-cate-menu ul li .openSubMN {
     display: none
 }
 
 #ProductShoppingCart .pttt .tabs-content .tab-content .ndTab {
     display: none
 }
 
 #ProductShoppingCart .pttt .tabs-content .tab-content.showTab .ndTab {
     display: block
 }
 
 @media(max-width: 1199px) {
     .page-header .page-header-2-op .menu-and-productcate {
         z-index: 3
     }
     #ProductShoppingCart>.group {
         width: 100%
     }
     #ProductShoppingCart #booking-form {
         width: 100%
     }
     #ProductShoppingCart .pttt .tabs-content .tab-content {
         padding: 10px 10px 10px 40px
     }
     .page-header .page-header-2 .product-cate-menu ul li .openSubMN {
         position: absolute;
         top: 0;
         right: 0;
         width: 30px;
         height: 40px;
         z-index: 2;
         display: block;
         text-align: center;
         line-height: 40px
     }
     .page-header .page-header-2 .product-cate-menu ul li .openSubMN.show i {
         transform: rotate(180deg);
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg)
     }
     .page-header .page-header-2 .product-cate-menu ul li:hover>ul {
         display: none
     }
     .page-header .page-header-2 .product-cate-menu ul li ul {
         position: static;
         width: 100%
     }
     .page-header .page-header-2 .product-cate-menu ul li ul.show {
         display: block
     }
     .page-header .page-header-2 .product-cate-menu.expanded {
         background: #8b0304 !important;
         height: auto
     }
 }
 
 .group-gift-product .list .slick-list {
     overflow: hidden
 }
 
 .group-gift-product .list .slick-list .slick-slide {
     background: linear-gradient(to left, #fdd89b, #fbf2e2);
     box-sizing: border-box;
     border: 2px solid #fbf2e2;
     box-shadow: 0 0 0 1px #faa519;
     padding: 0;
     margin-top: 30px;
     opacity: 1 !important
 }
 
 .group-gift-product .list .item .imgcw {
     position: relative;
     height: auto;
     width: 100%
 }
 
 .group-gift-product .list .item .imgcw img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover
 }
 
 .group-gift-product .list .item .item-link {
     padding: 3px 15px;
     text-transform: uppercase;
     font-size: 14px;
     float: right
 }
 
 .group-gift-product .list .item .item-link:hover {
     color: white;
     background-color: #8b0304
 }
 
 .group-gift-product .list .item .item-infos {
     width: auto;
     float: none;
     overflow: hidden;
     padding: 20px 15px
 }
 
 .group-gift-product .list .item .item-infos p {
     float: left;
     max-width: calc(100% - 120px);
     margin-bottom: 0
 }
 
 .group-gift-product .list .item .item-infos p b {
     font-size: 20px;
     color: #8b0304
 }
 
 .group-gift-product .list .item .item-title {
     font-size: 16px;
     display: inline-block;
     position: relative;
     z-index: 3;
     background-color: #faa519;
     line-height: 21px;
     padding: 9px 10px
 }
 
 .group-gift-product .list .item .item-title:before {
     content: "";
     display: block;
     width: calc(100% + 22px);
     height: 41px;
     position: absolute;
     top: -1px;
     left: -11px;
     background: url(images/btn41-bg-left-hover-solid-2.png) no-repeat left center, url(images/btn41-bg-right-hover-solid-2.png) no-repeat right center
 }
 
 .group-gift-product .list .item .item-title:after {
     content: "";
     display: block;
     width: 100%;
     height: calc(100% + 4px);
     box-sizing: border-box;
     border-top: 1px solid #faa519;
     border-bottom: 1px solid #faa519;
     position: absolute;
     left: 0;
     top: -2px
 }
 
 .group-gift-product .list .item .bao_tt {
     height: 0;
     transform: translateY(-20px);
     -moz-transform: translateY(-20px);
     -webkit-transform: translateY(-20px);
     text-align: center;
     position: relative;
     z-index: 3
 }
 
 .group-gift-product .list .item .item-title:hover {
     color: white
 }
 
 .group-gift-product .list .btn_more {
     text-align: center
 }
 
 .group-gift-product .list .btn_more a {
     display: inline-block;
     color: #917359;
     padding: 3px 20px 3px 0;
     position: relative;
     transition: all 0.3s ease 0s
 }
 
 .group-gift-product .list .btn_more a:after {
     content: "";
     display: block;
     width: 15px;
     height: 15px;
     position: absolute;
     top: 6px;
     left: calc(100% - 15px);
     background: url(images/btn-more.png) no-repeat center;
     transition: all 0.3s ease 0s
 }
 
 .group-gift-product .list .btn_more a:hover {
     color: #8b0304
 }
 
 .group-gift-product .list .btn_more a:hover:after {
     background-image: url(images/btn-more-hover.png);
     left: calc(100% - 5px)
 }
 
 .group-gift-product .list .item .imgcw:after {
     content: "";
     display: block;
     width: 100%;
     position: absolute;
     z-index: 2;
     left: 0;
     bottom: 0;
     padding-bottom: 9.239130434%;
     background: url(images/bg_img.png) no-repeat center;
     background-size: cover
 }
 
 .zalo_right {
     position: fixed;
     width: 49px;
     height: 49px;
     z-index: 3;
     right: 20px;
     bottom: 175px;
     background: url(/assets/images/zalo_r.png) no-repeat center;
     display: block
 }
 
 .btn-go-to-top {
     bottom: 100px
 }