/**/
.main-danhmuc {
    border-radius: 12px;
    background: #FFCB05;
    padding:30px 40px;
}
.main-danhmuc .item-dm a{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    padding:12px 15px;
    color: rgba(29, 63, 94, 0.80);
    font-weight: 600;
    display: block;
    text-align: center;
}
/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 85, 150, 1);
    box-shadow: 1.25px 2.5px 5px 0 rgba(0, 0, 0, 0.20);
}
div.swiper-button-next {
    right:0;
    left:auto;
/*    padding-left:5px;*/
}
div.swiper-button-prev {
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
    content:"";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #333;
}
div.swiper-button-next::after {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::after {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    opacity: .8;
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -21px;
    }
    .main-sw div.swiper-button-prev{
        left: -21px;
    }
}
/**/
.dm-tab {
    list-style: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 14px 14px;
    gap: 20px 30px;
    max-width: 1200px;
    flex-wrap: wrap;
}
.dm-tab li a {
    font-size: 20px;
    font-weight: 700;
    padding: 5px 20px;
    color: #555;
    display: inline-block;
    border-radius: 12px;
    min-width: 142px;
}
.dm-tab li {
    white-space: nowrap;
    background: #E8E8E8;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.20);
    border-radius: 11px;
}
.dm-tab-item a:hover,
.dm-tab-item.active a {
  background-color: #09882A;
  color: #fff;
}
/**/
.list-kythi{
    position: relative;
}
.list-kythi.active {
    display: block;
}


.item-kythi a {
  position: relative;
  border-radius: 16px;
  background: #51CD71;
  padding: 20px;
  display: block;
  color: #fff;
}
.banner-kythi img {
  border-radius: 20px;
  aspect-ratio: 250/147;
  width: 100%;
  display: block;
  object-fit: cover;
}
.banner-kythi .status {
  border-radius: 8px;
  background: rgba(9, 136, 42, 0.60);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.banner-kythi {
  position: relative;
  margin-bottom: 14px;
}

.kythi-meta{
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #F6B356;
}
.info-kythi h3 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info-kythi .desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.item-kythi .arrow-link {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.item-kythi {
    margin-bottom: 20px;
}
.item-kythi a:hover{
    box-shadow: 2px 3px 10px 0 rgba(6, 86, 27, 0.40);
}
.item-kythi.chua-mo{
    opacity: .5;
}
/**/
.row-title{
    margin-bottom: 40px;
}
.row-title label{
    color: #09882A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.row-title .title{
    color: #191919;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.item-kythi-ganhan a {
  padding: 12px 20px;
  color: #333;
  border-radius: 12px;
  border: 1px dashed #09882A;
  display: block;
  margin-bottom: 40px;
}
.item-kythi-ganhan a:hover {
    background-color: #D9FCE2;
}
.item-kythi-ganhan label {
  background-color: #F6B356;
  color: #fff;
  padding: 3px 18px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.item-kythi-ganhan .title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}
.item-kythi-ganhan a .arrow-link:hover rect{
    fill: transparent;
}
.item-kythi-ganhan a .arrow-link:hover path{
    stroke: #09882A;
}
/**/
.btn{
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
}
.btn.btn-primary{
    background-color: #09882A;
    border: 1px solid #09882A;
}
.btn.btn-primary:hover{
    background-color: #0ECE40;
    border-color:#0ECE40;
}
.btn.btn-secondary{
    border-color: #6FF692;
    background-color: #6FF692;
    color: #06561B;
}
.btn.btn-secondary:hover{
    opacity: .8;
}
/**/
.page-title {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
}
.back:hover rect {
    fill: #D9FCE2;
}
.back:hover path {
    stroke: #09882A;
}
/*thanh toan*/
.full-head-thanhtoan {
    background-color: #D9FCE2;
    padding: 20px 0;
}
.header-thanhtoan-wrap .arow-head {
    position: absolute;
    left: 35px;
    bottom: -25px;
}
.header-thanhtoan-title h2 {
    color: #F6B356;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #191919;
    font-family: Nunito;
    font-size: 37.714px;
    font-style: normal;
    font-weight: 800;
    line-height: 47.143px;
    text-shadow: -3px 3px #09882A;
}
.header-thanhtoan-title.text-center span {
    border-radius: 40px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 4px 5px 0 0 #000;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
/**/
.breadcrumb-hvg,
.breadcrumb-hvg a{
    color: #ADADAD;
}
.breadcrumb-hvg .breadcrumb-last{
    color: #191919;
}
.box-title{
    font-size: 20px;
    font-weight: bold;
}
.info-thanhtoan {
    border-radius: 20px;
    background: #F2F2F2;
    padding: 20px;
    flex: 1;
}
/*single kythi*/
.entry-content {
    color: #333;
}
.entry-content h2 {
    font-size: 18px;
    color: #09882A;
}
.item-vongthi {
  border-radius: 20px;
  border: 1px dashed #09882A;
  padding: 20px;
  margin-bottom: 20px;
}
.item-vongthi label {
  color: #09882A;
  display: block;
  margin-bottom: 10px;
}
/**/
.kythi-form .form-label {
    font-weight: bold;
    color: #191919;
}
.kythi-form .form-select, 
.kythi-form .form-control {
    border-color: #ADADAD;
    border-radius: 12px;
    padding: 8px 13px;
}
.kythi-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #09882A;
    outline: 0;
    box-shadow: 0 0 6px 0 #6FF692;
}
.goi-dangky .note{
    color: #ADADAD;
}
.kythi-form{
    border: 5px solid #676D77;
    border-bottom: 0;
    background-color: #202135;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
.kythi-form form{
    background-color: #fff;
    padding: 20px 75px 23px;
}

.tooltip{
    opacity: 1;
}
.tooltip-inner {
  background-color: #D9FCE2;   /* nền vàng nhạt */
  color: #06561B;                /* chữ xám đậm */
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 10px;         /* bo góc */
  box-shadow: 2px 3px 6px rgba(9, 136, 42, 0.25); /* đổ bóng nhẹ */
}
/* Mũi tên tooltip */
.tooltip .tooltip-arrow::before {
  border-top-color: #D9FCE2 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffeeba !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ffeeba !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffeeba !important;
}
/**/
.form-check .form-check-input {
    border-radius: 100%;
    border: 1px solid #333;
    cursor: pointer;
}
.form-check  .form-check-input:checked {
    background-color: #1F90E0;
    border-color: #1F90E0;
}
.form-check .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check #xacnhan.form-check-input {
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    .dm-tab {
        border-radius: 5px;
        padding: 6px 5px;
        gap: 10px;
        overflow: auto;
        width: 100%;
        justify-content: flex-start;
    }
    .dm-tab li a {
        font-size: 14px;
        padding: 6px 15px;
        white-space: nowrap;
        min-width: auto;
        border-radius: 5px;
    }

    .row-title .title {
        font-size: 22px;
    }
/*    */
    .item-kythi a {
        border-radius: 16px;
        padding: 10px;
    }
    .item-kythi .arrow-link {
        bottom: -19px;
    }
    .item-kythi .arrow-link svg{
        width: 40px;
    }
    .info-kythi h3 {
        font-size: 18px;
        line-height: 1.4;
    }
/*    */
    .row-title {
        margin-bottom: 20px;
    }
/*    */
    .item-kythi-ganhan a {
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .kythi-gan-hethan-meta {
        font-size: 14px;
    }
    .clock-cat img {
        width: 17px;
    }
    body .btn {
        padding: 4px 11px;
        border-radius: 8px;
        font-size: 16px;
    }
/*    */
    .page-title {
        font-size: 20px;
    }
/*    */
    .header-thanhtoan-wrap {
        z-index: 1;
    }
    .header-thanhtoan-center {
        width: 100%;
        justify-content: center;
    }
    .header-thanhtoan-center img {
        display: none;
    }
    .header-thanhtoan-title {
        margin-top: 20px;
    }
    .header-thanhtoan-title h2 {
        font-size: 27px;
    }
    .header-thanhtoan-title.text-center span {
        padding: 7px 20px;
        font-size: 14px;
    }
    .box-title {
        font-size: 18px;
    }
/*    */
    .breadcrumb-hvg {
        font-size: 14px;
    }
    .back svg {
        width: 30px;
    }
/*    */
    .kythi-form form {
        padding: 20px;
    }
}
