/* menu menu-2 page */
/* ************** */
@font-face {
    font-family: "Argue";
    src: url(../fonts/Argue-Regular.ttf);
}
:root {
    --font-1:Argue;
    --bg:#1f3538;
}
body {
    border: 10px solid var(--bg);
}
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: #fff !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #040a1c;
    letter-spacing: -0.5px;
    font-family: var(--font-1) !important ;
    line-height: 1.5 !important;

}
.menu {
    padding-top: 60px;
    padding-bottom: 32px;
}

.menu-products-item {
    transition: all ease 0.4s;
}

.menu-products-item .box-img img {
    transition: all ease 0.4s;
}

.menu-products-item:hover .box-img img {
    transform: scale(1.05);

}


.menu-products-item .menu-products-desc {
    text-align: center;
    padding-top: 24.33px;
    /* height: 125px; */
}

.menu-products-item .menu-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    /* or 26px */
    color: #000000;
    margin-bottom: 14.78px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* height: 52px; */
}

.menu-products-item .menu-products-name:hover {
    /* or 26px */
    color: #e14343;
}

.menu-products-item .menu-products-desc span {
    display: block;
}

.menu-products-item .menu-products-desc span.sale-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    text-decoration-line: line-through;
    margin-bottom: 8.25px;
    color: #b9afaf;
}

.menu-products-item .menu-products-desc span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #e14343;
}

.menu-products-item .box-btn {
    border-top: 1px solid #ccc1c1;
    border-bottom: 1px solid #ccc1c1;
    padding: 13.5px 0;
    padding-bottom: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.menu-products-item button {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    text-align: center;
    transition: all ease 0.4s;
    color: #282828;
    /* margin-right: 26px; */
}

@media screen and (max-width: 1400px) {
    .menu-products-item button {
        font-size: 14px;
    }
}

.menu-products-item button:hover {
    color: #b5945b;
}

.menu-products-item button i {
    margin-left: 6px;
    margin-right: 0 !important;
}

.menu-products-item .box-btn a {
    padding: 8px 16px;
    background: #1f3637;
    color: #fff;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

@media screen and (max-width: 1400px) {
    .menu-products-item .box-btn a {
        font-size: 14px;
    }
}

.menu-products-item .box-btn a:hover {
    background: #b5945b;
}

/* ***************** */
/* aside-menu */
.aside-menu .aside-item {
    margin-bottom: 40px;
}

.aside-menu .aside-item .aside-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 28.5px;
    color: #ffd154;
}

/* aside-menu */
.aside-menu .aside-item .aside-title::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #e14343;
    content: "";
    z-index: 0;
}

/* aside-menu */
.aside-menu .aside-item .aside-title::before {
    z-index: 1;
    height: 3px;
    bottom: -1px;
    position: absolute;
    background: #e14343;
    content: "";
    width: 131.16px;
}

/* aside-menu */
.aside-menu .aside-item ul {
    padding-left: 15px;
}

.aside-menu .aside-item ul li {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    margin-bottom: 29px;
    list-style: disc;
    text-transform: uppercase;
}

.aside-menu .aside-item ul li:last-child {
    margin-bottom: 0;
}

.aside-menu .aside-item ul li a {
    transition: all ease 0.4s;
}

.aside-menu .aside-item ul li.active a {
    color: #ffd154;
}

.aside-menu .aside-item ul li a:hover {
    color: #ffd154;
}

.aside-menu .aside-item .aside-products {
    margin-bottom: 24px;
}

.aside-menu .aside-item .aside-products .box-img {
    height: 114px;
    width: 114px;
    overflow: hidden;
}

.aside-menu .aside-item .aside-products .box-img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.aside-menu .aside-item .aside-products .aside-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    margin-bottom: 18px;
    color: #000000;
    transition: all ease 0.4s;
}

.aside-menu .aside-item .aside-products .aside-products-name:hover {
    color: #e14343;
}

.aside-menu .aside-item .aside-products span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
}

.aside-menu .aside-item .aside-products span.sale-price {
    text-decoration: line-through;
    color: #b9afaf;
}

.aside-menu .aside-item .aside-products span.real-price {
    color: #e14343;
}

.aside-menu .mad-banner-inner .mad-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #ffffff;
}

.aside-menu .mad-banner-inner p {
    font-family: "Roboto" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    margin-bottom: 14px;
    color: #ffffff;
}

.aside-menu .mad-widget {
    margin-bottom: 40px;
}

/* products-detail page */
/* ********* */
.products-detail .products-detail-main h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* or 42px */

    color: #000000;
    margin-bottom: 13px;
}

.products-detail .products-detail-main .products-detail-main-desc {
    background: #f0f0f0;
    padding: 16.5px;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .products-detail-main-desc p {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 18px */
    margin-bottom: 18px;
    color: #000000;
}

.products-detail .products-detail-main .products-detail-main-desc p:last-child {
    margin-bottom: 0;
}

.products-detail .products-detail-main .gr-price {
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-price span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: line-through;

    color: #b9afaf;
}

.products-detail .products-detail-main .gr-price span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none !important;
    /* identical to box height */

    color: #e14343;
    margin-left: 9px;
}

.products-detail .products-detail-main .gr-sl {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-sl span {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    margin-right: 52px;
    color: #000000;
}

.products-detail .products-detail-main .gr-sl .buttons_added input {
    height: 32px !important;
    width: 82px !important;
    padding-left: 17px;
    padding-right: 3px;
    background: #fff;
}

.products-detail .products-detail-main .gr-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.products-detail .products-detail-main .gr-btn .add-to-cart {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    text-align: center;

    /* Mau/02 */

    color: #b5945b;
    border: 1px solid #b5945b;
    padding: 12.5px 32.5px;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn .add-to-cart:hover {
    background: #b5945b;
    color: #fff;
}

.products-detail .products-detail-main .gr-btn .add-to-cart i {
    margin-right: 8px;
}

.products-detail .products-detail-main .gr-btn a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
    background: #1f3637;
    padding: 12.5px 40px;
    width: 50%;
    border: 1px solid #1f3637;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn a:hover {
    background: #fff;
    color: #e14343;
}

.products-detail .products-detail-main .products-detail-main-intro {
    padding: 24px;
    border-top: 1px solid #b7b4b4;
    border-bottom: 1px solid #b7b4b4;
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    line-height: 24px;
}

@media screen and (max-width: 1400px) {
    .products-detail .products-detail-main .gr-btn a {
        font-size: 16px;
    }

    .products-detail .products-detail-main .gr-btn .add-to-cart {
        font-size: 16px;
    }
}

.products-detail .products-detail-main .products-detail-main-intro span {
    color: #e14343;
    font-weight: 700;
}

.products-detail .box-hdsd {
    background: #f5f2f2;
    margin-top: 56px;
    padding: 35px 56px;
    font-family: "Verdana";
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    color: #000000;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .products-detail .box-hdsd {
        padding: 20px 15px;
    }
}

.products-detail .box-hdsd h4 {
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
}

.products-detail .box-share {
    display: flex;
    align-items: center;
    border-bottom: #b5945b 1px solid;
    border-top: #b5945b 1px solid;
    padding: 20px 0;
}

.products-detail .box-share span {
    font-size: 24px;
    margin-right: 15px;
}

/* more-products */
/* ********** */
.more-products {
    margin-bottom: 70px;
}

.more-products .more-products-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */

    /* Mau/02 */

    color: #b5945b;
    margin-bottom: 40px;
}

/* cart page */
/* *********** */
.cart .table-responsive table {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead th {
    background: #1d1b1b;
    border: 1px solid #ddd;
    text-align: center;
}

.cart .table-responsive table thead th h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    text-align: center;

    color: #ffffff;
}

.cart .table-responsive table tr {
    border: 1px solid #ddd;
}

.cart .table-responsive table tr td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.cart .table-responsive table tr td .name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

    text-align: center;

    color: #000000;
}

.cart .table-responsive table tr td input {
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.cart .table-responsive table tr td .quantity {
    width: 100%;
}

.cart .table-responsive table tr td .quantity button {
    color: #000;
}

.cart .table-responsive table tr td button {
    font-size: 24px;
    font-weight: 700;
}

.cart .table-responsive table tr td .price {
    color: #000000;
    font-weight: 500;
}

.cart .cart-info {
    margin-top: 48px;
}

.cart .cart-info .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    margin-bottom: 25px;
    color: #000000;
}

.cart .cart-info form .gr-input input {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 17.5px 32px;
    border: 1px solid #000000;
    margin-bottom: 8px;
    background: #fff;
}

.cart .cart-info form .gr-input input::placeholder {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.cart .cart-info .form-check label::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.cart .cart-info .form-check {
    margin-top: 16px;
}

.cart .cart-info .form-check label {
    padding-left: 30px;
    line-height: 18px;
}

.cart .cart-info .form-check label::after {
    width: 14px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    left: 4px;
    top: 2px;
}

.cart .gr-price {
    padding: 22px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 36.87px;
    display: flex;
    justify-content: space-between;
}

.cart .gr-price span {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    color: #000000;
}

.cart .gr-price span.price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    text-align: center;

    /* Mau/01 */

    color: #e14343;
}

.cart .gr-payment {
    margin-top: 76px;
}

.cart .gr-payment .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    color: #000000;
    margin-bottom: 24px;
}

.cart .gr-payment .form-check label {
    /* background: #f9ebeb; */
    padding-left: 15px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
}

.cart .gr-payment .form-check label::before {
    left: -30px;
    width: 18px;
    height: 18px;
    top: 15px;
}

.cart .gr-payment .form-check label::after {
    font-size: 14px;
    height: 14px;
    width: 14px;
    top: 19px;
    left: -25.5px;
}

.cart .gr-payment .more-info {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-size: 16px;
}

.cart .cart-btn {
    margin-left: auto;
    display: block;
    margin-top: 32px;
    background: #e14343;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    border: 1px solid #e14343;
}

.cart .cart-btn:hover {
    background: #fff;
    color: #e14343;
}

/* ******* */

.banner .banner-slider img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
    object-fit: cover;
}

/* .banner .banner-slider .owl-item.active img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
} */

.menu-products-item .box-img {
    aspect-ratio: 3/2;
}

.menu-products-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.setmenu-item .price .sale-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    display: block;
}
.mad-logo img {
    background: transparent;
}
.mad-header {
    background: #1f3538;
}
iframe .html5-main-video {
    width: 100% !important;
    left: 0 !important;
}
.mad-header.header-white .mad-navigation>li>a,
.mad-header.header-white .mad-actions .mad-item-link {
    color: #fff;
}

.list-menu .home-menu-item figure {
    aspect-ratio: 4/3;
}
.list-menu .home-menu-item figure img {
    height: 100%;
    object-fit: cover;
}
.mad-footer {
    background: var(--bg);
    position: relative;
    background-position: bottom;
    padding: 60px 0 60px;
    color: #fff;
}
.copyrights {
    color: rgba(255,255,255, 0.7);
}
.copyrights a {
    color: #fff;
}
.mad-footer h5 {
    color: #b5945b;
}
.mad-footer ul li {
    color: #fff;
}
.mad-footer ul li a {
    color: #fff;
}
.mad-footer ul li {
    margin-bottom: 10px;
}
.mad-footer .counter em {
    margin-right: 10px;
}
.mad-footer .counter span:last-child {
    margin-left: 5px;
}
.experience .row .box-content .experience-title {
    font-size: 2.5rem;
    text-align: center;
}
.mad-footer .mad-hr-list a {
    color: #fff 
} 
.mad-social-icons>ul li a {
    color: #b5945b;
}
.mad-link.color-2,
.mad-text-link.color-2 {
    color: #fff; 
} 
.mad-footer .btn {
    border: 2px solid #b5945b;
    color: #b5945b;
}
.service {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.service h2 {
    font-size: 2.5rem;
}
.service .option:hover img {
    filter: none !important;
}
.service .option p {
    font-size: 16px;
    line-height: 1.5;
}

.service .option h3 {
    font-size: 24px;
    margin-top: 16px;
}
.mad-navigation {
    font-family: var(--font-1);
}

.next {
    padding: 80px 0;
    padding-top: 0;
}
.booking {
    padding: 80px 0;
}
.home-menu-item .row {
    align-items: stretch !important;
    position: relative;
    
}
.home-menu-item .row [class*="col-"]:first-child {
    position: relative;
    background: #F4D8BA;
}
.feedback {
    background: #F4D8BA;
    padding: 60px 0;
}
.feedback h2 {
    margin-bottom: 0;
}
.home-menu-item .row [class*="col-"]:first-child::before {
    background-image: url(../images/bg-menu-4.png);
    background-size: 100%;
    position: absolute;
    inset: 0;
    content: "";
    background-repeat: no-repeat;
} 
.mad-back-to-top {
    height: 40px;
    right: 10px;
    display: flex;
    bottom: 150px;
    justify-content: center;
    align-items: center;
    width: 40px;
}
.box-language  {
    display: flex;
    align-items: center;
    margin-right: 0;
    gap: 10px;
    margin-left: 20px;
}
.box-language img {
    width:40px !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.mad-breadcrumb {
    /* margin-bottom: 40px; */
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
    font-family: var(--font-1);
    font-size: 2.5rem;
    line-height: 2.5;
}
.mad-entity .mad-entity-media img {
    object-fit: cover;
}
.mad-header.header-white [class*="mad-header-section--sticky"].mad-header-section--sticked {
    background: var(--bg); 
}
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a {
    color: #fff !important; 
} 
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a::before {
    background: #fff !important; }
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: #fff;
}
.about {
    /* padding-top: 0 !important;  */
} 
.phone-vr-circle-fill {
    width: 55px;
    height: 55px;
}
.phone-vr-circle-fill {
    top: 17px;
    left: 17px;
}
#button-contact-vr .button-contact .phone-vr {
    height: 80px;
}
.mad-back-to-top {
    top: unset;
    bottom: 50px;
}
#zalo-vr, #mess {
    height: 60px;
}
#mess .phone-vr-img-circle, #zalo-vr .phone-vr-img-circle {
 animation: unset
}
@media screen and (max-width: 996px) {
    .experience .row .box-content {
       padding: 20px 0;
       padding-left: 15px;
       padding-right: 15px;
    } 
        .mad-breadcrumb .mad-page-title {
            font-size: 24px !important;
        }
    .experience .row [class*="col-"]:first-child {
       order: 2;
       padding-left: 15px;
       padding-right: 15px;
    } 
    
    .experience {
        padding-top: 20px !important;   
    } 
    .experience .row .box-content .experience-title {
        font-size: 28px;     
    }
    .experience .row .box-content p {
        font-size: 20px;
        text-align: justify;
    }
    .mad-tabs-container .mad-tab {
        padding-top: 20px;
    }
    .list-menu {
        background: #F4D8BA;
        padding-bottom: 20px !important;
    }
    .home-menu-item .row [class*="col-"]:first-child::before {
        display: none;
    }
    .home-menu-item .mad-specs {
        padding: 10px 0;
    }
    .home-menu-item .mad-specs h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .next {
        padding: 20px 0;
        padding-top: 40px;
    }
    .next h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .next .row:not(.no-gutters):not(.col-no-space).vr-size-2>[class*="col"] {
        padding-bottom: 0;
    }
    .next p {
        margin-bottom: 10px !important;
        text-align: justify;
        font-size: 16px;
    }
    .feedback [class*="col-"]:first-child {
        order: 2;
    }
    .feedback {
        padding: 40px 0;
    }
    .feedback h2 {
        font-size: 24px;
    }
     .feedback   .owl-dots {
        margin-top: 20px;
     }
     .feedback .mad-wave-item.with-bts {
        margin-bottom: 0 ;
     }
        .booking {
        padding: 30px 0;
        }
    .booking h2 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }
    .booking p {
        font-size: 16px;
    }
    .mad-footer .logo {
        margin: 0 auto;
        width: 150px;
    }
    .mad-footer h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mad-footer .mad-footer-main:not(:last-child) {
        margin-bottom: 2rem;
    }
    .copyrights {
        padding-left: 10px;
        padding-right: 10px;
    }
    h2 {
        margin-bottom: 10px !important;
        font-size: 24px;
    }
    .mad-breadcrumb {
        padding: 50px 0;
        margin-bottom: 20px;
    }
    #cart_san-pham {
        display: none;
    }
    .box-language {
        order: 2;
        margin-right: 0 !important;
        margin-left: 0;
        gap: 5px;
    }
    .mad-logo {
        margin-left: 50px;
    }
    .mad-actions > .mad-item{
        position: fixed;
        bottom: 300px;
        right:10px;
        height:40px;
        width:40px;
        display: flex;
        background: #b5945b;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .mad-actions .mad-item-link i {
        font-size: 20px;
    }
  .mad-header .container {
      padding: 0;
  }
} 

.list-menu .box-title {
    text-align: center;
    margin-bottom: 30px;
}
.list-menu .box-title h2 {
    margin-bottom: 20px;
}
#button-contact-vr {
    right: 0;
    bottom: 105px;
}
#button-contact-vr .hotline-bar {
    display: none;
}

/* Typeof product */
/* TYPEOF PRODUCT */

.branch {
    padding: 60px 0;
    background: #f8f9fa;
}

.branch .branch-list .branch-item {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .branch .branch-list .branch-item {
        gap: 0;
    }
}

.branch .branch-list .branch-item:nth-child(odd) {
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .branch .branch-list .branch-item:nth-child(odd) {
        flex-direction: column;
    }
}

.branch .branch-list .branch-item:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .branch .branch-list .branch-item:nth-child(even) {
        flex-direction: column;
    }
}

.branch .branch-list .branch-item .branch-left {
    width: 50%;
}

@media (max-width: 767.98px) {
    .branch .branch-list .branch-item .branch-left {
        width: 100%;
    }
}

.branch .branch-list .branch-item .branch-left .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.branch .branch-list .branch-item .branch-left .branch-slider .item .box-img {
    width: 100%;
    max-height: 364px;
    display: block;
    height: auto;
}

.branch .branch-list .branch-item .branch-left .branch-slider .item .box-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots {
    position: relative;
    bottom: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots li {
    margin: 0;
    padding: 0;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots li button {
    border: none;
    background: 0 0;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots li button::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1f3538;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots li.slick-active button::before {
    background-color: #fff;
}

.branch .branch-list .branch-item .branch-left .branch-slider .slick-dots li:hover button::before {
    background-color: #fff;
    opacity: 0.7 !important;
}

.branch .branch-list .branch-item .branch-right {
    width: 50%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .branch .branch-list .branch-item .branch-right {
        width: 100%;
    }
}

.branch .branch-list .branch-item .branch-right h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 16px !important;
}

.branch .branch-list .branch-item .branch-right ul {
    padding-left: 16px;
}

.branch .branch-list .branch-item .branch-right ul li {
    font-size: 20px;
    color: #282828;
    padding-left: 8px;
    margin-bottom: 8px;
    position: relative;
}

/* .branch .branch-list .branch-item .branch-right ul li::before {
    content: "❖";
    color: var(--main-color);
    position: absolute;
    left: -16px;
} */

.layout-canho .box-title h2 span {
    font-size: 20px;
    color: var(--seocond);
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-family: "SVN-Museo Sans", sans-serif;
}

.layout-canho a .box-img {
    border: 10px solid var(--third);
    margin-bottom: 10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15)
}

.branch .branch-list .branch-item .branch-right h4 {
    font-size: 20px;
    font-family: var(--font-new);
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 20px;
}

.branch .branch-list .branch-item .branch-left .branch-slider .item .box-img {
    width: 100%;
    max-height: unset;
    display: block;
    height: auto;
    aspect-ratio: 3/2;
}

/* Blog */

.blog {
    padding: 60px 0;
}

.blog .blog-item .box-content h3 {
    font-size: 20px;

    display: -webkit-box;
        /* Tạo box dạng flex cho webkit */
        -webkit-line-clamp: 2;
        /* Giới hạn số dòng */
        -webkit-box-orient: vertical;
        /* Thiết lập hướng dọc */
        overflow: hidden;
        /* Ẩn phần dư thừa */
        text-overflow: ellipsis;
}

.blog .blog-item .box-img {
    width: 100%;
        position: relative;
        overflow: hidden;
}



.blog .blog-item .box-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    aspect-ratio: 3/2;
}

.blog .blog-item .box-img:hover::before {
    left: 10px;
    top: 10px;
}

.blog .blog-item .box-img:hover::after {
    right: 10px;
    bottom: 10px;
}

.blog .blog-item .box-img:hover img {
    transform: scale(1.1);
}

.blog .blog-item .box-img::after,
.blog .blog-item .box-img::before {
    position: absolute;
    content: "";
    --wh: 40px;
    width: var(--wh);
    height: var(--wh);
    transition: all 0.3s ease;
    z-index: 1;
}

.blog .blog-item .box-img::before {
    left: -10px;
    top: -10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.blog .blog-item .box-img::after {
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}


.blog .blog-item .box-content {
    margin-top: 16px;
}

.mad-footer .mad-footer-main ul li span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.mad-footer h5 {
    margin-bottom: 0;
}

.about-item .about-content ul li span {
    color: #000;
    font-weight: bold;
    font-style: italic;
}
.about-item .about-content ul li p {
    margin-bottom: 8px;
}


/* Services */
.service-about {
    padding: 60px 0;
}

.service-about .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .service-about .content {
        margin-bottom: 24px;
    }
}

.service-about .content h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-about .content p {
    font-size: 20px;
    line-height: 28px;
    color: #555;
}

.service-about .content .btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    background: #1f3538;
    border-radius: var(--radius);
}

.service-about .content .btn:hover::after {
    width: 100%;
    left: 0;
}

.service-about .content .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #b5945b;
    transition: all 0.3s ease;
    z-index: 1;
}

.service-about .content .btn .text {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -0.2rem;
    font-weight: 600;
}

.service-about .box-img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.service-about .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-us {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.service-us h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}

.service-us .item {
    /* background-color: #fff; */
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* height: 380px; */
}

@media (max-width: 991.98px) {
    .service-us .item {
        /* margin-bottom: 24px; */
    }
}

.service-us .item .box-img {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
}

.service-us .item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-us .item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.service-us .item p {
    font-size: 20px;
    line-height: 28px;
    color: #555;
    text-align: center;
}

.service-us .view-menu {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.service-us .view-menu a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    background: #1f3538;
    border-radius: var(--radius);
}

.service-us .view-menu a:hover::after {
    width: 100%;
    left: 0;
}

.service-us .view-menu a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #b5945b;
    transition: all 0.3s ease;
    z-index: 1;
}

.service-us .view-menu a .text {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -0.2rem;
    font-weight: 600;
}

.service-contact {
    padding: 60px 0;
}

.service-contact h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-contact .contact {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.service-contact .contact ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.service-contact .contact ul li {
    font-style: normal;
}

.service-venues {
    padding: 60px 0;
}

.service-venues .venue-item .row {
    align-items: center;
}

.service-venues .venue-item .row .box-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service-venues .venue-item .row .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-venues .venue-item .venue-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.service-venues .venue-item .venue-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 16px;
}

.service-venues .venue-item .venue-content .venue-item__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    background: #1f3538;
    border-radius: var(--radius);
}

.service-venues .venue-item .venue-content .venue-item__link:hover::after {
    width: 100%;
    left: 0;
}

.service-venues .venue-item .venue-content .venue-item__link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #b5945b;
    transition: all 0.3s ease;
    z-index: 1;
}

.service-venues .venue-item .venue-content .venue-item__link span {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -0.2rem;
    font-weight: 600;
}


/* BANNER */
@media (max-width: 575.98px) {
    .home__banner {
        margin-top: 0px;
    }
}

.home__banner .banner-sliderr .banner-slider-item {
    position: relative;
}

.home__banner .banner-sliderr .banner-slider-item .box-img {
    max-width: 100%;
    height: 600px;
    display: block;
}

@media (max-width: 575.98px) {
    .home__banner .banner-sliderr .banner-slider-item .box-img {
        height: 100%;
    }
}

.home__banner .banner-sliderr .banner-slider-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 56px 24px 24px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi {
        width: 100%;
    }
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1f3538;
    z-index: -1;
    transition: 0.5s ease-in-out 0.3s;
}

@media (max-width: 767.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi::before {
        background: rgba(31, 53, 56, 0.85);
    }
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content {
    margin-left: calc((100vw - 1260px) / 2);
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content {
        margin-left: 0;
    }
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content h1 {
    position: relative;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 1s ease-in-out 0.8s;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content h1 {
        font-size: 20px;
    }
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list {
    display: flex;
    gap: 16px;
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list .item-breadcrumb {
    position: relative;
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list .item-breadcrumb:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--second-color);
    display: block;
    top: 54%;
    transform: translateY(-50%);
    left: -10px;
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list .item-breadcrumb a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 8px 20px;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    background: #b5945b;
    border-radius: var(--radius);
    height: 48px;
}

.home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list .item-breadcrumb a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: red;
    transition: all 0.3s ease;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list .item-breadcrumb a{
        padding: 4px 10px;
    }

        .home__banner .banner-sliderr .banner-slider-item .banner-posi .banner-content .banner-breadcrumb .breadcrumb-list {
            justify-content: space-between;
        }
}

.venue {
    padding: 60px 0;
    background: #f8f9fa;
}

/* .venue .venue-list {
    display: flex;
    flex-direction: column;;
    gap: 48px;
} */

.venue .venue-list .venue-item {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .venue .venue-list .venue-item {
        gap: 0;
    }
}

.venue .venue-list .venue-item:nth-child(odd) {
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .venue .venue-list .venue-item:nth-child(odd) {
        flex-direction: column;
    }
}

.venue .venue-list .venue-item:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .venue .venue-list .venue-item:nth-child(even) {
        flex-direction: column;
    }
}

.venue .venue-list .venue-item .venue-left {
    width: 50%;
}

@media (max-width: 767.98px) {
    .venue .venue-list .venue-item .venue-left {
        width: 100%;
    }
}

.venue .venue-list .venue-item .venue-left .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.venue .venue-list .venue-item .venue-left .venue-slider .item .box-img {
    width: 100%;
    height: auto;
    display: block;
    height: auto;
}

.venue .venue-list .venue-item .venue-left .venue-slider .item .box-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots {
    position: relative;
    bottom: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots li {
    margin: 0;
    padding: 0;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots li button {
    border: none;
    background: 0 0;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots li button::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1f3538;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots li.slick-active button::before {
    background-color: #fff;
}

.venue .venue-list .venue-item .venue-left .venue-slider .slick-dots li:hover button::before {
    background-color: #fff;
    opacity: 0.7 !important;
}

.venue .venue-list .venue-item .venue-right {
    width: 50%;
}

@media (max-width: 767.98px) {
    .venue .venue-list .venue-item .venue-right {
        width: 100%;
    }
}

.venue .venue-list .venue-item .venue-right h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 16px !important;
    margin-top: 16px;
}

.venue .venue-list .venue-item .venue-right ul {
    /* padding-left: 16px; */
    margin-bottom: 16px;
}

.venue .venue-list .venue-item .venue-right ul li {
    font-size: 18px;
    color: #282828;
    margin-bottom: 8px;
    position: relative;
}

.order-table a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    background: #1f3538;
    border-radius: var(--radius);
}

.order-table {

}

.order-table a:hover::after {
    width: 100%;
    left: 0;
}

.order-table a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #b5945b;
    transition: all 0.3s ease;
    z-index: 1;
}

.order-table a .text {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -0.2rem;
    font-weight: 600;
}


.experience img {
    width: 100%;
    max-height: 575px;
    object-fit: cover;
}

.banner .banner-slider .item {
    max-height: 700px;
}

.banner .banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home {
    margin-bottom: 0;
}

/* Vuta - container */

[class^=vuta-container-] {
    padding-left: 10px;
    padding-right: 10px
}

.vuta-container-fluid {
    width: 100%
}

.vuta-container {
    width: min(1168px, 100%);
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}


.mad-breadcrumb--table {
    background-image: url('../images/datban/anhbiadatban.jpg');
    background-size: cover;
    background-position: center;
}
.mad-breadcrumb--menu {
    background-image: url('../images/thucdon/biathucdon.jpg');
    background-size: cover;
    background-position: center;
}


/* Circle button contact */
.menu {
    padding-top: 40px !important;
}


@media screen and (max-width: 576px) {
    .aside-menu {
        margin-top: 32px;
    }

        .mad-pagination {
            margin-left: auto;
            margin-right: auto;
        }
}


@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom2 {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

#zalo-vr .phone-vr{
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);

    background-color: #e60808;
        width: 40px;
        height: 40px;
        line-height: 40px;
        
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
        animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
#mess .phone-vr{
    box-shadow: 0 0 0 0 #0866ff;
        background-color: rgba(8, 102, 255, 0.7);

    background-color: #e60808;
        width: 40px;
        height: 40px;
        line-height: 40px;
        
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
        animation: phone-vr-circle-fill 1s infinite ease-in-out;
}


.mad-section {
    padding-bottom: 6rem;
    padding-top: 60px;
}

.mad-wave-item.with-bts {
    margin-bottom: 0;
}

.content-element-13:not(:last-child) {
    margin-bottom: 60px;
}

.mad-entity-title {
    display: -webkit-box;
    /* Tạo box dạng flex cho webkit */
    -webkit-line-clamp: 2;
    /* Giới hạn số dòng */
    -webkit-box-orient: vertical;
    /* Thiết lập hướng dọc */
    overflow: hidden;
    /* Ẩn phần dư thừa */
    text-overflow: ellipsis;
    /* Thêm dấu "..." nếu bị cắt */
}

.mad-page-title {
    font-size: 52px;
}

@media screen and (max-width: 576px) {
    .mad-page-title {
        font-size: 32px;
    }
}


@media screen and (max-width: 767px) {
    #tab-1 h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 996px) {
    .experience .row .box-content {
        padding: 20px 0;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}

@media screen and (max-width: 996px) {
    .experience .row [class*="col-"]:first-child {
        order: 2;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}

@media screen and (max-width: 996px) {
    .experience .row [class*="col-"]:first-child {
        order: 2;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}


.service .option img {
    width: 120px !important;
    height: 120px !important;
}

.about .option img {
    width: 120px !important;
    height: 120px !important;
}

.service-us .item .box-img {
    width: 120px !important;
        height: 120px !important;
}

