span.hlw {
    color: red;
    font-weight: bold;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: inherit;
    }
    html {
        font-size: 12px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .desktop {
        display: inherit;
    }
    .mobile {
        display: none !important;
    }
    html {
        font-size: 14px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

body {
    /* background-image: url(/public/images/bare-tree.jpg); */
    background-size: cover;
    margin-top: 80px;
}

.container {
    max-width: 960px;
    background-color: white;
    /* margin-top: -20px; */
    /* padding-top: 30px; */
}

.p-2:hover {
    /* text-decoration: none; */
}

.logo-header {
    height: 50px;
}

.text-dark:hover {
    color: blue;
}

.center {
    justify-content: center;
    display: flex;
}

.searchBox {
    background-color: #0d47a1;
    padding: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.intructor-search {
    color: white;
    padding-left: 20px;
}

.text-card-header {
    font-weight: 900;
    font-size: 10px;
    background-color: #0d47a1;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.button-action {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(253, 86, 25);
    border-radius: 999px;
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
    padding-right: 15px;
    margin-bottom: 15px;
    padding-left: 12px;
    height: 35px;
}

.button-action:hover {
    text-decoration: none;
}

.phone-action {
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
}

.icon {
    /* border-radius: 999px; */
    margin-right: auto;
    height: 25px;
    /* position: absolute; */
}

.order {
    display: flex;
    flex-direction: column;
}

.order-name {
    margin: 0px;
    color: #00c853;
    font-weight: bold;
}

.order-phone {
    margin: 0px;
}

.order-time {
    background-color: #0091ea;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.count-sim {
    display: flex;
    justify-content: space-between;
}

.count-sim-title {
    font-weight: bold;
    width: calc(100% - 100px);
}

.oneLine {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.count-sim-count {
    color: blue;
}

.sim-info {
    border-color: blue;
    border: dashed;
    border-width: 3px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    background-color: beige;
}

.simCard {
    justify-content: space-between;
    align-items: baseline;
    display: flex;
}

.simCardSDT {
    font-weight: bold;
    font-size: x-large;
    color: red;
}

.simCardGia {
    font-weight: bold;
    font-size: large;
}

.formDatSim-input {
    margin-bottom: 10px;
}

.formDatSim {
    margin: 40px 0 30px 0;
    background-color: aliceblue;
    padding: 20px;
    border-radius: 10px;
}

.formDatSim-title {
    font-size: large;
    font-weight: 900;
    text-align: center;
}

.muasim-sim-title {
    font-weight: bold;
    margin: 0 0 30px 0;
}

.muasim-huongdan {
    padding: 10px;
    margin: 10px 0 10px 0;
    border: solid;
    background-color: aliceblue;
}

.title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: #0d47a1;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border: outset;
    border-color: #0d47a1;
    border-radius: 10px;
}

.loaisim--main {
    border: solid;
    border-width: 0 0 0.5px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    border-color: rgba(13, 71, 161, 0.5);
    font-weight: bold;
    text-transform: capitalize;
}
.loaisim--main:last-child {
    border-width: 0;
    padding-bottom: 0;
}
.loaisim--main:first-child {
    padding-top: 0;
}
.loaisim--main a {
    text-decoration: none;
}
.cell {
    padding-left: 10px;
    padding-right: 10px;
}

.bottom-action {
    background-color: #0d47a1;
    color: white;
    width: 100vw;
    padding: 6px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
}

.bottom-action .text {
    margin-bottom: 0;
    margin-top: 5px;
    color: white;
}

.bottom-action .item {
    text-align: center;
    display: block;
}

.bottom-action .icon {
    height: 25px;
}

.card-type-sim {
    margin: 5px;
    color: white;
    border-radius: 5px;
    border-width: thin;
    border-style: solid;
    padding: 5px;
}

.container-card-type {
    width: 100%;
    padding: 10px 0;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 10px;
}

.wrapper {
    min-width: 320px !important;
    width: 100%;
    margin-bottom: 0px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.main-navigation {
    margin: 0 auto;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.main-navigation .row {
    justify-content: center;
    align-items: center;
}

.main-navigation .company-name {
    flex: 1;
    text-align: center;
}

.main-navigation .company-name p {
    margin: 0;
    padding: 0;
}

.company-name-name {
    text-transform: uppercase;
    color: #0d47a1;
    font-weight: bold;
}

.company-name-hotline {
}

.main-menu {
    color: #fff;
    padding-right: 50px;
    float: right;
    margin-bottom: 0;
}

.main-menu li {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 0px solid #0d47a1;
    transition: border-width 0.2s;
}

.main-menu li a {
    text-decoration: none;
}

.main-menu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.active {
    border-bottom: 2px solid #0d47a1 !important;
}

.main-menu li:hover {
    cursor: pointer;
    border-width: 2px;
}

.main-menu li:first-child {
    margin-left: 0;
}

.logo {
    margin-left: 50px;
}

.nav-color {
    background-color: #0d47a1;
}

.mobile-menu-icon {
    display: none;
    color: #0d47a1;
    font-size: 23px;
    float: right;
    margin-right: 50px;
}

.mobile-menu-icon:hover {
    cursor: pointer;
}

.responsive-menu {
    overflow: hidden;
    z-index: 10;
    top: 20px;
    left: 0;
    height: 0px;
    width: 100%;
    background-color: #0d47a1;
    text-transform: uppercase;
}

.mobile-menu {
    margin-top: 20px;
    list-style-type: none;
    text-align: center;
    color: #0d47a1;
    font-size: 18px;
}

.mobile-menu a {
    color: white;
}

.mobile-menu li {
    margin-bottom: 10px;
    text-decoration: none;
}

@media only screen and (min-width: 941px) {
    .responsive-menu {
        display: none;
    }
    .company-name {
        display: none;
    }
}

@media only screen and (max-width: 940px) {
    .main-menu {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
}

.detail_contact {
    text-align: center;
    background: #efefef;
    border-radius: 3px;
    color: #747474;
    padding: 6px 0 5px 0;
    margin-top: 10px;
}

.hide {
    display: none;
}

#btn-see-more, #btn-see-less {
    color: blue;
    cursor: pointer;
}
