.full-width {
    width: 100%;
    padding: 0;
    margin: 0;
}
.column-1 {
    width: 23%; /* Chiều rộng cột 1 */
    border-right: 1px solid #707070; /* Đường viền giữa cột 1 và cột 2 */
    padding-right: 1.5%; /* Khoảng cách bên phải của cột 1 */
}
.column-2-3 {
    width: 32%;
}
.transparent-bg{
    background-color: transparent;
}

.card-header {
    background: linear-gradient(to right, #f06, #6b6bff);
    color: white;
    border-radius: 8px;
    padding: 20px;
}
/* Toggle arrow with smooth transition */
.toggle-icon {
    transition: transform 0.3s ease;
}
/* Rotate arrow to point up when expanded */
.expanded .toggle-icon {
    transform: rotate(180deg);
}

.card-header{
    background-image: url('images/bg-xp.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-radio{
    width: 23.5px;
    height: 23.5px;
}

.uk-card-body{
    padding: 20px;
}
@media (max-width: 959px) {
    .uk-section{
        padding-top: 0px;
    }
    .tab-menu {
        display: block;
        background-color: #303030;
    }
    .uk-tab>*>a{
        color: #666;
    }
    .uk-tab>*{
        width: 47%;
        padding-left: 0;
    }
    .uk-tab::before{
        border: none;
    }
    .tab-menu .uk-tab {
        display: flex;
        justify-content: space-between;
        list-style: none; /* Loại bỏ dấu chấm mặc định */
        padding: 0;
        margin: 0;
    }

    .tab-menu .uk-tab li {
        flex: 1; /* Mỗi thẻ `<li>` chiếm 50% chiều rộng */
        text-align: center; /* Căn giữa nội dung */
        position: relative;
    }

    .tab-menu .uk-tab li + li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%; /* Đặt đường viền cách lề trên một chút */
        bottom: 10%; /* Đặt đường viền cách lề dưới một chút */
        width: 1px;
        background-color: #707070; /* Màu của đường viền */
    }
    .tab-menu .package-tab-active > a{
        color: #fff;
        
    }
    .column-1{
        width: 100%;
        border: none;
        padding: 1%;
    }

    .uk-card.uk-card-default.transparent-bg{
        padding-top: 4%;
        padding-left: 7% !important;
    }
    .uk-grid-small.uk-margin-remove.uk-grid{
        padding-bottom: 2% !important;
    }
    .uk-grid-small.uk-margin-remove.uk-grid.uk-grid-stack{
        padding-top: 3%!important;
        text-align: center;
    }
    .uk-card.uk-card-default {
        flex: 1 1 100% !important; /* Chiếm toàn bộ chiều rộng */
        max-width: 100% !important; /* Đảm bảo không giới hạn chiều rộng */
    }
    .uk-card.uk-card-default.uk-width-1-2@m {
        flex: 1 1 100% !important; /* Chiếm toàn bộ chiều rộng */
        max-width: 100% !important;/* Đảm bảo chiều rộng là 100% */
    }
}

.home__boxDichvu{
    padding: 15px;
}

@media (max-width: 995px){
    .home__boxDichvu{
        padding: 0px !important;
    }
    #goiPhimContent > h3{
        font-size: 13px !important;
    }
}

@media (max-width: 1639px){
    .uk-card-header.card-header{
        width: 400px !important;
        height: 81px !important;
    }
    .toggle-content{
        width: 440px !important;
    }
}

@media (max-width: 1632px){
    .uk-card-header.card-header{
        width: 320px !important;
        height: 59px !important;
    }
    .toggle-content{
        width: 390px !important;
    }
}

@media (max-width: 1432px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1328px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1328px){
    .uk-card-header.card-header{
        width: 300px !important;
        height: 54px !important;
    }
    .toggle-content{
        width: 340px !important;
    }
}

@media (max-width: 1432px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1205px){
    .column-2{
        width: 68% !important;
    }
}

@media (max-width: 1200px){
    .column-2{
        width: 68% !important;
    }
}

@media (max-width: 1039px){
    .uk-card-header.card-header{
        width: 280px !important;
        height: 45px !important;
    }
    .toggle-content{
        width: 310px !important;
    }
}

@media (min-width: 960px){
    .tab-menu{
        display: none;
    }
    .column-2{
        width: 68% !important;
    }
}

#item-gc-title h3, #item-gp-title h3{
    font-size: 22px !important;
    font-family: "Roboto Bold", sans-serif;
}

@media (max-width: 959px){
    #item-gp-title h3{
        font-size: 14px !important;
    }
    #item-gc-title, #item-gp-title{
        display: none;
    }
    .column-2{
        width: 100% !important;
        margin-top: 0!important;
    }

    #goiPhimContent,
    #goiClipContent{
        width: 100%;
    }

    .uk-card-header.card-header{
        margin-left: auto;
        margin-right: auto;
        width: 280px !important;
        height: 67px !important;
    }
    
    .toggle-content{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
        margin-bottom: 3%;
    }
    
    .uk-card.uk-card-default {
        margin-bottom: 3%!important;
    }
}

@media (min-width: 960px){
    #goiPhimContent{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    #goiClipContent{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    #offcanvas-nav{
        display: none !important;
    }
}
