* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('../fonts/BreeSerif.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    min-width: 360px;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    color: #FFF;
}

#main {
    position: relative;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #f2cbac;
    text-decoration: none;
}

p {
    margin-bottom: 0;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

hr.line {
    color: #FFF;
    border: 0;
    border-top: 1px dashed #FFF;
}

.m-0-auto {
    /* margin: 0 auto !important; */
}

.header {
    position: relative;
    font-size: 16px;
    /* padding-top: 10px; */
    background: #015353;
    margin-bottom: -1px;
}

.slide-line {
    width: 100%;
    height: 5px;    
    background: #f9c8aa repeat-x;
    background-size: 100% 100%;
    position: relative;
    z-index: 11;
}

.orange-line {
    width: 100%;
    height: 67px;
    /* background: url("../images/orange-line.png") repeat-x; */
    background-size: 100% 100%;
    position: relative;
    z-index: 11;
    margin-top: -67px;
}

.blu-line-1 {
    width: 100%;
    height: 42px;
    background: url("../images/blu-line-1.png") repeat-x;
    background-size: 100% 100%;
    position: relative;
    z-index: 11;
    margin-top: -42px;
}

.paper-line {
    width: 100%;
    height: 33px;
    background: url("../images/paper-line.png") repeat-x;
    background-size: 100% 100%;
    position: relative;
    z-index: 11;
    margin-top: -50px;
}

.business-line {
    width: 100%;
    height: 57px;
    background: url("../images/business-line.png") repeat-x;
    background-size: 100% 100%;
    position: relative;
    z-index: 11;
    margin-top: -58px;
}

.location-line {
    position: relative;
    width: 100%;
    height: 59px;
    background: url("../images/location-line.png") repeat-x;
    background-size: 100% 100%;
    margin-bottom: -59px;
    z-index: 11;
}

.order-line {
    position: relative;
    width: 100%;
    height: 87px;
    background: url("../images/order-line.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -88px;
    z-index: 11;
}

.logo-top, .menu-top, .hotline-top, .top-bar {
    display: table-cell;
    vertical-align: bottom;
}

.top-bar-icon {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.logo-top {
    min-width: 300px;
    text-align: center;
}

.logo-top img {
    max-width: 100%;
    max-height: 55px;
}

.menu-top {
    width: 100%;
    padding-bottom: 5px;
}
.menu-padding{
    padding-bottom: 10px;;
}
.menu-top .nav-item {
    display: inline-block;
}

.menu-top .nav-link {
    display: inline;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.header .hotline-top p {
    padding: 0 1rem 1px 1rem;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    margin-bottom: 2px;
}

.header .hotline-top p a {
    font-size: 20px;
    margin-left: 6px;
}

.carousel-top {
    background-image: linear-gradient(to right, #FA4701, #FB511D, #FD5421);
    position: relative;
    z-index: 10;
}

.carousel-top .carousel-item {
    overflow: hidden;
}

.carousel-top .mobile, .carousel-top .desktop {
    display: none;
}

.carousel-top.carousel-mobile .mobile,
.carousel-top.carousel-desktop .desktop {
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-prev {
    left: 10%;
    background-image: linear-gradient(to right, #e1a36e, #f2ceb2);
}

.carousel-control-prev-icon {
    margin-right: 4px;
}

.carousel-control-next-icon {
    margin-left: 4px;
}

.carousel-control-next {
    right: 10%;
    background-image: linear-gradient(to right, #f2ceb2, #e1a36e);
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: .7;
}

.box-orange {
    background-image: linear-gradient(to right, #FA4701, #FB511D, #FD5421);
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10;
}

.orange-title {
    font-size: 18px;
    vertical-align: middle;
}

.icon-circle {
    vertical-align: middle;
    padding-right: 10px;
}

.bg-circle {
    text-align: center;
    background: #FFF;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
}

.bg-circle img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.box-blu-1 {
    position: relative;
    z-index: 10;
    text-align: center;
    background-color: transparent;
    background-image: url("../images/bg-section.gif");
    background-repeat: repeat;
    padding-top: 82px;
    padding-bottom: 62px;
}
.text-gradient-section1{
    background: linear-gradient(to right, #004749, #004749, #004749, #004749) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.pie-info .pie-hover-btn.text-center .text-gradient {
    background: linear-gradient(to right, #004749, #004749, #004749, #004749) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text-gradient {
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text-orange{
    background: linear-gradient(to right, #e6c9b3, #e6c9b3, #eca064, #eca064) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text-business{
    background: #004749 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-align: left;
}
.box-pie {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}

.pie-title {
    padding-top: 20px;
    font-size: 18px;
    text-align: left;
}

.pie-img {
    position: relative;
    border-radius: 40px;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.pie-img-border{
    border-radius: 50px;
}
.sub-pie-title{
    color: #3a6963;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pie-img:hover .d-table-cell{
    border: 2px solid #feaa7c;
    border-radius: 32px;
    padding: 20px;
}

.pie-img .pie-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 72, 71, 0.50);
    border-radius: 32px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    z-index: 11;
}

.pie-img:hover .pie-hover {
    display: block;
}

.pie-img .pie-hover-btn {
    position: absolute;
    background: #feaa7c;
    border: 2px solid #feaa7c;
    border-radius: 19px;
    padding-top: 2px;
    width: 138px;
    bottom: 45px;
    right: 30px;
    z-index: 12;
    padding-bottom: 3px;
    display: none;
}

.pie-img:hover .pie-hover-btn {
    display: block;
    
}
.pie-img .pie-hover-btn:hover .text-gradient{
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.pie-hover-btn p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-top: 4px;
}

.pie-hover-btn p + p {
    margin-top: -8px;
}

.pie-hover .pie-hover-title {
    font-size: 23px;
}

.pie-hover .pie-hover-title + .pie-hover-title {
    margin-top: -6px;
}

.pie-hover .pie-hover-desc {
    font-size: 14px;
    padding: 0px 0;
}

.pie-hover .pie-hover-desc + .pie-hover-desc {
    margin-top: -6px;
}

.pie-hover .pie-hover-price {
    font-size: 40px;
    background: linear-gradient(to right, #e6c9b3, #eca168, #eca168);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 32px;
}

.pie-hover sup {
    position: unset;
    vertical-align: super;
}
.pie-hover span {
    font-size: 18px;
}
.pie-info img {
    max-width: 100%;
    height: auto;
}

.pie-title p + p {
    margin-top: -6px;
}


.carousel-paper {
    padding-bottom: 50px;
}

.carousel-paper .carousel-item {
    text-align: center;
}

.carousel-paper .carousel-item a {
    display: block;
    text-align: center;
}

.carousel-paper .carousel-item img {
    max-width: 70%;
}

.carousel-paper .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#feaa7c;
    cursor: pointer;
}

.carousel-paper .carousel-indicators .active {
    background-color: #fd5320;
}

.paper-info {
    padding-left: 0px;
}
.paper-info h1 {
    margin-bottom: 0;
}

.paper-desc {
    margin: 12px 0;
    font-size: 18px;
    background: #feaa7c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-paper {
    border: 0;
    color: #004749;
    font-size: 14px;
    padding: 10px 20px 8px 20px;
    background: #feaa7c;
    border-radius: 16px;
    cursor: pointer;
}
.btn-paper:hover{
    color: #fff;
}
.btn-hopcaocap {
    border: 0;
    color: #feaa7c;
    font-size: 14px;
    padding: 10px 20px 8px 20px;
    background: #004749;
    border-radius: 16px;
    cursor: pointer;
}
.btn-hopcaocap:hover{
    color: #fff;
}
/* .btn-chinhsach{
    background: #004749 !important;
    color: #feaa7c !important;
} */
.box-paper-new {
    color: #feaa7c;
    position: relative;    
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 12;
    overflow: hidden;
}
.btn-position{
    bottom: 30px;
    left: 30px;
    position: absolute;
    z-index: 999;
}
.no-padding{
    padding: 0px !important;
}
/* .box-hopcaocap-mobile {    
    background-image: url("../images/hopcaocap-mb.png");    
    padding-top: 320px;    
    padding-bottom: 50px;
    background-repeat: no-repeat;
} */
.box-paper {
    color: #feaa7c;
    position: relative;
    background-color: #015253;    
    background-repeat: repeat;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 12;
    overflow: hidden;
}
.box-business-new {
    position: relative;    
    /* background-image: url("../images/hopcaocap.jpg"); */
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 12;
    /* height: 545px; */
}
.box-business {
    position: relative;    
    background-image: url("../images/bg-section.gif");
    background-repeat: repeat;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 12;
}

.box-business .box-pie {
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.box-business .pie-title {
    text-align: center;
}

.box-order::after, .box-order::before,
.box-news::after, .box-news::before,
.box-paper::after, .box-paper::before,
.box-footer::after, .box-footer::before {
    content: "";
    background-image: url("../images/circle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    opacity: 1;
    z-index: 10;
}

.box-paper::before {
    width: 350px;
    height: 345px;
    left: 9%;
    margin-top: -166px;
    opacity: 0.5;
}

.box-paper::after {
    width: 220px;
    height: 215px;
    right: 15%;
    bottom: -51px;
    opacity: 0.5;
}
.box-order .email{
    word-wrap: break-word;
}
.box-order::before {
    width: 190px;
    height: 185px;
    left: 5%;
}

.box-order::after {
    width: 100px;
    height: 95px;
    right: 8%;
    bottom: 100px;
}

.box-footer::before {
    width: 190px;
    height: 185px;
    left: 5%;
}

.box-footer::after {
    width: 100px;
    height: 95px;
    right: 8%;
    bottom: 100px;
}
.business-info p {
    padding: 6px 0;
}
.business-info-right{
    padding-top: 100px;
    text-align: left !important;
}
.p-icon {
    margin-right: 6px;
}

.box-location {
    position: relative;
    z-index: 10;
    background-image: url("../images/bg-location.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    /* background-size: 100% 100%; */
    padding-top: 120px;
    padding-bottom: 120px;
}

.box-location::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: radial-gradient(circle, #004749, rgba(1, 82, 83, 0.60), rgba(54, 138, 144, 0.2)); */
    margin: auto;
    opacity: .8;
    z-index: 10;
}

.box-location hr.line {
    margin: 0 32%;
    padding: 6px 0;
}

.text-location {
    position: relative;
    z-index: 11;
}

.text-location > * {
    padding-bottom: .8rem;
}

.text-location .h1, .text-location h1 {
    font-size: 2.8rem;
}

.text-location .h2, .text-location h2 {
    font-size: 2.2rem;
}

.text-location .h3, .text-location h3 {
    font-size: 1.4rem;
}

.text-location .h3 span, .text-location h3 span {
    font-size: 2.2rem;
}

.box-order {
    position: relative;
    background-color: #004749;
    margin-top: -1px;
    z-index: 10;
}

.box-order .form-order, .box-order .hotline {
    padding: 10px;
}

.box-order .form-order .text-gradient {
    background: linear-gradient(to right, #e6c9b3, #ff6f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-order form {
    padding-top: 20px;
}

.form-order .form-control {
    border: 0;
    border-radius: .4rem;
    background: #015253;
    color: #FFF;
    padding: .6rem 36px;
    font-size: 14px;
    font-family: serif;
}

.form-order .form-group label {
    font-size: 14px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-order ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}

.form-order :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}

.form-order ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF;
}

.form-order .form-check {
    font-size: 12px;
    margin-left: 36px;
}

.box-order::before {
    width: 180px;
    height: 175px;
    top: 5%;
    left: 5%;
    margin: auto;
}

.box-order::after {
    width: 120px;
    height: 115px;
    bottom: 4%;
    right: 4%;
}

.box-order p {
    font-size: 18px;
}

.box-order .hotline h1.text-gradient {
    background: linear-gradient(to right, #e6c9b3, #ff6f00, #ff6f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-order .hotline .phone {
    font-size: 40px;
}

.box-order .hotline p.location {
    font-size: 18px;
}

.hotline {
    text-align: center;
}

.box-hotline {
    text-align: left;
    padding-bottom: 28px;
}

.box-hotline.brd {
    border-right: 1px dashed #FFF;
}

.box-hotline .location {
    margin-bottom: 20px;
}

.icon-phone img {
    width: 70px;
    height: 70px;
}
.phone-show-default{
    display: inline;
}
.phone-show-hover{
    display: none;
}
.icon-phone:hover .phone-show-default{
    display: none;
}
.icon-phone:hover .phone-show-hover{
    display: inline;
}
.form-check {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.form-check input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.form-check label {
    cursor: pointer;
    margin-bottom: 0;
}

.form-check .form-check-label {
    margin-left: 10px;
}

.form-check .radio {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.form-check input:checked ~ .radio:after {
    display: block;
}

.form-check .radio:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
}

.form-check .check {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #FFF;
}

.form-check input:checked ~ .check:after {
    display: block;
}

.form-check .check:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sl-pie {
    width: 70px;
    margin: 0;
    display: inline-block;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select-pie {
    margin-bottom: 10px;
}

.select-pie .form-check-label {
    font-size: 15px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.select-pie .line {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.select-pie .form-group {
    margin-bottom: 0;
}

.btn-form {
    border: 0;
    border-radius: 0 16px 0 16px;
    background: linear-gradient(to right, #e6c9b3, #e8a570);
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
}

.box-news {
    position: relative;
    background: #015253;
    padding-top: 20px;
    padding-bottom: 40px;
    z-index: 10;
}

.box-news::before {
    width: 120px;
    height: 115px;
    left: 5%;
    top: 20%;
}

.box-news::after {
    width: 120px;
    height: 115px;
    right: 2%;
    top: 10%;
}

.news-img {
    height: 200px;
    overflow: hidden;
}

.news-img img {
    max-width: 100%;
}

.news-title {
    padding-top: 18px;
}

.news-title h4 {
    font-size: 1.2rem;
}

.news-title p {
    font-size: 14px;
}

.box-footer {
    background: #015253;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 10;
}
.box-footer .footer-link-vinmart{
    font-size: 13px;
    line-height: 27px;
}

.f-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.f-logo {
    margin-bottom: 20px;
}

.f-menu {
    list-style: none;
    font-size: 14px;
}

.f-menu li a {
    padding: 4px 0;
    display: block;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-order .modal-content {
    background: transparent;
    border: 0;
}

.modal-order .modal-body {
    position: relative;
}

.modal-order .close {
    background: linear-gradient(to right, #f9ccae, #eca065);
    color: #004749;
    position: absolute;
    top: -8px;
    right: -20%;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -8px;
    font-size: 40px;
    padding-top: 2px;
}

.order-bg-modal {
    width: 90%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #feaa7c;
    position: absolute;
    top: 15vh;
    right: 20%;
}

.order-bg-modal img {
    max-width: 100%;
}

.order-thank {
    text-align: center;
    background: #004749;
    padding: 20px 40px;
    position: absolute;
    border-radius: 20px;
    border: 1px solid #feaa7c;
    top: 0;
    right: -20%;
}

.order-thank img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.order-thank h1 {
    margin-top: 4px;
}

.order-thank p + p {
    margin-top: -6px;
}

.fixed-load {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
    z-index: 999;
    opacity: .8;
    overflow: hidden;
}
.margin-bottom-55{
    margin-bottom: -100px;
}
.margin-top-55{
    margin-top: -100px;
}
.loader {
    position: relative;
    border: 14px solid #f3f3f3;
    border-radius: 50%;
    border-top: 14px solid #feaa7c;
    border-bottom: 14px solid #feaa7c;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    z-index: 9999;
}

.chinhsach .modal-content {
    position: relative;
    background: url("../images/bg-popup.jpg");
    background-size: 100% auto;
    border: 1px solid #feaa7c;
    border-radius: 10px;
}

.chinhsach .modal-content:after {
    content: "";
    background: #004749;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .8;
    z-index: 20;
    border-radius: 10px;
}

.chinhsach .modal-body {
    position: relative;
    color: #FFF;
    z-index: 22;
}

.chinhsach .close {
    background: linear-gradient(to right, #f9ccae, #eca065);
    color: #004749;
    position: absolute;
    top: -8px;
    right: -8px;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 40px;
    padding-top: 2px;
}

.chinhsach .table td {
    vertical-align: middle;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container, .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.TopButton {
    display: inline-block;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 11px;
    border: 1px solid transparent;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  
  .TopButton:hover .bi-arrow-up-square{
    cursor: pointer;
    color: #eca065;
  }
  .TopButton:active .bi-arrow-up-square{    
    color: #eca065;
  }
  .TopButton.show {
    opacity: 1;
    visibility: visible;
  }
  .facebook-chat{
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
  }
  .facebook-chat.aboveTopButton{
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
  }
  .box-paper-new, .box-business-new{
    display: block;
}
.box-hop4banh-mobile, .box-hopcaocap-mobile{
    display: none;
}
img.shake-image {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s; 
  
    /* When the animation is finished, start again */
    animation-iteration-count: infinite; 
  }
  
  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }
  
  

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* start media query for mobile view */
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1200px) {
    .pie-hover .pie-hover-title {
        font-size: 18px;
    }

    .pie-hover .pie-hover-price {
        font-size: 26px;
    }

    .pie-img .pie-hover {
        padding: 20px;
        border-radius: 30px;
    }

    .pie-img {
        border: none;
    }

    .text-pie-type p {
        font-size: 32px !important;
    }
}

@media (max-width: 992px) {
    .box-order .hotline .phone {
        font-size: 32px;
    }

    .menu-top {
        padding-bottom: 0;
    }

    .menu-top .nav-item {
        width: 50%;
    }

    .box-location {
        /* background-size: 140% 100%; */
    }

    .orange-line {
        height: 38px;
        margin-top: -38px;
    }

    /* .box-blu-1 {
        background-size: 200% 100%;
    } */

    .business-line {
        height: 37px;
        margin-top: -37px;
    }

    .location-line {
        height: 39px;
        margin-bottom: -39px;
    }

    .order-line {
        height: 47px;
        margin-top: -48px;
    }

    .order-blu-text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .pie-hover .pie-hover-price {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .ruou {
        width: 70% !important;
        margin: 0 auto 10px auto;
    }

    .pie-title {
        text-align: left;
        padding: 10px 0px;
    }

    .box-location {
        /* background-size: 180% 100%; */
    }

    .icon-circle {
        margin-left: 15px;
    }

    .box-orange {
        padding-bottom: 10px;
    }

    .slide-line {
        height: 5px;
        margin-bottom: 0px;
    }

    .orange-line {
        height: 28px;
        margin-top: -28px;
    }

    /* .box-blu-1 {
        background-size: 300% 100%;
        margin-top: -52px;
        z-index: unset;
    } */

    .business-line {
        height: 27px;
        margin-top: -27px;
    }

    .location-line {
        height: 29px;
        margin-bottom: -29px;
    }

    .order-line {
        height: 37px;
        margin-top: -37px;
    }

    .paper-line {
        height: 23px;
        margin-top: -60px;
        background-size: 150% 100%;
    }

    .logo-top, .menu-top, .hotline-top, .top-bar {
        vertical-align: middle;
    }

    .menu-top {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #015353;
        z-index: 13;
    }

    .header {
        /* padding-bottom: 10px; */
    }
    .menu-padding{
        padding-bottom: 0px;
    }

    .menu-top .nav {
        border-top: 1px solid #feaa7c;
        border-bottom: 1px solid #feaa7c;
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .menu-top .nav-item {
        width: 100%;
    }

    .menu-top .nav-link {
        display: inline-block;
        font-size: 18px;
    }

    .top-bar-icon {
        display: inline-block;
    }

    .box-orange .m-0-auto {
        margin: unset !important;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .box-orange .float-right {
        float: unset !important;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 45px;
        height: 45px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }

    .carousel-control-next-icon {
        margin-left: 2px;
    }

    .carousel-control-prev-icon {
        margin-right: 2px;
    }
    .business-info-right{
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .margin-bottom-55{
        margin-bottom: 0px;
    }
    .margin-top-55{
        margin-top: 0px;
    }
    .box-blu-1{
        padding-top: 24px;
    }
    .box-paper-new, .box-business-new{
        display: none;
    }
    .box-hop4banh-mobile, .box-hopcaocap-mobile{
        display: block;
    }
}

@media (max-width: 576px) {
    .box-location {
        background-size: 333% 100%;
        background-position: -338px 0;
    }

    .logo-top {
        min-width: 100%;
    }

    .hotline-top {
        vertical-align: middle;
    }

    .icon-phone {
        display: none;
    }

    .box-order .hotline .phone {
        font-size: 26px;
    }

    .box-order .hotline p.location {
        font-size: 16px;
    }

    .box-order p {
        font-size: 14px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 35px;
        height: 35px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 15px;
        height: 15px;
    }

    .carousel-control-next-icon {
        margin-left: 0;
    }

    .carousel-control-prev-icon {
        margin-right: 0;
    }

    .paper-line {
        background-size: 180% 100%;
    }
    .paper-info{
        padding: 30px;
    }
}

@media (max-width: 420px) {
    .box-location {
        background-size: unset;
        background-position: -338px 0;
    }
}