﻿:root {
    --color: rgb(255, 221, 87);
    --text-color: rgb(12, 53, 97);
}

.MauChu {
    color: var(--text-color);
}
* {
    margin: 0;
    padding: 0;
}
a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
label,
select,
textarea {
    cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
    cursor: text;
}

.draggable,
[draggable="true"] {
    cursor: move;
}

.loading,
body.waiting {
    cursor: wait;
}

.disabled,
[disabled] {
    cursor: not-allowed;
}
body {
    cursor: default;
}


body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}
.nav-desktop {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
    .nav-desktop .desktop-nav {
        flex: 1;
        box-sizing: border-box;
    }

.Search {
    position: sticky;
    background-color: var(--color);
    top: 0;
    z-index: 1000 !important;
}
.Search_1 {
    z-index: 1001 !important;
}

.formSearch {
    height: 50px;
    width: 100%;
}

.dropdown-item:hover {
    background-color: var(--color);
    color: red;
}

.search-box .btnSearch {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    width: 50px;
    background-color: white;
    border: 1px solid red;
    box-sizing: border-box;
    padding: 0;
}

.search-box .text-search {
    border: none;
    height: 40px;
    box-sizing: border-box;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    padding-left: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
}
    .search-box .text-search:focus {
        outline: none;
    }



@media (min-width: 1070px) {
    .mobile {
        display: none !important;
    }

    .desktop {
        display: block !important;
    }
}

@media (max-width: 1069px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

.text-color {
    color: var(--text-color);
}


.danhgia {
    min-width: 120px;
    display: none !important;
}

.choices-style {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .choices-style:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

.right-content {
    width: 200px;
    flex: 0 0 auto;
}

    .right-content a {
        color: black;
    }
    .right-content h4 {
        color: blue;
        border-bottom: 1px solid yellow;
    }
    .right-content ul li:hover {
        border-bottom-color: yellow !important;
        cursor: pointer;
        color: blue;
/*        font-weight: bold;*/
    }
    .right-content ul li a:hover {
        color: blue;
    }

.chucnang a, .chucnang button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.nganh-item {
    width: 100%;
}

.choices__list--dropdown .choices__item.is-selected {
    background-color: #0d6efd !important;
    color: #fff !important;
    font-weight: 600;
}

.choices__list--dropdown .choices__item:hover {
    background-color: #e9ecef;
    color: #000;
}

