
.mal li {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 0 15px 0 20px;
    background: url(https://vutruso.com/wp-content/uploads/2020/08/li-bg.png) no-repeat left 5px;
}

.home_services {
    padding: 0 25px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.lead-line::after {
    content: '';
    background-image: url(https://vutruso.com/wp-content/uploads/2020/11/header-shape.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    height: 100%;
    position: absolute;
    bottom: -6px;
    left: -1px;
    right: 0px;
    z-index: 1;
}

.vts-lead {
    position: relative;
}

section.lead {
    background-color: #196bbb;
    padding: 100px 0;
}

.lead-text h1 {
    color: #fff;
    font-size: 2.0rem;
    margin-bottom: 28px;
    font-family: 'Baloo Chettan 2';
}

.lead-text h1 span {
    font-size: 6.2rem;
    line-height: 79px;
    color: #edf0f8a6;
}

.lead-text p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.lead-text p span.clear {
    display: block;
}

.lead-button {
    background-color: #EBB000;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    margin-top: 4%
}

.lead-button a {
    color: #fff;
    text-decoration: none;
    padding: 16px 62px 16px 98px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.lead-button a:before {
    background-image: url(https://vutruso.com/wp-content/themes/vutruso/img/icon/tool-button.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 16px;
    left: 36px;
    position: absolute;
    content: "";
}

.lead-text .rating {
    display: none;
}

.lead-picture {
    text-align: center;
}

.lead-button:active,
.lead-button:hover,
.lead-button:focus {
    background-color: #e0a801;
}

.lead-picture img {
    max-width: 100%
}

@media only screen and (max-width:860px) {
    .lead-picture {
        display: none;
    }

    .lead-text h1,
    .lead-text h1 span {
        font-size: 2rem;
        text-align: left;
    }

    .lead-text p {
        font-size: 1rem;
    }

    .lead-text p span.clear {
        display: inline;
    }

    section.lead {
        padding: 69px 0 44px 0;
    }
}


.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


.accordion {
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Thêm các style cho accordion-item khi active */
.accordion-item.active {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.accordion-item-header {
    padding: 15px;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    transition: all 0.3s ease;
}

.accordion-item-header.active {
    background-color: #e7f1ff;
}

/* Thêm icon + và - */
.accordion-item-header::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
}

.accordion-item-header.active::after {
    content: '-';
}

.accordion-item-body {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
}

.accordion-item-body-content {
    padding: 15px;
    line-height: 1.5;
}

/* Style bổ sung cho accordion-item active */
.accordion-item.active .accordion-item-body {
    max-height: 200px; /* Giá trị này sẽ bị ghi đè bởi JavaScript */
}

.active .accordion-item-body{
 display: block!important;
}

.last {
    margin-right: 0px;
}

.home_services p,
.process-step p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #656565;
}

.section_wrapper {
    width: 100%;
    font-size: 20px;
    background-color: #EBF7FF;
}

.section_box {
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 70px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    margin-top: -1%;
}

h2.title {
    margin-bottom: 3px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    color: #454545;
    font-family: 'Baloo Chettan 2';
}

h3.subtitle {
    margin: 0 0 50px 0;
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    color: #656565;
}

.separator_wrapper {
    margin-bottom: 10px;
}

.separator_first_circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid #3498db;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.separator_second_circle {
    float: left;
    width: 4px;
    height: 4px;
    background-color: #3498db;
    border: 2px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.separator_wrapper::after,
.separator_wrapper::before {
    background-color: #3498db;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 70px;
    height: 1px;
    margin-top: -6px;
}

.home_services {
    margin-bottom: 35px;
}

.home_services h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

span.circle_icons i {
    margin: 5px 25px 10% 0;
    font-size: 46px;
    float: left;
    color: #3498db;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

[class*=" icon-"]:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}


.clearfix::before,
.wrap::before {
    content: " ";
    display: table;
}

.clearfix::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

.first {
    clear: both;
    margin-left: 0;
}

.process {
    padding: 23px 0;
    background-color: #EBF7FF;
    background-image: url(https://vutruso.com/wp-content/themes/vutruso/img/web-bg/sekcja3_bg.jpg);
}

.process-step .icon img {
    max-width: 200px;
}

.lead-heading {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 2%;
}

.lead-heading h2 {
    font-size: 4.2rem;
    font-family: 'Baloo Chettan 2';
}

.lead-heading p {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.process-step {
    text-align: center
}

.process-step h4 {
    font-size: 18px;
    padding-bottom: 14px;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

.process-container::before,
.process-container::after {
    box-sizing: inherit;
}

.one-third {
    float: left;
    margin-left: 2.564102564102564%;
    width: 30.623931623931625%;
}


@media only screen and (max-width:860px) {
    .one-third {
        margin: 0;
        width: 100%;
    }
}

.img-box i {
    line-height: 2.3em
}


.service-section .wpcf7-form {
    padding-bottom: 18%;
}

.service-section .wpcf7-response-output {
    margin: 0em 0.5em 1em;
    border: 2px solid #ff0000;
}

.service-section .wpcf7-submit {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    width: 100%;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    transition: all 500ms ease;
    cursor: pointer;
}

.service-section span.wpcf7-not-valid-tip {
    color: #111;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.form-group {
    margin-bottom: 15px;
}

.centred {
    text-align: center;
}

.btn-two {
    color: #222;
    font-size: 14px;
    background: transparent;
    padding: 3px;
    position: relative;
    border-bottom: 2px solid #df5626;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    z-index: 1;
}

.btn-two:hover {
    color: #df5626;
}

.service-section {
    position: relative;
    padding: 10px 0px 10px 0px;
}

.service-section .service-title .title {
    position: relative;
    font-size: 32px;
    line-height: 57px;
    color: #222;
    margin-bottom: 6px;
}

.service-section .service-title p {
    font-style: italic;
    font-size: 16px;
    margin-top: 2%;
}

.service-section .service-title {
    position: relative;
    margin-bottom: 20px;
}

.service-section .service-content .single-item {
    position: relative;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    min-height: 230px;
    border-radius: 7px;
}

.service-section .service-content .single-item:hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.10);
}

.service-section .service-content .single-item .img-box {
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #71d456;
    width: 64px;
    height: 64px;
}

.service-section .service-content .service-column:nth-child(2) .single-item .img-box {
    background: #fbd303;
}

.service-section .service-content .service-column:nth-child(3) .single-item .img-box {
    background: #4b5aa7;
}

.service-section .service-content .service-column:nth-child(4) .single-item .img-box {
    background: #ff553e;
}

.service-section .service-content .service-column:nth-child(5) .single-item .img-box {
    background: #ff553e
}

.service-section .service-content .service-column:nth-child(6) .single-item .img-box {
    background: #fbd303;
}

.service-section .service-content .single-item .img-box img {
    width: 100%;
}

.service-section .service-content .single-item h5 {
    margin-bottom: 15px;
    font-size: 17px
}

.lower-content p {
    font-size: 14px;
    line-height: 21px;
    ;
}

.service-section .form-area {
    background: #df5626;
    padding: 36px 35px 17px 35px;
    left: 68px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.30);
    z-index: 1;
}

.form-group {
    margin-bottom: 0px;
}

.service-section .form-area input[type='tel'],
.service-section .form-area input[type='text'],
.service-section .form-area input[type='email'],
.service-section .form-area textarea {
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #efab93;
    margin-bottom: 0px;
    font-style: italic;
    color: #ffffff;
    padding: 33px 10px 13px 8px !important;
    transition: all 900ms ease;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.service-section .form-area input:focus,
.service-section .form-area textarea:focus {
    border-bottom: 1px solid #111;
    transition: all 900ms ease;
}

.service-section .form-area textarea {
    height: 168px;
    resize: none;
    margin-bottom: 22px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.service-section .form-area button {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    width: 100%;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    transition: all 500ms ease;
    cursor: pointer;
}

.service-section .form-area button:hover {
    background: transparent;
    color: #111;
    transition: all 500ms ease;
}

.service-section .form-area .title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.service-section .service-content .button {
    position: relative;
    margin-top: 39px;
}

@media only screen and (max-width: 1200px) {
    .service-section {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-section .service-content:before {
        display: none;
    }

    .service-section .service-content:after {
        display: none;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.dt-sc-pricing-table {
    float: left;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    margin-left: -3px;
    margin-top: 3%
}

.dt-sc-pricing-table.type2 table {
    border-left: none;
}

.dt-sc-pricing-table.type2 td {
    line-height: 28px;
    padding: 16px 15px;
    width: 155px;
    background-color: #fff;
}

.dt-sc-pricing-table.type2 td:first-child {
    font-size: 13px;
    padding-left: 0;
    text-align: left;
    font-weight: 500;
    text-transform: none;
}

.dt-sc-pricing-table.type2 td:last-child {
    border-right: none;
}

.dt-sc-pricing-table table {
    border-collapse: separate;
    border-spacing: 0;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px 0 0 1px;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    margin: 0px 0;
    padding: 0;
}

.dt-sc-pricing-table td {
    background: #fff;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 0 1px 1px 0;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 12px 10px;
}

.dt-sc-pricing-table img,
#primary img {
    height: auto;
    max-width: 100%;
}

.dt-sc-pricing-table img.size-full {
    max-width: 99.6%;
    height: auto;
 width: 100px;
}

.table-separator td{
    padding: 5px 10px!important
}
.dt-sc-fullwidth-section {
    clear: both;
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    margin-top: 3%;
}

.dt-sc-fullwidth-section h2 {
    font-size: 22px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Baloo Chettan 2';
}

.dt-sc-pricing-table.type2 table.pricing-table {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #d1d1d1;
    border-radius: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    table-layout: fixed;
    width: 100%;
}

.dt-sc-pricing-table.type2 table.pricing-table .table-separator td {
    background: #e1e1e1;
    border-top: 1px solid #464646;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

.dt-sc-pricing-table.type2 table.pricing-table .table-header td,
.dt-sc-pricing-table.type2 table.pricing-table .table-content td {
    border-left: 1px solid #464646;
    border-top: 1px solid #464646;
    padding: 20px 6px 12px 6px;
    line-height: 18px;
}

.dt-sc-pricing-table.type2 table.pricing-table td.last {
    border-right: 1px solid #464646;
}

.pricing-table .title-row-1 .first-col h3 {
    color: #d47b09;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px 0;
    margin: 0px;
}

.pricing-table .title-row-1 .first-col p.packages {
    line-height: 38px;
    font-size: 1em;
    color: #233d87 !important;
    font-weight: 800;
    padding: 0 0 0 20px;
}

.pricing-table .order p.packages {
    font-size: 1.8em;
    color: #000 !important;
}

.pricing-table .order p.packages-fine-print {
    font-size: 0.9em;
    color: #000 !important;
    font-style: italic;
    line-height: 8pt;
    font-weight: 400;
    text-transform: none;
}

.pricing-table .table-header p {
    color: #fff !important;
}

.pricing-table .table-header {
    border-left: 1px solid #464646;
    border-top: 1px solid #464646;
    color: #000 !important;
}

.pricing-table .table-content {
    border-left: 1px solid #797979;
    border-top: 1px solid #797979;
}

.pricing-table .table-content td {
    font-size: 11px !important;
}

.pricing-table p {
    font-size: 1.0em;
    line-height: 15pt;
}

.pricing-table p.desc {
    font-size: 14px;
    margin: -1px 0 !important;
    white-space: nowrap;
    font-weight: 500;
}

.pricing-table p.actual-price {
    font-size: 28px;
    margin: 0px 0px 5px 0px !important;
    white-space: nowrap;
    font-weight: 700;
    font-style: italic;
}

.pricing-table p.note-price {
    font-size: 15px;
    margin: 0px 0px 0px 0px !important;
    white-space: nowrap;
    font-weight: 600;
}

.pricing-table p.gst-price {
    font-size: 12px;
    padding: 5px 0px;
    border-top: 1px dotted #cccccc;
    margin: 20px 0px 0px 0px;
    white-space: nowrap;
}

.pricing-table .table-header .plan1 {
    background: #f8981d !important;
    color: #fff !important;
}

.pricing-table .table-header .plan1 div.head:after {
    content: "";
    position: absolute;
    height: 48px;
    width: 48px;
    margin-left: -11px;
}

.pricing-table .table-header .plan1 div.head {
    position: relative;
}

.one-plans .table-header .plan1 {
    background: #f8981d !important;
    color: #fff !important;
}

.one-plans .table-header .plan1 div.head:before {
    background: none repeat scroll 0 0 #f8981d;
}

.one-plans .table-header .plan1 div.head:after {
    margin-top: -281px;
}

.one-plans .table-header.title-row-1 td {
    width: 40%;
}

.one-plans .table-header td.plan1 {
    width: 50%;
}

.one-plans .table-header .plan1 .actual-price {
    padding-top: 18px;
}

@media only screen and (min-width : 480px) {
    .dt-sc-pricing-table {
        margin-left: 0px;
        width: 100%;
    }
}

@media only screen and (min-width : 768px) {
    .pricing-table .table-content td {
        font-size: 13px !important;
    }

    .pricing-table p {
        font-size: 11pt;
        line-height: 15pt;
    }
}

@media only screen and (min-width:960px) and (max-width:1240px) {
    .dt-sc-pricing-table img {
        height: auto;
        max-width: 100%;
    }

    .dt-sc-pricing-table td {
        padding: 10px 5px;
        font-size: 12px;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .dt-sc-pricing-table img {
        height: auto;
    }

    .dt-sc-pricing-table td {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .dt-sc-pricing-table.type2 table {
        display: block;
        overflow-x: auto;
        position: relative;
        width: auto;
    }
}

@media only screen and (max-width: 479px) {
    .dt-sc-pricing-table td {
        font-size: 8px;
        padding: 8px 0;
    }

    .dt-sc-pricing-table.type2 td {
        font-size: 13px;
    }
}


.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body h4 {
    padding-bottom: 12%;
}

.text-center {
    text-align: center;
}

.btnAnimated {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
    padding: 0 20px 0 45px;
    background: #ef323a;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btnAnimated:hover {
    text-decoration: none;
}

.btnAnimated:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 11px;
    left: 19px;
    z-index: -1;
    pointer-events: none;
    background-color: unset;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(1, 42, 94, 1);
    box-shadow: 0 0 0 0 rgba(1, 42, 94, 1);
}

.btnAnimated:after {
    position: absolute;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    top: 10px;
    left: 18px;
    z-index: -1;
    pointer-events: none;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px #0c49c4;
    box-shadow: inset 0 0 0 5px #0c49c4;
}

.btnAnimated:hover:before {
    -webkit-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
}

.yellow-btn-default {
    background: #0c49c4;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 49px;
}

.yellow-btn-default:before {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    top: 13px;
}

.yellow-btn-default:after {
    -webkit-box-shadow: inset 0 0 0 6px #fff;
    box-shadow: inset 0 0 0 6px #fff;
    top: 13px;
}

.yellow-btn-default:hover {
    background: #110F0F;
    color: #fff;
}

.small-title {
    font-size: 18px;
}

.spaceTop75 {
    padding-top: 75px;
}

.border_bottom {
    border-bottom: 2px solid #0c49c4;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 28px
}

.bold {
    font-weight: 600;
}

.circle-bg {
    background: url(https://vutruso.com/wp-content/themes/vutruso/img/dich-vu/top-circle.png) left top no-repeat, url(https://vutruso.com/wp-content/themes/vutruso/img/dich-vu/bottom-circle.png) 105% 190% no-repeat;
    background-color: rgba(195, 205, 225, 0.08);
}

.columns2 .card {
    height: auto;
    margin-bottom: 35px;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}

.rounded-corner {
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.common-section {
    background-repeat: no-repeat !important;
    clear: both;
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    .card {
        -ms-flex: 1 0 44% !important;
        flex: 2 1 44% !important;
        margin-bottom: 25px !important;
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 2;
    }
}

@media (min-width:768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (max-width:1024px) {
    .card-columns {
        padding-top: 32px;
    }

    .spaceTop75 {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .common-section p {
        font-size: 16px;
        line-height: 27px;
    }

    .card-body {
        padding: 20px;
    }

    .spaceTop75 {
        padding-top: 30px;
    }

    .yellow-btn-default {
        margin-bottom: 30px;
        margin-top: 15px !important;
    }
}

@media (max-width: 767px) {
    .yellow-btn-default {
        margin-bottom: 30px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .spaceTop75 {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .spaceTop75 {
        padding-top: 30px;
    }
}