:root {
    --main-color: #0E99BE !important;
    --MAIN-COLOR2: #297BBF !important;
    --main-color1: #FF9800 !important;
    --MAIN-COLOR1: #FF9800 !important;
}

.header-option {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc));
    background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc);
    padding-bottom: 100px;
}

.header-main-option {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 5;
    padding: 20px 0px 10px;
    transition: 0.5s linear;
}

.header-option .creative-shape {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.header-secondary {
    position: relative;
    padding-top: 150px;
}

@media(max-width: 767px) {
    .header-main-option .logo {
        text-align: center;
    }
    .header-main-option .logo img {
        height: 50px;
        display: inline-block;
    }
    .header-secondary {
        padding-top: 30px;
    }
}

.header-secondary .slider .info {
    padding-top: 80px;
}

.header-secondary .slider .info .title {
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.header-secondary .slider .info .info1 {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
}

@media(max-width: 767px) {
    .header-secondary .slider .info .title {
        font-size: 22px;
        text-align: center;
    }
    .header-secondary .slider .info .info1 {
        text-align: center;
        font-size: 15px;
    }
}

.header-secondary .slider .info .action {
    margin-top: 25px;
}

element.style {}

.default-btn-one {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: var(--main-color);
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 5px;
    margin-right: 20px;
    box-shadow: 0 7px 25px rgb(123 104 238 / 25%);
    z-index: 0;
}

.default-btn-one span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 30px;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    background-color: var(--main-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 7px 25px rgb(123 104 238 / 25%);
    z-index: 0;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 30px;
}

.default-btn-one:hover span,
.default-btn-one:focus span {
    width: 225%;
    height: 562.5px;
}

.default-btn:hover span,
.default-btn:focus span {
    width: 225%;
    height: 562.5px;
}

.default-btn:hover,
.default-btn:focus,
.default-btn-one:hover,
.default-btn-one:focus {
    color: #ffffff;
}


/**/

.block-title-option {
    text-align: center;
    max-width: 700px;
    overflow: hidden;
    margin: 40px auto;
}

.block-title-option h6 {}

.block-title-option h2 {
    font-size: 30px;
    color: #0b0b31;
    margin: 10px 0 0 0;
    font-weight: 600;
    line-height: 1.3;
}

@media(max-width: 767px) {
    .block-title-option h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

.block-title-option h2 a {
    color: #0b0b31;
}

.block-title-option h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color1);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.block-category-option-1 {
    padding: 100px 0px;
    background: #fff;
}

@media(max-width: 767px) {
    .block-category-option-1 {
        padding: 40px 0px 15px;
        position: relative;
        margin-top: -1px;
        z-index: 1;
    }
}

.block-category-option-1 .difficult .item .name {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.block-category-option-1 .difficult .item .name img {
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.block-category-option-1 .difficult .item .name p {
    margin-bottom: 0;
}


/**/

.block-category-option-2 {
    background: #fff;
}

.block-category-option-2 .block-title-option {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.block-category-option-2 .block-title-option h6 {
    color: var(--main-color1);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.block-category-option-2 .block-title-option h2 {
    margin-bottom: 12px;
    font-size: 20px;
}

.block-category-option-2 .block-title-option p {
    margin-bottom: 15px;
}

.block-category-option-2 .skills {
    margin-top: 10px;
    padding-bottom: 15px;
}

.block-category-option-2 .skills .item {
    margin-bottom: 12px;
}

.block-category-option-2 .skills .item h6 {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 4px;
}

.block-category-option-2 .skills .item h6 img {
    width: 20px;
}

.block-category-option-2 .skills .item h6 span {
    display: inline-block;
    margin-left: 5px;
}

.block-category-option-2 .skills .item .skill-progress {
    position: relative;
    height: 1px;
    border-radius: 5px;
    background: #f1f1fa;
    margin-top: 12px;
}

.block-category-option-2 .skills .item .skill-progress .progres {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0px !important;
    background-color: var(--main-color);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.block-category-option-2 .right .list .img {
    text-align: right;
}

.block-category-option-2 .right .list .img img {
    width: 80%;
    height: auto;
}

.block-category-option-2 .right .list .year-design {
    position: absolute;
    left: 10px;
    bottom: 25px;
    text-align: left;
    padding: 15px 30px 15px 30px;
    background: #ffffff;
    border-bottom: 2px solid #FF9800;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
}

.block-category-option-2 .right .list .year-design h2 {
    font-size: 70px;
    font-weight: 700;
    background: url(../imgs/background-text.jpeg) no-repeat;
    background-position: 47% 53%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}


/**/

.vinateks-application1 {
    padding-top: 20px;
    background: #fff;
}

.vinateks-application1 .content {
    padding: 0px 150px;
}

.vinateks-application1 .content1 {
    position: relative;
    height: 600px;
}

@media(max-width: 767px) {
    .vinateks-application1 .content {
        padding: 0;
    }
    .vinateks-application1 .content1 {
        height: 380px;
    }
}

.vinateks-application1 .content .item0 {
    text-align: center;
    width: 280px;
    height: 216px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width: 767px) {
    .vinateks-application1 .content .item0 {
        width: 150px;
        height: 95px;
        z-index: 9;
    }
}

.vinateks-application1 .content .item1 {
    text-align: center;
    width: 385px;
    position: absolute;
    top: 0;
    left: 0;
}

.vinateks-application1 .content .item1 .icon {
    position: absolute;
    width: 48px;
    bottom: 58px;
    right: 66px;
    z-index: 1;
}

@media(max-width: 767px) {
    .vinateks-application1 .content .item1 {
        width: 150px;
        top: 30px;
    }
    .vinateks-application1 .content .item1 .icon {
        right: 10px;
        bottom: -25px;
        width: 60px;
    }
}

.vinateks-application1 .content .item2 {
    text-align: center;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.vinateks-application1 .content .item2 .icon {
    position: absolute;
    top: 35px;
    width: 110px;
    right: -26px;
}

@media(max-width: 767px) {
    .vinateks-application1 .content .item2 {
        width: 150px;
    }
    .vinateks-application1 .content .item2 .icon {
        top: -10px;
        width: 70px;
    }
}

.vinateks-application1 .content .item3 {
    text-align: center;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

.vinateks-application1 .content .item3 .icon {
    position: absolute;
    width: 110px;
    top: 4px;
    left: -72px;
}

@media(max-width: 767px) {
    .vinateks-application1 .content .item3 {
        width: 150px;
    }
    .vinateks-application1 .content .item3 .icon {
        left: -40px;
        top: -50px;
    }
}

.vinateks-application1 .content .item4 {
    text-align: center;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.vinateks-application1 .content .item4 .icon {
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
}

@media(max-width: 767px) {
    .vinateks-application1 .content .item4 {
        width: 150px;
    }
    .vinateks-application1 .content .item4 .icon {
        width: 73px;
        bottom: -34px;
        left: -26px;
    }
}

.vinateks-application1 .content .item img {
    display: inline-block;
    position: relative;
    z-index: 2;
    -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;
}

.vinateks-application1 .content .item img:hover {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/**/

.about-nhuongquyen {
    padding: 50px 0px 30px;
    background: #fff;
}

.about-nhuongquyen .right .about-right {
    padding-top: 15px;
    padding-left: 15px;
}

.about-nhuongquyen .right .about-right ul {
    border-left: 1px solid #dee8f1;
    padding: 0px;
}

.about-nhuongquyen .right .about-right ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 24px;
    text-align: left;
    list-style-type: none;
}

.about-nhuongquyen .right .about-right ul li:before {
    content: '';
    width: 62px;
    height: 55px;
    display: block;
    position: absolute;
    top: -17px;
    left: -34px;
    z-index: 2;
}

.about-nhuongquyen .right .about-right ul li:before {
    /* background: url(../imgs/icon-about.png) no-repeat left top; */
}

.about-nhuongquyen .right .about-right ul li:nth-child(5):after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    left: -1px;
    top: 0px;
}

.about-nhuongquyen .right .about-right ul li>span {
    font-size: 15px;
    /* color: #d12032; */
    color: var(--main-color);
    color: #444;
    display: block;
    margin-bottom: 4px;
    margin-left: 15px;
}

.about-nhuongquyen .right .about-right ul li .info {
    display: none;
}

.about-nhuongquyen .right .about-right ul li .info>p {
    font-size: 15px;
    color: #0f1120;
    margin: 0px;
    line-height: 22px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .about-nhuongquyen .right .about-right ul li .info>p {
        padding-left: 0px;
    }
}


/**/

.block-category-option-6 {
    text-align: center;
    position: relative;
    color: #fff;
    text-align: center;
    background-image: url(../imgs/banner-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.block-category-option-6>div {
    padding: 100px 0;
    background: #03030c7b;
}

.block-category-option-6 .single-counter .name {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}

.block-category-option-6 .single-counter .name span {
    display: inline-block;
}

.block-category-option-6 .single-counter .info {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}


/**/


/*price_new1*/

.option-price {
    background: #fff;
}

.price_new1 {
    margin-bottom: 0px;
}

.price_new1 table {}

.price_new1 table thead {}

.price_new1 table thead tr {
    background-image: -webkit-gradient(linear, left top, right top, from(#0E99BE), to(#0E99BE));
    background-image: linear-gradient(to right, #0E99BE 0%, #297BBF 100%);
    -webkit-box-shadow: 0 5px 15px rgb(0 205 214 / 30%);
    box-shadow: 0 5px 15px rgb(0 205 214 / 30%);
}

.price_new1 table thead tr th {
    border: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0px;
    border: none !important;
    background: none !important;
}

.price_new1 table thead tr th:first-child {
    padding-left: 12px;
}

.price_new1 table tbody {}

.price_new1 table tbody tr {
    background: none !important;
}

.price_new1 table tbody tr td {
    vertical-align: middle;
    border-color: #f1f1f1;
    padding: 8px 0px;
    border: none !important;
    background: none !important;
}

.price_new1 table tbody tr:nth-child(2n) td {
    /* background: #f9f9f9; */
}

.price_new1 table tbody tr td ul {
    margin: 0;
}

.price_new1 table tbody tr td ul.info {
    padding-left: 15px;
}

.price_new1 table tbody tr td ul.info li {
    font-size: 14px;
    padding: 4px 8px;
    height: 30px;
}

.price_new1 table tbody tr td ul.info li:nth-child(2n),
.price_new1 table tbody tr td ul.icon li:nth-child(2n) {
    background: #f7f7f7;
}

.price_new1 table tbody tr td ul.info li:nth-child(2n+1),
.price_new1 table tbody tr td ul.icon li:nth-child(2n+1) {
    background: #fff
}

.price_new1 table tbody tr td ul.icon {
    padding: 0;
    margin: 0;
}

.price_new1 table tbody tr td ul.icon li {
    list-style-type: none;
    font-size: 15px;
    padding: 3px 0px;
    height: 30px;
}

.price_new1 table tbody tr td ul.icon li.no .fa.fa-check {
    color: #333;
}

.price_new1 table tbody tr td ul.icon li .fa.fa-check {
    color: #56ba47;
}

.price_new1 table tbody tr td ul li {
    margin: 0;
}

.price_new1 table tbody tr td:first-child {
    font-weight: 600;
}

@media(max-width: 767px) {
    .table-responsive * {
        white-space: nowrap;
    }
}


/*  */

.block-category-option-9 {
    background-image: url(../imgs/bg-section-1.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    position: relative;
    z-index: 0;
}

.block-category-option-9::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03030c;
    opacity: 0.6;
}

.block-category-option-9 .block-title-option h2 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.block-category-option-9 .block-title {
    position: relative;
    width: 80%;
    margin: 0px auto;
}

.block-category-option-9 .block-title h2 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.block-category-option-9 .block-title p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}


/*  */

.block-category-option-10 {
    padding: 70px 0px;
    background: #fff;
}

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

.block-category-option-10 .partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: center;
}

.block-category-option-10 .partner-list .partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.block-category-option-10 .partner-list .partner-item a {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 0px 20px;
    height: 80px;
}

.block-category-option-10 .partner-list .partner-item a img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}

@media(max-width: 767px) {
    .block-category-option-10 .partner-list .partner-item a {
        padding: 0px 5px;
        margin-bottom: 10px;
        height: 60px;
        position: relative;
        border: 1px solid #f1f1f1;
        border-radius: 3px;
    }
    .block-category-option-10 .partner-list .partner-item a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 9px;
    }
    .block-category-option-10 .partner-list .partner-item {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 4px;
        padding-right: 4px;
    }
}


/**/

.about {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0;
}

.title-option {
    font-size: 24px;
    color: var(--main-color);
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    margin: 0px auto 55px;
    position: relative;
    text-transform: uppercase;
    ;
}

.title-option:before {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 240px;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    right: 0;
    margin: auto;
}

.title-option:after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100px;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    right: 0;
    margin: auto;
}

.info-option {
    font-size: 16px;
    line-height: 1.6;
    max-width: 750px;
    color: #666;
    text-align: center;
    margin: -24px auto 25px;
}

.title-option1 {
    color: #d12032;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px 0px 12px;
    text-transform: uppercase;
}

.about11 {
    padding-top: 40px;
}

.about11 .img {
    position: relative;
}

.about11 .img .year-design {
    position: absolute;
    left: -86px;
    bottom: 25px;
    text-align: left;
    padding: 15px 30px;
    background: #ffffff;
    border-bottom: 2px solid var(--main-color);
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    text-transform: uppercase;
}

.about11 .img .year-design h2 {
    font-size: 70px;
    font-weight: 700;
    background: url(../imgs/background-text.jpeg) no-repeat;
    background-position: 47% 53%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

@media(max-width: 767px) {
    .about11 .img .year-design {
        left: 15px;
        bottom: 7px;
        padding: 6px 12px 0px;
        text-align: center;
    }
    .about11 .img .year-design h2 {
        font-size: 36px;
    }
}

.about11 .img img {
    max-width: 100%;
}

.about11 .item {
    padding-right: 160px;
}

@media(max-width: 767px) {
    .about11 .item {
        padding-right: 15px;
    }
}

.about11 .item .iframe {
    margin-bottom: 16px;
}

.about11 .item .iframe>h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.about11 .item .iframe>h2>i {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
}

.about11 .item .iframe .info {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}

.about11 .item .iframe .info p {}


/**/

.about2 {}

.about2-content {
    margin-bottom: 20px;
}

.about2-content .item {
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

.about2-content .item:nth-child(2n) .img {
    padding-left: 0;
}

.about2-content .item:nth-child(2n+1) .img {
    padding-right: 0;
}

.about2-content .item .img img {
    width: 100%;
}

.about2-content .item:nth-child(2n+1) .info {
    float: right;
}

.about2-content .item .info>.info1 {
    padding-left: 50px;
    margin-bottom: 20px;
    padding-right: 15px;
}

@media(max-width: 767px) {
    .about2-content .item .info>.info1 {
        padding-left: 0px;
    }
}

.about2-content .item .info>.info1>span {
    font-weight: 700;
    font-size: 120px;
    line-height: 150px;
    letter-spacing: 5px;
    color: var(--main-color);
    margin-top: 25px;
    display: block;
    margin-bottom: -5px;
}

.about2-content .item .info>.info1>.title>h2 {
    color: var(--MAIN-COLOR);
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.about2-content .item .info>.info1>h2:after {
    content: '';
    width: 150px;
    height: 4px;
    background: var(--main-color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5ab6cc), color-stop(51%, #823b98), to(#5ab6cc));
    background-image: -webkit-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: -moz-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: -o-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: linear-gradient(to right, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
}

.about2-content .item .info>.info1>.info2 {
    font-size: 15px;
}

.about3 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.about3 .owl {
    margin-top: 32px;
}

.about3 .item {
    padding: 0px 15px;
}

@media(max-width: 767px) {
    .about3 .item {
        padding: 0px 6px;
    }
}

.about3 .item .iframe {}

.about3 .item .iframe .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.about3 .item .iframe .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about3 .item .iframe .info1 {
    padding: 20px 0px 25px;
    white-space: normal;
    background: #fff;
}

@media(max-width: 767px) {
    .about3 .item .iframe .info1 {
        padding: 20px 0px 15px;
    }
}

.about3 .item .category {
    text-align: center;
    margin: 0px 0 6px 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-color);
}

.about3 .item .name {
    font-size: 15px;
    margin: 2px 0px 0px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.about3 .owl .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.about3 .owl .owl-controls .owl-pagination>div {
    text-indent: -9999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 5px 3px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    box-shadow: none;
    cursor: pointer;
}

.about3 .owl .owl-controls .owl-pagination>div.active {
    background: var(--main-color);
}

.about4 {
    position: relative;
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .about4 {
        padding: 50px 0px 20px;
    }
}

.about4 .content-2 {
    position: relative;
    z-index: 1;
}

.about4 .content-2 .option_title {
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .about4 .content-2 .option_title {
        margin-bottom: 20px;
    }
}

.about4 .content-2 .title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 45px;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .about4 .content-2 .title {
        font-size: 18px;
    }
}

.about4 .content-2 .content-2-left .item>p {
    padding: 22px 0px 22px 60px;
    color: var(--main-color);
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50px;
    text-transform: uppercase;
    line-height: 1.3;
}

.about4 .content-2 .content-2-left .item:nth-child(2n+1) {
    clear: both;
}

@media(max-width: 767px) {
    .about4 .content-2 .content-2-left .item>p {
        padding: 54px 0px 0px 0px;
        font-size: 14px;
        background-size: 40px !important;
        background-position: center top;
        text-align: center;
    }
}

.about4 .content-2 .content-2-left .item span {
    color: #373737;
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
}

.content-2-right.left {
    padding-top: 60px;
}

.content-2-left.right {
    padding-top: 60px;
}

@media(max-width: 767px) {
    .content-2-left.right {
        padding-top: 0px;
    }
    .about4 .content-2 .content-2-left .item span {
        margin-bottom: 10px;
        text-align: center;
    }
    .about4 .content-2 .content-2-right {
        display: none;
    }
}


/**/

.about22 {
    padding-top: 40px;
}

.about22 .content {}

.about22 .content .item {}

.about22 .content .item .iframe {
    margin: 18px 0px;
}

.about22 .content .item .iframe .img {
    float: left;
    width: 190px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    margin-right: 20px;
}

.about22 .content .item .iframe .img img {}

.about22 .content .item .iframe .info {}

.about22 .content .item .iframe .info .name {
    color: #444;
    font-size: 20px;
    font-weight: 500;
}

.about22 .content .item .iframe .info .info1 {
    color: var(--main-color);
    font-size: 16px;
    margin: 3px 0px;
}

.about22 .content .item .iframe .info .info2 {
    font-size: 13px;
    text-align: justify;
}


/**/

.about5 {}

.about5 .content {}

.about5 .content ul {
    padding: 0;
    margin: 0;
    /* border: 1px solid #f1f1f1; */
    background: #f9f9f9;
}

.about5 .content ul li {
    list-style-type: none;
}

.about5 .content ul li h3 {
    padding: 15px;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    cursor: pointer;
    margin: 0 0 -1px 0;
}

.about5 .content ul li.active h3 {
    background: #fff;
    color: var(--main-color);
}

.about5 .content ul li h3 i {
    margin-right: 10px;
}

.about5 .content ul li h3 i.fa-angle-down,
.about5 .content ul li h3 i.fa-angle-right {
    float: right;
    font-size: 22px;
}

.about5 .content ul li.active h3 i.fa-angle-right {
    display: none;
}

.about5 .content ul li h3 i.fa-angle-down {
    display: none;
}

.about5 .content ul li.active h3 i.fa-angle-down {
    display: inline-block;
}

.about5 .content ul li .info {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 15px 15px 5px 15px;
    display: none;
}

.about5 .content ul li.active .info {
    background: #fff;
    border-top: 1px solid #f1f1f1;
}

.about5 .content ul li .info p {}

.about1 {
    background-image: url(../imgs/bg-section-1.jpeg?v=1.0.011);
    background-size: cover;
    background-position: center;
    padding: 56px 0px;
    background-attachment: fixed;
}

.about .wrap-title .title {
    padding: 0px 0px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
}

.about .wrap-title .title1 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}