@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --main-color: #0B0F19;
    --font-body: "Inter", sans-serif;
    --border-main-color: #e2e8f0;
    --bg-gradient: linear-gradient(180deg, #0B0F19 0%, #111827 100%);
    --cta-color: #F59E0B;
    --bg-color: #F8FAFC;
    --main-color2: #334155;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4{
    line-height: 1.2;
    font-weight: 600;
}

a, button, .item-has-hover{
    transition: all 0.3s;
}

.text-main{
    color: var(--main-color);
}

.text-main2{
    color: var(--main-color2);
}

.bg-main, .hover-bg-main:hover{
    background: var(--main-color);
}

.border-main-color{
    border-color: var(--border-main-color);
}

.bg-gradient{
    background: var(--bg-gradient);
}

.bg-cta, .hover-bg-cta:hover{
    background: var(--cta-color);
}

.border-cta{
    border-color: var(--cta-color);
}

.bg-color{
    background: var(--bg-color);
}

.item-has-hover:hover{
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -8px rgba(41, 54, 59, .3);
}

.text-colo-cta, .hover-text-color-cta:hover{
    color: var(--cta-color);
}

.bg-main2{
    background: var(--main-color2);
}

.text-color-border{
    color: var(--bg-color);
}

.box-content6 .box-content .item .btn-title, .box-content6 .box-content .item .btn-title svg{
    transition: all 0.3s;
}

.box-content6 .box-content .item .btn-title.active{
    border-color: var(--cta-color);
    color: var(--cta-color);
    background: #E2E8F0;
}

.box-content6 .box-content .item .btn-title.active svg{
    rotate: 180deg;
    fill: var(--cta-color);
}


.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);
}
.slider-home .owl-prev {
    left: 20px;
}
.slider-home .owl-next {
    right: 20px;
}
.owl-nav > div {
    background-color: #000;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.owl-dots .owl-dot {
    width: 32px;
    height: 2px;
    background: #ddd;
    margin: 0px 2px;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.owl-dots .owl-dot.active {
    background: #000;
}

.box_content p{

    margin: 13px 0;

}

.box_content h2{

    margin: 16px 0;

    font-size: var(--font-h2);

    line-height: 1.2;

}

.box_content a{

    color: #0782C1;

}

.box_content iframe, .box_content img, .box_content table{

    max-width: 100%;
    height: auto !important;

}

.box_content iframe{
    aspect-ratio: 16 / 9;
}

.box_content p[style="text-align: center;"] iframe, .box_content p[style="text-align: center;"] img, .box_content p[style="text-align: center;"] table{

    margin: 0 auto;

}

/* .box_content li,.box_content h2,.box_content h3,.box_content p,.box_content td{

    color: #5c322b;

} */

.box_content ul{

    margin: 13px 0;

    padding: 0 40px;

    list-style-type: disc;

}

.box_content h3{

    font-size: var(--font-h3);

    line-height: 1.2;

    margin: 15px 0;

}

.box_content ol{

    margin: 13px 0;

    padding: 0 40px;

    list-style-type: decimal;

}

.box_content blockquote{

    padding: 2px 8px 2px 20px;

    margin: 13px 40px;

    border-left: 5px solid #ccc;

}

.box_content table {
    
    overflow-y: hidden;

    overflow-x: auto;

    display: flex;
}

.box_content table tr,table td{

    border: 1px solid #5c322b;



}

.box_content table td{

    padding: 10px;

}

.description.box_content tr:nth-child(even) {

    background-color: #f2f2f2;
}

.btn-contact-fixed .btn-zalo .circle-fill{
    box-shadow: 0 0 0 0 #2196F3;
}

.btn-contact-fixed .btn-phone .circle-fill{
    box-shadow: 0 0 0 0 #dd3333;
}

.btn-contact-fixed .circle-fill{
    animation: zoom 1.3s infinite;
}

.home-slider .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b0f19b3;
}

@keyframes zoom{
    0%{
        transform: scale(.9);
    }
    70%{
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100%{
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}


