﻿body {
    font-size: 16px;
    font-family: SVN-Gilroy, sans-serif;
}
@font-face {
    font-family: 'SVN-Gilroy XBold';
    src: url('../fonts/svn-gilroy xbold.otf') format('opentype');
}
.ic-footer {
    display: flex;
    margin-bottom: 15px;
}

    .ic-footer img {
        margin-right: 10px;
    }

.box-center {
    padding: 0px 15px;
}

.box-social {
}

    .box-social img {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
}

p {
    margin: 0;
    color: #002e6e;
}

.bg-light {
    background-color: #002e6e !important;
}

.navbar-nav {
    padding-top: 15px;
}

.navbar-brand .img-pc {
    margin-left: 30px;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.collapse ul li a:hover {
    /*background-color: #194377;
    color: white !important;
    text-decoration: none;*/
}

.nav-item:hover {
    /*background-color: #194377;
    text-shadow: 2px 5px 5px rgba(255, 255, 255, 0.5);
    color: white;*/
}

.nav-item :hover {
    background-color: unset;
    color: #fff;
}


.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

.end-item {
    width: 20rem;
    background-color: #0961ae;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
}

    .nav-link.active {
        background-color: #ed2934;
        color: #fff !important;
        border-radius: 7px;
    }

#navbarResponsive {
    position: absolute;
    right: 2%;
    top: 0px;
}

#logo {
    width: 150px;
}

.img-hotline {
    width: 150px;
}

section {
    min-height: 300px;
    /*background-color: lightgray;*/
}

.main-af {
    position: relative;
    overflow-x: hidden;
}

.bg-homai {
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    mix-blend-mode: screen;
}

.bg-line {
    /*background-color: yellow;*/
    height: 5px;
    background-image: url('../Image/2026/homeline.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 990px;
    padding: 100px 0;
    height: 615px;
 
}

/*.form {
    background-image: url('../Image/2026/bg-form.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 380px;
}*/
.re-form {
    position: relative;
    width: 350px;
    height: 450px;
    margin-left: 15px;
}

form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 60px 10px;
    width: 100%;
}

h2 {
    font-size: 0.9rem;
    color: red;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.title p {
    color: #002e6e;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}

.form {
    /* Thiết lập cơ bản */
    width: 350px;
    height: 450px;
    position: relative;
    z-index: 1;
    background-color: #d11a2d;
    border-radius: 15px;
    overflow: hidden;
    transform: translate(18px, 6px) skewY(-7deg);
    box-shadow: 10px 0 10px -4px rgba(0, 0, 0, 0.3), 10px 0 4px -4px rgba(0, 0, 0, 0.1);
}

.form-bottom {
    position: absolute;
    bottom: -30px;
    left: 18px;
    width: 100%;
    height: 100px;
    background-color: #d11a2d;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), 10px 0 4px -10px rgba(0, 0, 0, 0.1);
}

.form-be {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 450px;
    z-index: 3;
    background-color: #fce899;
    border-radius: 15px;
    overflow: hidden;
    transform: translate(0px, 30px) skewY(-7deg);
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), 10px 0 4px -10px rgba(0, 0, 0, 0.1);
}

.form-bottom-be {
    position: absolute;
    bottom: -58px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-color: #fce899;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), 10px 0 4px -10px rgba(0, 0, 0, 0.1);
}
/* Loader overlay che toàn màn hình */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none; /* ẩn mặc định */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Hình xoay tròn */
.loader11 {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.fixed-top{
    z-index:0 !important;
}
.main {
     background-image: url('../Image/2026/bgw1.png');
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 50px;
}

#btnRefreshCaptcha {
    padding: 0 10px;
}

#imgCaptcha {
    height: 33px;
}

#sendform {
    margin-top: 15px;
    border-radius: 15px;
    border: 1px solid #c79d40;
    padding: 3px 25px;
}

a:hover {
    text-decoration: none;
}

label {
    font-size: 0.8rem;
}

.form-control {
    font-size: 0.8rem;
}

.box-provider {
    width: 49%;
}

.form-group {
    margin-bottom: 5px;
}

.age-check {
    display: flex;
    gap: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.age-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
}

    .age-option input {
        display: none;
    }

    .age-option .dot {
        width: 12px;
        height: 12px;
        border: 2px solid #aaa;
        border-radius: 50%;
        background-color: white;
        position: relative;
    }

    .age-option.selected .dot::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 6px;
        height: 6px;
        background-color: red;
        border-radius: 50%;
    }

    .age-option.selected {
        background-color: #002e6e; /* xanh navy */
        color: #fff;
    }

.luavang {
    height: 681px;
    background-image: url('../Image/2026/luavang.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10%;
    padding-top: 10%;
    position: relative;
}

.phao {
    mix-blend-mode: screen;
}

.phao1 {
    position: fixed;
    top: 0;
    left: -100px;
}

.phao2 {
    position: fixed;
    top: 0px;
    left: -100px;
}

.phao3 {
    position: fixed;
    top: 10%;
    right: 0;
}

.phao4 {
    position: fixed;
    top: 100px;
    right: -100px;
}

.dienthoai {
    position: absolute;
    top: 0;
    left: unset !important;
    right: 8% !important;
    width: 100px;
}

.box-help {
    position: relative;
}

.bg2-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product {
    margin-top: 150px;
    background-color: rgba(0, 0, 0, 0.3);
}

#list {
    margin-top: 150px;
}

.uk-slider-items li {
    text-align: center;
    width: 30%;
}

.uk-slider-items img {
    padding: 20px 0;
    margin: auto;
}

.uk-slider-items p {
    font-weight: bold;
    color: #fff;
}
.footer .duoi18{
    font-size:12px;
}
.box-cc {
    position: relative;
    margin-top: 50px;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
}

.vetsang {
    position: absolute;
    top: 35px;
    right: 200px;
}

.gift {
    position: relative;
    margin-top: -7%;
}

.box-gift div {
    position: absolute;
    top: 0;
    left: 0;
}

.gift-item {
    position: absolute;
    top: 0;
    left: 0;
}

.pc {
    display: block;
}

.item-hl {
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:1366px) {
    .nav-link {
        font-size: 0.7rem;
    }

    .luavang {
        height: 500px;
    }

    .uk-slider-items img {
        padding: 20px;
    }
}

@media(max-width: 500px) {
    #mainNav{
        z-index:100;
    }
    .navbar-brand .img-pc {
        margin-left: 0;
    }
    .img-hotline {
        width: 115px;
    }
    .img-mb {
        position:relative;
    }
    .nav-link {
        font-size: 1rem;
    }
    #navbarResponsive-- {
        text-align: center;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .footer {
        margin-top: 50px;
        position: relative;
        background-color: #fff;
    }

    .pc {
        display: none;
    }

    .phao1 {
        top: 100px;
        left: -100px;
    }

    .phao2 {
        position: fixed;
        top: 150px;
        left: -100px;
    }

    .phao3 {
        position: fixed;
        top: 320px;
        right: 0;
    }

    .phao4 {
        position: fixed;
        top: 350px;
        right: -150px;
    }

    .gift {
        margin-top: 0;
    }

    .dienthoai {
        width: 45px;
    }
    .box-form {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0;
        height: auto;
    }
        .box-form .col-md-7,
        .box-form .col-md-5 {
            width: 100%;
            max-width: 100%;
          
            margin-top: 20px;
        }
        .box-form .col-md-5 {
            margin-left: 40px;
        }
        .box-form img.img-mb {
            width: 100%;
            margin-top: 20px;
            display: block;
        }
    .re-form {
        margin-left: -15px;
    }
    #about {
        margin-bottom: 0px;
    }
    section {
        min-height: 120px;
        position: relative;
    }
    #list{
        margin-top:0px;
    }
    #product{
        margin-top:50px;
    }

    .uk-slider-items img {
    
        width: 200px;
    }

    .item-hl {
        
        top: 30px;

        width: 430px;
    }
    .thoigian {
        width: 120%;
        margin-left: -45px;
    }
    #logo {
        width: 100px;
    }
    #product .marquee-fixed ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        padding: 0;
        list-style: none;
        overflow-x: auto; /* cuộn ngang nếu chật màn hình */
    }

    #product .marquee-fixed li {
        flex: 1 0 25%; /* 4 thùng mỗi hàng */
        text-align: center;
    }

    #product .marquee-fixed img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    #product .marquee-fixed::-webkit-scrollbar {
        display: none; /* ẩn thanh cuộn ngang */
    }
    .uk-slider-items p {
    
        font-size: 12px;
    }
    #product {
   
        background-color: unset;
    }
}

@media (max-width:390px)
{
    .box-form .col-md-7,
    .box-form .col-md-5 {

        margin-left: 0px;
    }
    .item-hl {
      
        width: 395px;
    }
}
