:root {
    --main-color: #106043;
    --main-color-hover: #0c4e36;
    --main-color1: #F6C114;
    --main-color1-hover: #e6b411;
    --font-family-key: 'Arial';
}

body {
    font-family: var(--font-family-key), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    top: 0px !important;
    position: relative;
    background: #ffffff;
}

body.hidden-body {
    overflow-y: hidden;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    max-width: 1240px;
}

.container-1350 {
    position: relative;
    max-width: 1350px;
    margin: 0px auto;
    padding: 0 15px;
}

@media(max-width: 991px) {
    .container {
        width: auto;
        max-width: inherit;
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

a:hover,
a:focus {
    color: var(--main-color1);
    text-decoration: none;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.relative {
    position: relative;
}

.header-main-home {
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    background: #fff;
    /* border-bottom: 1px solid #eee; */
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.height-header-main-home {
    height: 88px;
    position: relative;
}

.header-main-home.navbar-fixed .header-left .btn-grad {}

@media(max-width: 767px) {
    .header-main-home.navbar-fixed {
        position: relative;
    }
}

.header-main-home .container .relative .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-home .logo-home {
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 8px 0px 9px;
    float: left;
    width: 150px;
}

@media(max-width: 767px) {
    .header-main-home .container-fluid .row {
        display: block;
    }
}

.header-main-home .logo-home img {
    display: inline-block;
    max-height: 70px;
}

.wrap-menu-top {
    position: static;
}

@media(max-width: 991px) {
    .wrap-menu-top {
        margin: -49px 0 0 0;
        box-shadow: none;
        margin: 0px 0px 0px;
        background: #fff;
    }
    .header-main-home .logo-home {
        float: left;
        width: auto;
        margin: 0;
        line-height: normal;
    }
    .header-main-home .logo-home img {
        max-height: 42px;
    }
}

.icon-cate-mobi span,
.icon-menu-mobi span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 1px;
    background: var(--main-color);
    margin: 5px 0px;
}

.icon-menu-mobi {
    display: none;
    cursor: pointer;
    font-size: 100%;
    float: left;
    margin-right: 12px;
    position: relative;
    top: 8px;
    padding: 7px;
}

@media(min-width: 992px) {
    .header-main-home .menu-top {
        display: block !important;
        /* padding-right: 65px; */
        float: left;
        width: calc(100% - 150px);
        text-align: center;
        height: auto !important;
    }
}

@media(max-width: 991px) {
    .header-main-home {
        /* padding-top: 0px; */
    }
    .header-main-home .menu-top {
        display: none;
        margin: 0px 0px !important;
    }
    .header-main-home .logo {
        line-height: 40px;
        text-align: left;
        padding-left: 0;
    }
    .header-main-home .logo img {
        max-height: 40px;
    }
    .icon-cate-mobi {
        display: none;
    }
    .icon-menu-mobi {
        display: block;
    }
    .height-header-main-home {
        height: 59px;
    }
}

@media(max-width: 767px) {
    .icon-menu-mobi {
        margin-left: 2px;
    }
    .height-header-main-home {
        display: none;
    }
}

.header-main-home .menu-top ul {
    padding: 0px;
    margin: 0px;
}

.header-main-home .menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}

.header-main-home .menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 23px 20px;
}

.header-main-home .menu-top ul>li:hover>a,
.header-main-home .menu-top ul>li.active>a {
    color: var(--main-color);
}

.header-main-home .menu-top ul>li:hover>a:after,
.header-main-home .menu-top ul>li.active>a:after {
    background: var(--main-color);
}

@media(max-width: 767px) {
    .header-main-home .menu-top ul>li:hover>a,
    .header-main-home .menu-top ul>li.active>a {}
}

.header-main-home .menu-top ul>li:hover>a>img,
.header-main-home .menu-top ul>li.active>a>img {}

.header-main-home .menu-top ul>li>a {
    padding: 9px 0px;
    display: block;
    position: relative;
    color: #212529;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    /* transition: all linear 0.3s; */
    font-size: 114%;
}

.header-main-home .menu-top ul>li>a:after {
    content: '';
    width: 0%;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    background: #fff;
    transition: all linear 0.3s;
}

.header-main-home .menu-top ul>li:hover>a::after,
.header-main-home .menu-top ul>li.active>a::after {
    width: 100%;
}

@media(max-width: 991px) {
    .header-main-home .menu-top ul>li>a:after {
        display: none;
    }
}

.header-main-home .menu-top ul>li .sub li>a:after {
    display: none;
}

.header-main-home .menu-top ul>li>a>img {
    width: 20px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.header-main-home .menu-top ul>li>.sub {
    position: absolute;
    width: 280px;
    top: 100%;
    background: #fff;
    left: 0px;
    z-index: 999;
    border-top: none;
    display: none;
    padding: 0px 0px 0px;
    box-shadow: 0px 0px 10px #ddd;
}

@media(max-width: 991px) {
    .header-main-home .menu-top ul>li>.sub {
        width: 100%;
        position: relative;
        display: block;
        box-shadow: none;
    }
}

.header-main-home .menu-top ul>li:hover>.sub {
    display: block;
}

.header-main-home .menu-top ul>li>.sub>li {
    display: block;
    border-top: 1px solid #f1f1f1;
}

.header-main-home .menu-top ul>li>.sub>li:first-child {
    border-top: none;
}

.header-main-home .menu-top ul>li>.sub>li>a {
    text-align: left;
    padding: 0px 0px;
    font-weight: 400;
    font-size: 114%;
    color: #444;
    background: none;
    border: none;
}

.header-main-home .menu-top ul>li>.sub>li>a:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #555;
    border-radius: 10px;
    position: absolute;
    left: -11px;
    top: 7px;
    background: #555;
    display: none;
}

.header-main-home .menu-top ul>li>.sub>li:hover>a,
.header-main-home .menu-top ul>li>.sub>li.active>a {
    color: var(--main-color1);
}

.header-main-home .menu-top ul>li>.sub>li.li-sub {}

.header-main-home .menu-top ul>li>.sub>li.li-sub>a {
    font-weight: 600;
    font-size: 114%;
}

@media(max-width: 991px) {
    .header-main-home .menu-top ul>li>.sub>li {
        padding: 10px 18px 10px 32px;
    }
    .header-main-home .menu-top ul>li>.sub>li>a {}
    .header-main-home .menu-top ul>li>.sub>li.li-sub>a {
        font-size: 93%;
    }
    .header-main-home .menu-top ul>li>.sub>li>a:before {
        display: block;
    }
}

.header-main-home .menu-top ul>li>.sub>li>.sub {
    position: relative;
    display: block;
    box-shadow: none;
    padding: 0;
}

.header-main-home .menu-top ul>li>.sub>li>.sub>li {
    border-top: 1px solid #f1f1f1;
}

.header-main-home .menu-top ul>li>.sub>li>.sub>li>a {
    font-weight: 400;
    padding: 9px 20px;
    font-size: 100%;
}

@media(max-width: 991px) {
    .header-main-home .menu-top ul>li>.sub>li>.sub>li>a {
        font-size: 93%;
    }
    .header-main-home .menu-top {
        position: fixed;
        z-index: 999;
        width: 100%;
        left: 0;
        top: 59px;
        /* height: calc(100% - 45px); */
        right: 0;
        background: #fff;
        padding: 0px 0px;
    }
    .header-main-home .menu-top ul>li {
        display: block;
        border-top: 1px solid #f1f1f1;
        padding: 6px 6px;
    }
    .header-main-home .menu-top ul>li>a {
        text-align: left;
        font-size: 107%;
        font-weight: 600;
        padding: 5px 6px;
    }
    .header-main-home .menu-top ul>li>a>i {
        float: right;
        margin-top: 4px;
    }
}

.header-main-home .menu-top ul>li>a b {
    display: block;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .header-main-home .menu-top ul>li>a b {
        font-weight: 500;
    }
    .header-main-home .menu-top {
        top: 58px;
    }
}

.header-main-home .menu-top ul>li .wrap-sub {
    position: absolute;
    width: 280px;
    top: 59px;
    background: #fff;
    box-shadow: 0 0px 8px -4px #adadad;
    left: 0px;
    z-index: 999;
    border-top: none;
    display: none;
    /* opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; */
    padding: 10px 0px;
}

.menu-top ul>li:hover .wrap-sub {
    display: block;
    /* opacity: 1;
    visibility: visible; */
}

@media(max-width: 767px) {
    .header-main-home .menu-top ul>li .wrap-sub {
        opacity: 1;
        visibility: visible;
        padding: 0px 12px 0px 22px;
        box-shadow: none;
        position: relative;
        top: 0px;
        border: none;
        display: none;
    }
    .menu-top ul>li:hover .wrap-sub {
        display: block;
    }
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li .sub {
    margin-top: -6px;
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    .header-main-home .menu-top ul>li .wrap-sub .item .sub li {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 114%;
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li .sub li {
    width: 100%;
    margin: 0px;
    display: block;
    border-bottom: none;
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li:nth-child(4n+1) {
    clear: both;
}

.header-main-home .menu-top ul>li .wrap-sub .item .sub li .sub li a {
    font-weight: 400;
    padding: 4px 30px;
    font-size: 100%;
}

.header-main-home .header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.btn-grad {
    /* background-image: linear-gradient(to right, #106043 0%, #148059 51%, #0c4e36 100%); */
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 51%, var(--main-color-hover) 100%);
    padding: 11px 24px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFF !important;
    box-shadow: 0 0 20px #eee;
    border-radius: 28px;
    display: block;
    font-size: 107%;
    line-height: 1;
    /* margin: 0px 10px; */
    border: 2px solid var(--main-color);
}

.btn-grad1 {
    background-image: linear-gradient(to right, #e5b518 0%, #e2b318 51%, #f6c114 100%);
    padding: 11px 24px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 28px;
    display: block;
    font-size: 107%;
    line-height: 1;
    /* margin: 0px 10px; */
    border: 2px solid var(--main-color1);
}

@media(max-width: 991px) {
    .btn-grad,
    .btn-grad1 {
        padding: 11px 18px;
        font-size: 100%;
    }
}

.btn-grad:hover,
.btn-grad1:hover {
    /* background-image: linear-gradient(to right, #106043 0%, #148059 51%, #0c4e36 100%); */
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 51%, var(--main-color-hover) 100%);
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.header-main-home .header-left .btn-register {
    background: var(--main-color1);
    color: #fff;
    border: 2px solid var(--main-color1);
    padding: 13px 24px;
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
    font-size: 114%;
    line-height: 1;
    box-shadow: 0 0 20px #eee;
}

.header-main-home .header-left .btn-register i {
    margin-left: 5px;
}

.header-main-home .header-left .btn-register:hover {
    color: var(--main-color1);
}

.header-main-home .header-left .btn-register::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    padding: 15px 24px;
    display: block;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    line-height: 8.34em;
    transform: scale(0, 0);
    transition: all 0.3s ease;
}

.header-main-home .header-left .btn-register:hover::after {
    transform: scale(1, 1);
}

@media (max-width:767px) {
    .header-main-home .header-left .btn-grad,
    .header-main-home .header-left .btn-register {
        padding: 10px 20px;
        font-size: 100%;
    }
}


/**/

.option-vuawebnhanh1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: var(--main-color);
    background-size: 90%;
    padding: 80px 0px 0px;
}

.option-vuawebnhanh1 .block-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.option-vuawebnhanh1 .block-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 257%;
    font-style: normal;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 0.84px;
    text-transform: capitalize;
}

@media (min-width:768px) {
    .option-vuawebnhanh1 .block-title {
        width: 55%;
        margin: 0px auto 40px;
    }
}

@media (max-width:767px) {
    .option-vuawebnhanh1 {}
    .option-vuawebnhanh1 .block-title {
        margin-bottom: 10px;
    }
    .option-vuawebnhanh1 .block-title h2 {
        font-size: 186%;
        line-height: 1.3;
        margin-top: 20px;
    }
}


/**/

.option-vuawebnhanh2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-color: #0A142F; */
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #FAFAFA;
}

.option-vuawebnhanh2 .block-title {
    position: relative;
    margin-bottom: 20px;
}

.option-vuawebnhanh2 .block-title h2 {
    font-size: 257%;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 0.72px;
    color: var(--main-color);
}

.option-vuawebnhanh2 .block-title1 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
}

.option-vuawebnhanh2 .block-info {
    font-size: 143%;
    color: #444;
    font-weight: 300;
}

.option-vuawebnhanh2 .btn-block {
    margin-top: 40px;
}

.option-vuawebnhanh2 .btn-block .btn {
    display: inline-block;
    box-shadow: none;
}


/* .option-vuawebnhanh2 .btn-block .btn:hover {
    border-color: var(--main-color1-hover);
    background: var(--main-color1);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} */

@media (min-width:992px) {
    .option-vuawebnhanh2 .block-content {
        position: relative;
        padding: 0px 40px;
    }
}

.option-vuawebnhanh2 .block-content .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.option-vuawebnhanh2 .block-content .item::after {
    background-image: url(../images/line.png);
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
}

.option-vuawebnhanh2 .block-content .item:last-child {
    margin-bottom: 0px;
}

.option-vuawebnhanh2 .block-content .item:last-child::after {
    display: none;
}

.option-vuawebnhanh2 .block-content .item h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 157%;
    font-weight: 500;
    color: var(--main-color1);
}

.option-vuawebnhanh2 .block-content .item h3 strong {
    font-size: 230%;
    font-weight: 800;
    color: var(--main-color1);
    /* text-shadow: 1px 1px 2px #eee; */
}

@media (max-width:767px) {
    .option-vuawebnhanh2 .block-title h2 {
        font-size: 228%;
        line-height: 1.3;
    }
    .option-vuawebnhanh2 .block-title {
        margin-bottom: 20px;
    }
    .option-vuawebnhanh2 .btn-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .option-vuawebnhanh2 .block-content .item h3 {}
    .option-vuawebnhanh2 .block-content .item h3 strong {
        margin-right: 5px;
        font-size: 299%;
    }
}


/* */

.option-vuawebnhanh3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    color: #fff;
    padding: 50px 0px;
}

.option-vuawebnhanh3 .block-title {
    width: 70%;
    margin: 0px auto;
    position: relative;
}

.option-vuawebnhanh3 .block-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 257%;
    font-weight: 900;
    letter-spacing: 0.72px;
    line-height: 1.4;
}

.option-vuawebnhanh3 .block-title h2 strong,
.option-vuawebnhanh3 .block-title h2 span {
    font-weight: 900;
    color: var(--main-color1);
}

.option-vuawebnhanh3 .block-content {
    padding-top: 20px;
}

.option-vuawebnhanh3 .block-content .list-target {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 45px;
}

.option-vuawebnhanh3 .block-content .list-target::before {
    content: '';
    right: 0;
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #fff;
}

.option-vuawebnhanh3 .block-content .list-target::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -6px;
    transform: rotate(45deg);
}

.option-vuawebnhanh3 .block-content .list-target li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 114%;
    padding-right: 20px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.option-vuawebnhanh3 .block-content .list-target li .img {
    display: none !important;
    margin-top: 20px;
}

.option-vuawebnhanh3 .block-content .list-target li .icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    display: block;
    margin-right: 12px;
    position: relative;
}

.option-vuawebnhanh3 .block-content .list-target li .icon img {
    width: 30px;
    height: auto;
    padding: 3px;
}

.option-vuawebnhanh3 .block-content .list-target li span {
    width: calc(100% - 70px);
}

.option-vuawebnhanh3 .block-content .list-target li.active .icon,
.option-vuawebnhanh3 .block-content .list-target li:hover .icon {
    background-color: var(--main-color1);
}

.option-vuawebnhanh3 .block-content .list-target li.active .icon img,
.option-vuawebnhanh3 .block-content .list-target li:hover .icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.option-vuawebnhanh3 .block-content .list-target li.active::before {
    background-color: var(--main-color1);
    content: '';
    position: absolute;
    width: 4px;
    right: 0;
    height: 100%;
}

@media (max-width:767px) {
    .option-vuawebnhanh3 .block-content .wrap-avatar {
        display: none;
    }
    .option-vuawebnhanh3 .block-title {
        width: 100%;
    }
    .option-vuawebnhanh3 .block-title h2 {
        font-size: 228%;
        line-height: 1.3;
    }
    .option-vuawebnhanh3 .block-content .list-target {
        margin-top: 10px;
    }
    .option-vuawebnhanh3 .block-content .list-target li.active .img {
        display: block !important;
        max-width: 80%;
    }
}


/* */

.option-vuawebnhanh4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    padding: 62px 0px;
}

.option-vuawebnhanh4 .block-content .tab-wrap {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.option-vuawebnhanh4 .block-content .tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.option-vuawebnhanh4 .block-content .tab {
    display: none;
}

.option-vuawebnhanh4 .block-content .tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.option-vuawebnhanh4 .block-content .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.option-vuawebnhanh4 .block-content .tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.option-vuawebnhanh4 .block-content .tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.option-vuawebnhanh4 .block-content .tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.option-vuawebnhanh4 .block-content .tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.option-vuawebnhanh4 .block-content .tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.option-vuawebnhanh4 .block-content .tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.option-vuawebnhanh4 .block-content .tab:checked+label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.option-vuawebnhanh4 .block-content .tab:checked+label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}

.option-vuawebnhanh4 .block-content .tab+label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
}

.option-vuawebnhanh4 .block-content .tab+label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.option-vuawebnhanh4 .block-content .tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}

.option-vuawebnhanh4 .block-content .row {
    margin: 0px -10px;
}

.option-vuawebnhanh4 .block-content .item {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.option-vuawebnhanh4 .themes .item .iframe {
    margin-bottom: 0;
}

.wrap_themes .item .your_frame {
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
}

.wrap_themes .item .theme_trial {
    position: absolute;
    top: 0;
    padding: 9px 6px;
    cursor: pointer;
    z-index: 9;
    font-size: 93%;
    width: 250px;
    text-align: center;
    height: 36px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.wrap_themes .item .theme_trial i {
    margin-left: 4px;
}

.wrap_themes .item .iframe:hover .theme_trial,
.wrap_themes .item.active .iframe .theme_trial {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.wrap_themes .item .your_frame img {
    object-fit: cover;
    width: 100%;
    transform: translateY(0);
    transition: 1s ease-out;
}

.wrap_themes .item .your_frame:hover img {
    object-fit: cover;
    transform: translateY(calc(-100% + 400px));
    transition: 1s ease-out;
}

.option-vuawebnhanh4 .block-title h2 {
    text-align: center;
    font-size: 228%;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--main-color);
}

.option-vuawebnhanh4 .nav-tabs {
    border-bottom: unset;
    margin: 20px auto 45px;
    text-align: center;
    padding: unset;
}

.option-vuawebnhanh4 .type_used a {
    padding: 8px 26px;
    border: 3px solid #fff;
    color: #0B0A1F;
    font-weight: 600;
    font-size: 100%;
    /* transition: all linear 0.3s; */
    background: #fff;
}

.option-vuawebnhanh4 .type_used a:hover,
.option-vuawebnhanh4 .type_used a.active {
    border: 3px solid var(--main-color-hover);
    background: var(--main-color);
    color: #fff;
}

.option-vuawebnhanh4 .nav-tabs>li {
    float: unset;
    display: inline-block;
    padding: 0;
    margin: 0 2px 5px;
    border: none;
    background: none;
}

.option-vuawebnhanh4 .nav-tabs>li>span,
.option-vuawebnhanh4 .nav-tabs>li>a {
    background-color: unset;
    border: unset;
    color: #444;
    font-weight: 600;
    font-size: 93%;
    padding: 9px 25px;
    transition: all linear 0.2s;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
}

.option-vuawebnhanh4 .tab-content>.tab-pane {
    transition: all linear 0.3s;
    opacity: 0;
    /* display: unset; */
}

.option-vuawebnhanh4 .tab-content>.tab-pane.active {
    opacity: 1;
}

.option-vuawebnhanh4 .nav-tabs>li.active>span,
.option-vuawebnhanh4 .nav-tabs>li.active>span:focus,
.option-vuawebnhanh4 .nav-tabs>li.active>span:hover,
.option-vuawebnhanh4 .nav-tabs>li:hover>span,
.option-vuawebnhanh4 .nav-tabs>li.active>a,
.option-vuawebnhanh4 .nav-tabs>li.active>a:focus,
.option-vuawebnhanh4 .nav-tabs>li.active>a:hover,
.option-vuawebnhanh4 .nav-tabs>li:hover>a {
    background-color: unset;
    border: unset;
    color: #0A142F;
    background-color: var(--main-color1);
    border-radius: 24px;
}

.option-vuawebnhanh4 .view-all {
    margin-top: 15px;
}

.option-vuawebnhanh4 .view-all .btn {
    /* border-radius: 35px; */
    /* border: 3px solid #FFE392; */
    /* background: var(--main-color1); */
    /* color: #0B0A1F; */
    /* font-weight: 700; */
    /* font-size: 114%; */
    /* padding: 10px 30px; */
    /* transition: all linear 0.3s; */
    display: inline-block;
}

.option-vuawebnhanh4 .view-all .btn:hover {
    /* border-color: var(--main-color1-hover); */
    /* background: var(--main-color1); */
    /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
}

@media (max-width:767px) {
    .option-vuawebnhanh4 .block-title h2 {
        font-size: 228%;
        line-height: 1.3;
    }
    .option-vuawebnhanh4 .nav-tabs {
        max-width: 100%;
        white-space: nowrap !important;
        overflow-x: auto;
        margin-bottom: 30px;
    }
    .wrap_themes .item .your_frame {
        height: 180px;
    }
    .wrap_themes .item .your_frame:hover img {
        transform: translateY(calc(-100% + 180px));
    }
}

.item-cate-theme li:hover,
.item-cate-theme li.active {
    background-color: var(--main-color1) !important;
    color: #fff;
    border-color: var(--main-color1) !important;
}


/**/

.option-vuawebnhanh5 {
    background: #fff;
    padding: 65px 0px;
    color: #fff;
}

.option-vuawebnhanh5 .block-title h2 {
    font-size: 257%;
    font-weight: 900;
    letter-spacing: 0.66px;
    color: #FFF;
    text-align: center;
    line-height: 1.3;
    color: var(--main-color);
}

.option-vuawebnhanh5 .block-title h2 strong,
.option-vuawebnhanh5 .block-title h2 span {
    color: #333;
    display: block;
    font-size: 80%;
    font-weight: 400;
    margin: 6px 0 0 0;
}

@media(max-width: 767px) {
    .option-vuawebnhanh5 .block-title h2 strong,
    .option-vuawebnhanh5 .block-title h2 span {
        font-size: 80%;
    }
}

.option-vuawebnhanh5 .block-info {
    font-weight: 300;
    font-size: 129%;
    text-align: center;
    color: #444;
}

.option-vuawebnhanh5 .block-content .item {
    margin-top: 30px;
}

.option-vuawebnhanh5 .block-content .item .iframe {
    text-align: center;
}

.option-vuawebnhanh5 .block-content .item .iframe .icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.option-vuawebnhanh5 .block-content .item .iframe .name {
    font-size: 157%;
    font-weight: 700;
    color: var(--main-color);
}

.option-vuawebnhanh5 .block-content .item .iframe .short-info {
    font-weight: 400;
    font-size: 129%;
    color: var(--main-color);
    color: #222;
}

.option-vuawebnhanh5 .block-content .item .iframe .short-info strong {
    color: var(--main-color);
}

.option-vuawebnhanh5 .block-content .btn-block {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.option-vuawebnhanh5 .block-content .btn-block .btn {
    /* border-radius: 35px; */
    /* border: 3px solid #FFE392; */
    /* background: var(--main-color1); */
    /* color: #0B0A1F; */
    /* font-weight: 700; */
    /* font-size: 114%; */
    /* padding: 10px 30px; */
    transition: all linear 0.3s;
    display: inline-block;
}

.option-vuawebnhanh5 .block-content .btn-block .btn:hover {
    /* border-color: var(--main-color1-hover); */
    /* background: var(--main-color1); */
    /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
}

@media (max-width:767px) {
    .option-vuawebnhanh5 .block-title h2 {
        margin-bottom: 15px;
        font-size: 228%;
        line-height: 1.3;
    }
    .option-vuawebnhanh5 .block-info {
        font-size: 143%;
    }
}


/**/

.option-vuawebnhanh6 {
    padding: 40px 0px;
    background: var(--main-color);
    color: #fff;
}

@media(max-width: 767px) {
    .option-vuawebnhanh6 {
        padding: 10px 0px 0;
    }
}

.option-vuawebnhanh6-1 {
    background: #fff;
}

.option-vuawebnhanh6 .block-content {
    background: var(--main-color-hover);
    border-radius: 30px;
    padding: 6px 40px;
}

.option-vuawebnhanh6-1 .block-content {
    padding: 45px 40px 10px;
}

@media (min-width:778px) {
    .option-vuawebnhanh6 .block-content .row {
        display: flex;
        align-items: center;
    }
}

.option-vuawebnhanh6 .block-content .avatar {
    text-align: right;
}

.option-vuawebnhanh6 .block-content .avatar img {
    max-width: 150px;
    height: auto;
    margin-left: auto;
}

.option-vuawebnhanh6 .block-content .name {
    font-size: 228%;
    font-weight: 700;
}

.option-vuawebnhanh6 .block-content .short-info {
    font-size: 143%;
    font-weight: 300;
    margin: 10px 0;
}

.option-vuawebnhanh6 .block-content .short-info .btn-block{
    display: inline-block;
    margin: 0;
    width: auto;
}

.option-vuawebnhanh6 .block-content .btn-block {
    margin: 30px 0px 32px;
}

.option-vuawebnhanh6 .block-content .btn-block .btn-grad {
    background-image: linear-gradient(to right, #e6b411 0%, #e6b411 51%, #e6b411 100%);
    border-color: var(--main-color1);
    display: inline-block;
    box-shadow: none;
    /* padding: 10px 15px; */
    font-size: 90%;
    font-weight: 300;
}

@media (max-width:767px) {
    .option-vuawebnhanh6 .block-content .name {
        font-size: 200%;
        line-height: 36px;
    }
    .option-vuawebnhanh6 .block-content {
        padding: 20px;
    }
    .option-vuawebnhanh6 .block-content .short-info {
        font-size: 143%;
    }
}


/**/

.option-vuawebnhanh7 {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .option-vuawebnhanh7 {
        padding: 50px 0px 10px;
    }
}

.option-vuawebnhanh7 .block-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 257%;
    font-weight: 900;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}

.option-vuawebnhanh7 .nav-tabs {
    border-bottom: unset;
    margin: 20px auto 40px;
    text-align: center;
    padding: unset;
    border-radius: 48px;
    background: #F6F5FF;
    width: fit-content;
    padding: 6px;
}

.option-vuawebnhanh7 .nav-tabs>li {
    float: unset;
    display: inline-block;
}

.option-vuawebnhanh7 .nav-tabs>li>a {
    background-color: unset;
    border: unset;
    color: #0A142F;
    font-weight: 600;
    font-size: 114%;
    padding: 8px 25px;
    transition: all linear 0.1s;
}

.option-vuawebnhanh7 .tab-content>.tab-pane {
    transition: all linear 0.3s;
    opacity: 0;
    /* display: unset; */
}

.option-vuawebnhanh7 .tab-content>.tab-pane.active {
    opacity: 1;
}

.option-vuawebnhanh7 .nav-tabs>li.active>a,
.option-vuawebnhanh7 .nav-tabs>li.active>a:focus,
.option-vuawebnhanh7 .nav-tabs>li.active>a:hover {
    background-color: unset;
    border: unset;
    color: #FFF;
    background: linear-gradient(135deg, #0A142F 0%, #0A142F 100%);
    border-radius: 24px;
    /* background-image: linear-gradient(to right, #106043 0%, #148059 51%, #0c4e36 100%); */
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 51%, var(--main-color-hover) 100%);
}

.option-vuawebnhanh7 .block-content .item {
    padding: 0 12px;
}

@media(max-width: 767px) {
    .option-vuawebnhanh7 .nav-tabs {
        margin: 20px auto 25px;
    }
    .option-vuawebnhanh7 .block-content .item {
        padding: 0;
    }
}

.option-vuawebnhanh7 .block-content .item .iframe {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.option-vuawebnhanh7 .block-content .item .iframe .title h6 {
    color: #0A142F;
    font-size: 157%;
    font-weight: 700;
    line-height: 32px;
    color: var(--main-color);
}

.option-vuawebnhanh7 .block-content .item .iframe .title h3 {
    font-size: 257%;
    color: #0A142F;
    font-weight: 700;
    color: var(--main-color);
}

.option-vuawebnhanh7 .block-content .item .iframe .title h3 small,
.option-vuawebnhanh7 .block-content .item .iframe .title h3 span.small {
    font-size: 84%;
    font-weight: 400;
}

.option-vuawebnhanh7 .block-content .item .iframe .title h3 span img {
    width: 35px;
    height: auto;
    /* position: absolute; */
    right: 0;
    top: 0;
    margin: -14px 0 0 8px;
}

.option-vuawebnhanh7 .block-content .item .iframe .title h3 span {
    font-size: 100%;
    position: relative;
    font-weight: 600;
}

.option-vuawebnhanh7 .block-content .item .iframe .title p {
    font-size: 114%;
    color: #0A142F;
    margin-bottom: 0px;
}

.option-vuawebnhanh7 .block-content .item .iframe .title {
    border-bottom: 1px solid #0A142F;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info ul li,
.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p {
    color: #0A142F;
    font-size: 100%;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.084px;
    padding: 10px 0px;
    margin: 0;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p>i {
    position: relative;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p>i>span {
    display: none;
    background: #333;
    color: #fff;
    border-radius: 3px;
    font-family: 'Montserrat' !important;
    padding: 5px;
    font-weight: 400;
    font-size: 79%;
    position: absolute;
    width: 200px;
    right: -93px;
    text-align: center;
    line-height: 1.2;
    top: 100%;
    margin-top: 6px;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p>i:hover span {
    display: block;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p>i>span::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #222;
    border-width: 5px;
    margin-left: -5px;
}

.option-vuawebnhanh7 .block-content .item .iframe .wrap-info p img {
    position: relative;
    top: -1px;
}

.option-vuawebnhanh7 .block-content .btn-block {
    text-align: center;
    /* position: relative; */
    margin-top: auto;
    margin-top: 20px;
}

.option-vuawebnhanh7 .block-content .btn-block .btn {
    display: inline-block;
}

@media (max-width:767px) {
    .option-vuawebnhanh7 .block-title h2 {
        font-size: 285%;
        line-height: 52px;
        margin-bottom: 0px;
    }
}


/**/

.option-vuawebnhanh8 {
    padding: 70px 0px 20px;
    /* background: var(--main-color-hover); */
    background: #fff;
}

.slick-dots li.slick-active button {
    background: var(--main-color);
    border-color: var(--main-color);
    width: 20px;
}

.option-vuawebnhanh8 .block-title h2 {
    font-size: 257%;
    color: var(--main-color);
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 50px;
}

.option-vuawebnhanh8 .block-content .item {
    padding: 0 6px;
}

.option-vuawebnhanh8 .block-content .item .iframe {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    padding: 25px;
    background: #fff;
    background: #F4DFA0;
    background: #afc8bf;
}

.option-vuawebnhanh8 .block-content .item .iframe .icon img {
    height: 18px;
    width: auto;
    margin-bottom: 8px;
}

.option-vuawebnhanh8 .block-content .item .iframe .infomation {
    color: #E0E5F3;
    font-size: 114%;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    color: #444;
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name,
.option-vuawebnhanh8 .block-content .item .iframe .block-name .avatar {
    /* display: flex; */
    align-items: center;
    margin: 15px 0;
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name {
    justify-content: space-between;
    text-align: center;
    margin: 0 0 10px 0;
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name .avatar img {
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0px;
    display: inline-block;
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name .avatar .name h3 {
    color: #fff;
    font-size: 129%;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name .avatar .name .short-info {
    font-size: 114%;
    font-weight: 400;
    line-height: 30px;
    color: var(--main-color);
}

.option-vuawebnhanh8 .block-content .item .iframe .block-name .star {
    color: var(--main-color1);
}

.option-vuawebnhanh8 .block-content .slick-arrow {
    top: 65%;
    border: 3px solid #FFE392;
    background: var(--main-color1);
    color: #0B0A1F;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 36px;
    font-size: 143%;
    left: -10px;
    transition: all 0.3s linear 0.2s;
}

.option-vuawebnhanh8 .block-content .slick-arrow.slick-next {
    left: unset;
    right: -10px;
}

.option-vuawebnhanh8 .block-content .slick-arrow:hover {
    border-color: var(--main-color1);
    background: var(--main-color1-hover);
    color: #0B0A1F;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

@media (max-width:767px) {
    .option-vuawebnhanh8 {
        padding-top: 30px;
    }
    .option-vuawebnhanh8 .block-content .slick-arrow {
        left: 0;
        height: 35px;
        width: 35px;
        line-height: 30px;
        font-size: 100%;
    }
    .option-vuawebnhanh8 .block-content .slick-arrow.slick-next {
        left: unset;
        right: 0;
    }
    .option-vuawebnhanh8 .block-title h2 {
        margin-bottom: 30px;
        font-size: 228%;
        line-height: 1.3;
    }
    .option-vuawebnhanh8 .block-content .item .iframe .block-name .star {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 5px;
    }
    .option-vuawebnhanh8 .block-content .item .iframe .block-name .star i {
        width: calc(100%/3);
    }
}


/**/

.menu-bottom {
    /* padding: 0px 0; */
}

@media(max-width: 767px) {
    .menu-bottom {
        /* padding: 5px 0; */
    }
}

.menu-bottom .title {
    margin-bottom: 6px;
    font-weight: normal;
    margin-bottom: 15px;
}

.menu-bottom .title a {
    display: block;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 0px;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #0A142F;
    font-size: 143%;
    font-weight: 600;
}

.menu-bottom .title a:hover {
    color: var(--main-color);
}

.menu-bottom ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .menu-bottom ul li a {
        word-break: break-word;
    }
}

.menu-bottom ul li a {
    color: #0A142F;
    font-size: 114%;
    display: block;
    line-height: 1.4;
    transition: all linear 0.3s;
}

.menu-bottom ul li a:hover {
    color: var(--main-color);
}

.menu-bottom ul li {
    padding: 8px 0px;
}

footer {
    background: #575c5f;
    position: relative;
    padding-top: 50px;
    line-height: 24px;
}

footer .footer p:last-child img {
    box-shadow: rgb(0 0 0 / 50%) 2px 4px 6px;
    border-radius: 6px;
    background: #fff;
    padding: 8px 6px;
    height: 54px;
    width: auto;
}

.footer {
    color: #0A142F;
}

.footer h4 {
    line-height: 1.4;
}

.footer a {
    color: #0A142F;
}

.footer p {
    margin-bottom: 6px;
}

footer .footer p {
    color: #0A142F;
    margin-bottom: 6px;
    font-size: 114%;
    line-height: 24px;
}

.copyright {
    color: #0A142F;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #0A142F;
}

.copyright a {
    color: #0A142F;
}

@media(max-width: 767px) {
    .copyright {
        padding: 15px 0px;
    }
}

footer .logo-footer {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0A142F;
}

footer .logo-footer img {
    max-height: 60px;
    width: auto;
}

@media(max-width: 767px) {
    footer {
        padding-top: 30px;
    }
    footer .logo-footer {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    footer .footer {
        margin-bottom: 20px;
    }
}

.ui-tooltop {
    background: #000 !important;
}