﻿.container {
    max-width: 1000px;
    margin:auto;
}

.accoutingSW a{
    text-decoration:none;
}

.button-buyNow {
    padding: 10px 40px;
    background: #0077c5;
    box-shadow: 0 3px 20px rgb(0 0 0/8%);
    color: #fff;
    border: none;
    transition: all .3s;
}

    .button-buyNow:hover {
        opacity: .85;
    }

.button-buttonAdvise {
    padding: 10px 40px;
    background: #41a518;
    border: none;
    color: #fff;
    transition: all .3s;
}

    .button-buttonAdvise:hover {
        opacity: .85;
    }

.banner-account {
    background: #0077c5;
    padding: 60px 0 60px 0;
}

.accounting-banner-description-item {
    color: white;
    padding:10px 0;
}

.accounting-banner-description-button {
    text-align: center;
}

.accounting-banner-description-button-buy {
    border: none;
    border-radius: 25px;
    margin-right: 20px;
    padding: 10px 20px;
}


.price-button {
    color: #0077c5;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,.08);
    transition: all .5s;
}

    .price-button:hover {
        opacity: .85;
        box-shadow: 0 3px 20px rgba(0,0,0,.08)
    }

.buy-button {
    transition: all .5s;
    border: 1px solid white;
    background: #0077c5;
    color: #fff;
}

    .buy-button:hover {
        opacity: .85;
        box-shadow: 0 3px 20px rgba(0,0,0,.08)
    }


.form-register-right {
    border-radius: 20px;
    background-color: white;
}

.btn-block {
    margin-top: 40px;
    border-radius: 20px;
    background-color: #00CC00
}

.h1-title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.video-section {
    text-align: center;
    padding: 60px 0 120px 0;
}

    .video-section .container {
        display: flex;
        flex-direction: column;
    }

    .video-section img {
        max-width: 100%;
        height: auto;
    }


.p-title {
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.benefit {
    padding-bottom: 60px;
}

    .benefit .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.benefit-item {
    display: flex;
    color: #000;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    padding: 16px 40px 0 16px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 20px;
    flex: 0 0 32%;
    margin-right: 1.66%;
}

    .benefit-item p {
        font-size: 14px;
    }

.benefit-content {
    text-align: left;
}

.benefit-item:nth-child(3n) {
    margin-right: 0;
}

.h3-title {
    font-size: 16px;
    font-weight: bold;
}

.pricing-section .container {
    flex-direction: column;
}

.pricing-section {
    padding: 50px 0;
}

    .pricing-section .nav-item:hover::after {
        opacity: 0;
    }

#nav-lin:hover {
    color: none;
}


/*Css cho phần giá*/

.pricing-section li .active {
    font-weight: bold;
    background-color: rgba(0,0,0,.025) !important;
}

    .pricing-section li .active:hover {
        color: none;
        opacity: .85;
    }

.pricing-table {
    border: 1px solid #ddd;
}

    .pricing-table:nth-child(1) {
        height: 800px;
    }

.p-recommend {
    display: flex;
    justify-content: center;
    background: #47ac00;
    height: 30px;
    width: 120px;
    color: #fff;
    margin: auto;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    left: calc(46%);
}

.p-package {
    padding-top: 30px;
}

.p-top {
    text-align: center;
    padding: 20px 25px;
}

.p-name {
    font-weight: bold;
    font-size: 20px;
    color: #0077c5;
    padding-bottom: 5px;
}

.p-description {
    font-size: 15px;
}

.p-middle {
    padding: 20px 25px 30px;
    background-color: #f5fbff;
    text-align: center;
}

.p-number {
    font-size: 32px;
    font-weight: bold;
}

.p-quantity {
    font-size: 14px;
    padding-bottom: 10px;
    font-style: italic;
}

.p-extra {
    font-size: 14px;
    padding-bottom: 20px;
}

.p-bottom {
    padding: 20px 25px;
    max-width: 400px;
    margin: 0 auto;
}

.p-item {
    line-height: 30px;
    padding: 0;
    font-size: 14px;
}

    .p-item img {
        margin: 0 10px 0 0;
        width: 14px;
        height: 10px;
    }


.accordion-header {
    cursor: pointer;
}

.accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    max-height: 0;
    padding: 0 15px;
}

.tab-content .tab-pane {
    padding-top: 20px;
}


.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}

.item img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

.item h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.item p {
    font-size: 1em;
    color: #555;
}




/*feedback*/
.feedback .container {
    display: flex;
    flex-direction: column;
}

.f-name {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
}

.f-position {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}

.f-content {
    font-size: 14px;
}

.feedback .item {
    height: 460px;
}


/*Css questiin*/
.question {
    padding-bottom: 40px;
}

    .question *, ::after, ::before {
        box-sizing: revert;
    }

    .question ul {
        margin: 0;
    }

    .question .container {
        display: flex;
        flex-direction: column;
        width:auto;
    }

.accordion {
    margin-top: 20px;
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.accordion-header {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

    .accordion-header:hover {
        background-color: #e2e2e2;
    }

    .accordion-header .icon {
        font-size: 18px;
    }

.accordion-content li {
    font-weight: 600;
}

.q-title {
}

.q-content {
    list-style-type: disc;
    padding-left: 20px;
}

/*css cho form đăng kí*/
.modal-title {
    text-align: center;
    font-weight: bold;
}
.modal label{
    padding:10px 0;
}
.modal button{
    text-align:center;
}
/*Responsive*/
@media (min-width:980px) {
    .col-md-24 {
        width: 100%;
    }
}


@media (max-width:560px) {
    .benefit .row{
        display:flex;
        flex-direction:column;
    }
}

