.tuvi .widget-title {
    width: 100%;
    min-height: 40px;
    background-image: url(https://tuvi.vn/public/images/widget-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tuvi .widget-text {
    float: right;
    margin-left: 6px;
    margin-right: 6px;
    font-family: UTM-Azuki;
    font-size: 23px;
    letter-spacing: normal;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    margin-bottom: 4px;
    text-align: center;
    z-index: 2;
}

.tuvi .widget-title::before {
    content: '';
    background-image: url(https://tuvi.vn/public/images/widget-corner.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
}

.tuvi .widget-title::after {
    content: '';
    background-image: url(https://tuvi.vn/public/images/widget-corner.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
}

.tv-content {
    padding: 15px;
    box-shadow: 0px 0px 10px -6px #000;
    background-color: #fff;
}

p.text-description {
    text-align: justify !important;
}

span.txt-content-bold.color-highlight {
    color: red;
    font-size: 1rem;
    font-weight: 700;
}

.tuvi li {
    list-style: inside;
}

.tv-tracuu {
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-width: 800px;
    margin: 20px auto 35px;
}

p.tv-label {
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    font-family: UTM-Azuki;
    font-size: 24px;
    line-height: 1.13;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .6);
    color: #ffee81 !important;
}

.tv-title {
    position: relative !important;
}

.tv-form {
    position: relative;
    width: 100%;
    min-height: 233px;
    background-color: #a21313;
    padding: 2px;
}

.dien-thong-tin-corner-tl {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
}

.dien-thong-tin-corner-tr {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
}

.dien-thong-tin-corner-bl {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    transform: rotate(270deg);
}

.dien-thong-tin-corner-br {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
}

label.control-label {
    font-size: .875rem;
    font-weight: 500;
    color: #fff !important;
}

select.selectngaysinh {
    height: 36px;
    border: solid 1px var(--border-color);
    padding-left: 5px;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group>div {
    display: flex;
    column-gap: 15px;
    /* padding: 0 15px; */
}

.dien-thong-tin-form {
    padding: 15px;
}

button.btn.btn-primary-kd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #928217;
    border: none;
    border-radius: 3px;
    white-space: nowrap;
}

div#noidung img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tuvi.full-width.bg-white {
    background: url('https://i.pinimg.com/736x/4c/7c/31/4c7c31ed72b6f5ec5683b62ca03b25d8sda.jpg')!important;
    background-attachment: fixed!important;
}
.co-ban {
    border: 2px solid red;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}
.corner-top-left {
    left: 0;
    top: 0;
}
.corner-bottom-left {
    left: 0;
    bottom: -2px;
}
.corner-top-right {
    right: -2px;
    top: 0;
}
.corner-bottom-right {
    right: -2px;
    bottom: -1px;
}
.con-giap {
    float: left;
    margin-right: 15px;
}
.corner {
    position: absolute;
    z-index: 1;
    background: 0 0;
}
.corner>div {
    width: 14px;
    height: 14px;
}
.corner-top-left>div div:nth-child(1) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 0;
}
.corner-top-left>div div:nth-child(2) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 7px;
}
.corner-top-left>div div:nth-child(3) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 0;
}
.corner-top-left>div div:nth-child(4) {
    background: #fff;
    z-index: -1;
    width: 7px;
    height: 14px;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    top: 0;
    left: 0;
}
.corner-top-left>div div:nth-child(4) {
    background: #fff;
    z-index: -1;
    width: 7px;
    height: 14px;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    top: 0;
    left: 0;
}
.corner-top-left>div div:nth-child(6) {
    width: 2px;
    height: 2px;
    border: 1px solid red;
    top: 4px;
    left: 4px;
}
.corner-bottom-left>div div:nth-child(1) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 0
}

.corner-bottom-left>div div:nth-child(2) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 7px
}

.corner-bottom-left>div div:nth-child(3) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 0
}

.corner-bottom-left>div div:nth-child(4) {
    background: #fff;
    z-index: -1;
    width: 7px;
    height: 14px;
    border-top: 1px solid red;
    border-right: 1px solid red;
    top: -2px;
    left: 0
}

.corner-bottom-left>div div:nth-child(5) {
    background: #fff;
    z-index: -1;
    width: 14px;
    height: 7px;
    border-top: 1px solid red;
    border-right: 1px solid red;
    top: 5px;
    left: 0
}

.corner-bottom-left>div div:nth-child(6) {
    width: 2px;
    height: 2px;
    border: 1px solid red;
    top: 4px;
    left: 4px
}

.corner-bottom-right>div div:nth-child(1) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 7px
}

.corner-bottom-right>div div:nth-child(2) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 7px
}

.corner-bottom-right>div div:nth-child(3) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 0
}

.corner-bottom-right>div div:nth-child(4) {
    background: #fff;
    z-index: -1;
    width: 7px;
    height: 14px;
    border-top: 1px solid red;
    border-left: 1px solid red;
    top: -2px;
    left: 4px
}

.corner-bottom-right>div div:nth-child(5) {
    background: #fff;
    z-index: -1;
    width: 14px;
    height: 9px;
    border-top: 1px solid red;
    border-left: 1px solid red;
    top: 4px;
    left: -2px
}

.corner-bottom-right>div div:nth-child(6) {
    width: 2px;
    height: 2px;
    border: 1px solid red;
    top: 4px;
    left: 4px
}

.corner-top-right>div div:nth-child(1) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 0
}

.corner-top-right>div div:nth-child(2) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 0;
    left: 7px
}

.corner-top-right>div div:nth-child(3) {
    width: 2px;
    height: 2px;
    border: 2px solid red;
    top: 7px;
    left: 7px
}

.corner-top-right>div div:nth-child(4) {
    background: #fff;
    z-index: -1;
    width: 7px;
    height: 14px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    top: 0;
    left: 5px
}

.corner-top-right>div div:nth-child(5) {
    background: #fff;
    z-index: -1;
    width: 14px;
    height: 7px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    top: 0;
    left: -2px
}

.corner-top-right>div div:nth-child(6) {
    width: 2px;
    height: 2px;
    border: 1px solid red;
    top: 4px;
    left: 4px
}
.luangiai-title {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    color: #a21313;
  }
  
  .luangiai-title::before,
  .luangiai-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px; /* Độ dài của đường kẻ hoặc hoa văn */
    height: 2px;  /* Độ dày của đường kẻ */
    background: #ccc; /* Màu sắc của đường kẻ */
  }
  
  .luangiai-title::before {
    left: 0;
    transform: translateY(-50%);
  }
  
  .luangiai-title::after {
    right: 0;
    transform: translateY(-50%);
  }
  input.input_name {
    height: 36px;
    border: solid 1px var(--border-color);
    padding-left: 5px;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}