/* Nền dùng chung: biến màu, reset, typography, container và utility cơ bản. */

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-main: #002cad;

    /* Màu bộ nút */
    --color-main1: #020C6A;
    --color-main2: #1A85F8;
    --color-main3: #66E5FB;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

.wrap-main ul:not([class]),
.wrap-content ul:not([class]) {
    margin-left: 40px !important;
    margin-top: 0.5rem !important;
}

a:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

blockquote {
    padding-left: 10px;
    border-left: 4px solid var(--color-red);
}

p {
    margin-bottom: 8px;
}


a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.text-align-center {
    text-align: center !important;
}

.fixwidth,
.fixpage {
    max-width: 1200px;
    margin: auto;
}

.wrap {
    text-align: center;
}

.modal-header {
    text-align: center;
    width: 100%;
    justify-content: center;
}

.modal-header h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #999;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden,
.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 40px 0;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

/* General */

.title-main {
    margin: 1.5rem 0;
    text-align: center;
}

.title-main span {
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    font-family: var(--base-font-heading, var(--base-font-primary, Arial));
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    font: inherit;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

.control-carousel:focus-visible {
    outline: 2px solid var(--color-main);
    outline-offset: 2px;
}

.control-carousel.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.pagetitle {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-family: var(--base-font-heading, var(--base-font-primary, Arial));
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}
