.flex-col select {
    margin-bottom: 0;
}

.ml-xs{
    margin-left: 3px;
}

input.wpcf7-form-control,
select.wpcf7-form-control {
    padding: 0 13px;
    height: 46px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 19px;
    font-family: Montserrat, sans-serif;
    outline-style: none;
    outline-width: 0;
    outline-color: #000;
    box-shadow: none;
    color: #000;
}

input.wpcf7-submit{
    margin-right: 0;
}

.wpcf7-submit + .wpcf7-spinner{
    display: none;
}

.fullwidth,
.btn-expand {
    width: 100%;
}


.btn-gradient {
    background: rgba(0, 69, 223, 1);
    background: -webkit-linear-gradient(120deg, rgba(0, 69, 223, 1), rgba(7, 226, 181, 1.0));
    background: linear-gradient(120deg, rgba(0, 69, 223, 1), rgba(7, 226, 181, 1.0));
    color: #fff;
}

.btn-lead {
    box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    border-width: 2px;
    border-radius: 3px;
    font-weight: normal;
}

.btn-lead:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

@media screen and (max-width:  768px){
    .btn-expand-xs{
        width: 100% !important;
    }
}


.tabbed-content .nav {
    margin-bottom: 20px;
}

.tong-quan .nav-outline>li.active{
    position: relative;
}

.tong-quan .nav-outline>li.active:after{
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    bottom: -56px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    background: #fff;
    transform: rotate(45deg);
    z-index: 99;
}

.tong-quan .nav-outline>li>a {
    line-height: 2.4em;
    padding: 0 0.75em;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 32px;
    box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    border-style: solid;
    border-color: rgb(24, 39, 73);
    border-width: 2px;
    border-radius: 248px;
    margin: 0 5px;
    color: rgb(24, 40, 73);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:  768px){
    .tong-quan{
        padding-bottom: 0 !important;
    }
    .tong-quan .nav-outline>li>a {
        margin: 0 2px;
        font-size: 14px;
    }

    .tong-quan .tab-panels .entry-content.active {
        padding: 28px 10px 10px;
    }
}


.tong-quan .nav-outline>li>a:hover,
.tong-quan .nav-outline>li.active>a{
    background: rgb(24, 39, 73);
    color: #fff;
}

.tong-quan .tab-panels .entry-content.active{
    display: block !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 28px;
    background: #fff;
}

.tong-quan .tab-panels .entry-content .col{
    padding-bottom: 0;
}

.tong-quan .tabbed-content .tab-panels {
    position: relative;
    z-index: 22;
}

.tong-quan .entry-content table tr:nth-of-type(odd){
    background: rgb(243, 243, 243);
}

.tong-quan .entry-content table tr > td:first-child{
    padding-left: 20px;
}

.tong-quan .entry-content table tr > td:last-child{
    padding-right: 20px;
}

table td{
    padding: 0.8em;
    color: #000;
}

@media screen and (max-width:  768px){
    .tong-quan .nav-outline>li>a {
        margin: 0 2px;
        font-size: 14px;
    }

    .tong-quan .entry-content table > tbody > tr {
        display: flex;
        flex-flow: column;
        width: 100% !important;
        flex-wrap: nowrap;
        height: initial !important;
        background-color: transparent;
    }

    .tong-quan .entry-content table tr:nth-of-type(odd){
        background: none;
    }

    .tong-quan .entry-content table > tbody > tr > td {
        width: 100% !important;
        height: initial !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .tong-quan .entry-content table > tbody > tr > td:first-child{
        background: rgb(243, 243, 243);
    }
}

section.mat-bang {
    padding-top: 80px;
    padding-bottom: 30px !important;
}

section.mat-bang > .bg {
    background-size: 45% 100% !important;
    background-position: left;
}

.mat-bang .nav-outline>li>a {
    line-height: 2.4em;
    padding: 0 0.75em;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 32px;
    box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    border-style: solid;
    border-color: rgb(24, 39, 73);
    border-width: 2px;
    border-radius: 248px;
    margin: 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.mat-bang .nav-outline>li>a:hover,
.mat-bang .nav-outline>li.active>a{
    background: #fff;
    color: rgb(24, 40, 73);
}

.mat-bang .col.medium-7 > .col-inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding:  40px;
} 

@media screen and (max-width:  768px){
    .mat-bang .nav-outline>li>a {
        margin: 0;
        margin-right: 2px;
        font-size: 13px;
    }
}


.tien-ich .nav>li:not(.active)>a{
    color: rgb(24, 39, 73);
}

.chi-tiet-mat-bang .nav-outline>li.active{
    position: relative;
}

.chi-tiet-mat-bang .nav-outline>li.active:after{
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -51px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: rgb(232, 232, 232);
    transform: rotate(45deg);
    z-index: 99;
}

.chi-tiet-mat-bang .nav-outline>li>a {
    line-height: 2.4em;
    padding: 0 0.75em;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 32px;
    box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 70 223 / 40%);
    border-style: solid;
    border-color: rgb(24, 39, 73);
    border-width: 2px;
    border-radius: 248px;
    margin: 0 5px;
    color: rgb(24, 40, 73);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.chi-tiet-mat-bang .nav-outline>li>a:hover,
.chi-tiet-mat-bang .nav-outline>li.active>a{
    background: rgb(24, 39, 73);
    color: #fff;
}

.chi-tiet-mat-bang .tab-panels .entry-content.active{
    display: block !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 20px 10px;
    background: rgb(232, 232, 232);
}

.chi-tiet-mat-bang .tab-panels .entry-content .col{
    padding-bottom: 0;
}

.chi-tiet-mat-bang .tabbed-content .tab-panels {
    position: relative;
    z-index: 22;
}

@media screen and (max-width:  768px){

    .chi-tiet-mat-bang, .tien-ich, .mat-bang, .hinh-anh{
        padding: 30px 0 !important;
    }

    .chi-tiet-mat-bang .tabbed-content .nav {
        margin-bottom: 10px;
    }

    .chi-tiet-mat-bang .nav-outline>li>a {
        margin: 0;
        margin-right: 5px;
        font-size: 14px;
    }

    .chi-tiet-mat-bang .nav-outline>li.active:after {
        bottom: -44px;
    }
}
