/* Custom CSS */
.intro-bg-1 {
    background-image: url("../img/content-background-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*height: 716px;*/
}


.platform-item2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
}

.platform-item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
}

.of90-bg-info-left {
    background-image: url("../img/goi90.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: inherit;
    display: flex;
    padding: 40px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background-color: #AD0404;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-blend-mode: multiply;
}

.intro-bg-2 {
    background-image: url("../img/AdobeStock-NDUmIB9Sjr-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    height: inherit;
    mix-blend-mode: multiply;
    background-size: contain;
}


.platform-item3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
}

.platform-item4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
}

.platform-item5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
    z-index: 1;
}

.platform-item6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 2px dashed #E3E3E3;
    background: #FFF;
    position: absolute;
    z-index: 1;
}

.drive-item1 {
    color: #000;
    font-family: Exo;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
    text-align: center;
}

.drive-item2 {
    color: #3D3D3D;
    text-align: center;
    font-family: Exo;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.redright {
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin-right: 6px;
}

.bold0 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.bold1 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
}

.content-condition__item-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.content-condition__item-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    float: right;
    /*position: absolute;*/
    /*left: 172.38px;*/
    /*top: 395px;*/
}

.content-condition__item-3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /*position: absolute;*/
    /*right: 152.62px;*/
    /*top: 250px;*/
}

.content-condition__item-4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /*position: absolute;*/
    /*right: 152.62px;*/
    /*top: 395px;*/
}

.condition__item-number {
    display: flex;
    justify-content: center;
    border-radius: 100%;
    border: 8px solid #FFF;
    background: #FFB000;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.condition__item-number p {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.condition__item-desc {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25)
}

.condition__item-desc p {
    flex: 1 0 0;
    color: #472E0A;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.tc-multiply {
    mix-blend-mode: multiply;
    display: inline-block;
    vertical-align: middle;
}

.tc-vec-8 {
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    width: 100%;
}

.tc-vec-6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc-relative-100 {
    position: relative;
    width: 100%;
}

#dk-tgsd {
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#dk-tgsd .dk {
    color: #AD0404;
    font-family: Inter;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#dk-tgsd .tgsd {
    color: #6B3032;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 8px;
}

#tc-data-info {
    border-radius: 24px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 8px 13px 8px 0px rgba(0, 0, 0, 0.20);
    position: inherit;
    float: right;
}

#tc-data-info .of90-bg-info-left p {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
}

#tc-data-info .of90-bg-info-left div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.35);
}

#recipeCarousel h4 {
    color: #AD0404;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 8px;
}

#recipeCarousel .tc-carousel-data {
    color: #6B3032;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#recipeCarousel .tc-caro-header {
    background-image: url(../img/goi90.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
}

#recipeCarousel .tc-caro-header p {
    color: #A70A0E;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
}

#recipeCarousel .tc-caro-body {
    min-height: 150px;
    border-bottom: 1px dashed #E5E2E2;
}

#recipeCarousel .tc-caro-body h3 {
    color: #3D3D3D;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
}

#recipeCarousel .tc-caro-body p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    color: #575757;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.5%;
}

#recipeCarousel .tc-caro-footer {
    display: flex;
    padding: 5px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #A70A0E;
}

/*@media (min-width: 768px) {*/
/*    #recipeCarousel .tc-caro-footer {*/
/*        padding: 12px 20px;*/
/*        margin: 10px 20px 20px;*/
/*    }*/
/*}*/

#recipeCarousel .tc-caro-footer-of90 {
    color: #AE0404;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
}

#recipeCarousel .tc-caro-footer-sent {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
}

#recipeCarousel .tc-caro-footer-999 {
    color: #AE0404;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
}

.tc-intro--layer4-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
}

#tc-intro-layer5 {
    background-color: #AE0404;
    align-items: center;
    display: inline-flex;
    padding: 70px 158px 70px 158px
}

#tc-intro-layer5 h1 {
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#tc-intro-layer5 h3 {
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#tc-intro-layer5 a {
    display: flex;
    width: 320px;
    padding: 18px 39px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 45px;
    border: 2px solid #FFF;
    background: radial-gradient(274.36% 182.50% at 87.91% -40.20%, #FFD659 0%, #FFC806 33.28%, #ED940E 74.95%, #FFE920 100%);
    box-shadow: 7px 8px 6px 0px #FFEF59 inset, -13px -11px 18px 0px rgba(255, 237, 73, 0.75) inset;
    color: #6B3032;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
    text-decoration: none;
}

#tc-intro-layer6-header {
    display: flex;
    justify-content: center;
    padding-top: 59.6px;
}

#tc-intro-layer6-header .tc-l6-sp1 {
    color: #6B3032;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 8px;
}

#tc-intro-layer6-header .tc-l6-sp2 {
    color: #ED1E25;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}


@media (min-width: 768px) {
    #tc-intro-layer6-body {
        margin-left: 160px;
        margin-right: 160px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

#tc-intro-layer6-body .l6-b-header {
    display: flex;
    width: 357px;
    height: 165px;
    padding: 12px 4px 12px 4px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    background: linear-gradient(180deg, #DFDFDF 0%, #FFF 100%);
    width: 100%;
}

#tc-intro-layer6-body .l6-b-header-sp1 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 8px;
}

#tc-intro-layer6-body .l6-b-header-sp2 {
    color: #A70A0E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

#tc-intro-layer6-body .l6-b-body {
    display: flex;
    padding: 12px;
    border-radius: 12px;
    border: 2px solid #AE0404;
}

#tc-intro-layer6-body .l6-b-body .sp1 {
    color: #A70A0E;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#tc-intro-layer6-body .l6-b-body .sp2 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 8px;
}

#tc-intro-layer6-body .l6-b-body .sp3 {
    color: #A70A0E;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#tabcom-intro-footer {
    background-color: #efefef;
    position: relative;
}

#tabcom-intro-footer .company-info {
    color: #525252;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
}

#tabcom-intro-footer .phone-number {
    color: #525252;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

#tabcom-intro-footer .email {
    color: #525252;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

#tabcom-intro-footer .address {
    color: #525252;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

#tc-guideline-bg-1 {
    background-image: url(../img/back_ground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    mix-blend-mode: multiply;
}

#tc-guideline-r1 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 0px !important;
    max-width: 100%;
}

#tc-guideline-r1 .tc-one-driver {
    padding-left: 7%;
    padding-right: 7%;
}

#tc-guideline-r1 .tc-line-col {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#tc-guideline-r1 .tc-line-col h1 {
    color: #0364B8;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#tc-guideline-r1 .tc-line-col p {
    align-self: stretch;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#tc-guideline-r1 .tc-line-col a {
    padding: 10px 39px;
    border: 1px solid #525252;
    border-radius: 45px;
    margin: 30px 0;
}

.tc-form-sub-template-bg {
    width: 100%;
    height: 195px;
    padding: 40px;
    flex-shrink: 0;
    background-image: url(../img/dk-thue-bao-bg.png);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
}

.tc-form-sub-template-bg .p-header {
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
}

.tc-form-sub-template-body {
    display: flex;
    width: 670px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.tc-form-sub-template-body-80 {
    display: flex;
    width: 50%;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.tc-form-sub-template-body .tabcom-form-title {
    color: #A70A0E;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.tc-form-sub-template-body .line-1 {
    width: 630px;
    height: 2px;
    background-color: #ae0404;
}

.tc-form-sub-template-body .line-2 {
    margin: 15px;
    border: 1px dashed #e5e4e4;
}

.size-inherit {
    width: inherit;
    height: inherit;
}

.tc-form-string {
    color: #000;
    font-family: Exo;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tb-form-input-300 {
    width: 400px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #C9C9C9;
    background: #FFF;
}

.tb-form-input-400 {
    width: 400px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #C9C9C9;
    background: #FFF;
}

.tc-form-sub-template-body .a-forgot-code {
    display: flex;
    color: #000;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.5%;
    text-decoration-line: underline;
    justify-content: center;
    margin: 0 auto 16px;
}

.tc-form-sub-template-body .div-block-btn {
    display: flex;
    color: #000;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.5%;
    text-decoration-line: underline;
    justify-content: center;
    margin: 0 auto 16px;
}

.tc-form-sub-template-body .tc-btn-submit {
    display: flex;
    width: 232px;
    padding: 18px 39px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 45px;
    border: 2px solid #FFF;
    background: radial-gradient(274.36% 182.50% at 87.91% -40.20%, #FFD659 0%, #FFC806 33.28%, #ED940E 74.95%, #FFE920 100%);
    box-shadow: 7px 8px 6px 0px #FFEF59 inset, -13px -11px 18px 0px rgba(255, 237, 73, 0.75) inset;
    color: #6B3032;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
    text-decoration: none;
}

/*Tabcom header*/
.tb-header-nav-pd-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tc-header-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tc-top-menu-col {
    position: absolute;
    right: 0px;
}

.tc-nav-link {
    display: inline-flex;
    height: 41px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 1px solid #EA464B;
    background: linear-gradient(180deg, #DB0910 0%, #FF4E54 100%);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25) inset;
    text-decoration: none;
}

.navbar-nav .active {
    border-radius: 25px;
    background: linear-gradient(180deg, #1E1E1E 0%, #575757 100%);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25) inset;
}

.tc-nav-link span {
    color: #FFF;
    font-family: Exo;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
}

.tb-menu-ul {
    margin-top: 30px;
}

.tb-mobi-edu-logo {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 392px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 12px 12px;
}

.tb-mobi-edu-logo img {
    width: inherit;
    height: inherit;
    content: url(../img/mobi-edu-logo.png);
    /*background-image: url(../img/mobi-edu-logo.png);*/
}

.tc-top-menu-h {
    position: relative;
}

.main {
    position: relative;
    width: fit-content;
    height: 100px;
    display: inline-block;
    top: -700px;
    right: -1600px;
}

.chid {
    display: none;

}

.main:hover .chid {
    display: block;
}

.place {
    position: relative;
}

.include_lead_1 {
    width: 100%;
    display: inline-flex;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.lead_1 {
    width: 459px;
    color: #6B3032;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.office_1 {
    color: #ED1E25;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.include_video_1 {
    display: flex;
    width: 900px;
    height: 422px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 19px;
    border: 1px solid #E5E2E2;
    background: #6F6F6F;
}

.wrap_video_1 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

.wrap_video_2 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

.around_video_1 {
    position: relative;
    width: 900px;
    height: 422px;
    flex-shrink: 0;
}

.video1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 422px;
}

.include_lead_2 {
    width: 100%;
    display: inline-flex;
    margin: auto;
    position: absolute;
    top: 610px;
    left: 50%;
    transform: translateX(-73%);
}

.lead_2 {
    width: 459px;
    color: #6B3032;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.office_2 {
    position: absolute;
    left: 440px;
    color: #ED1E25;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.include_video_2 {
    display: flex;
    width: 900px;
    height: 422px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 19px;
    border: 1px solid #E5E2E2;
    background: #6F6F6F;
}

.around_video_2 {
    position: relative;
    width: 900px;
    height: 422px;
    flex-shrink: 0;
}

.video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 422px;
}

@media (min-width: 1800px) {

    .tb-form-input-300 {
        margin: 0 -5px !important;
    }

    .tb-form-input-400 {
        margin: 0 30px !important;
    }

    .include_video_1 {
        width: 1400px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 1400px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 1400px;
    }

    .video2 {
        width: 1400px;
    }

    .intro-bg-1 {
        height: 716px;
    }

    .drive-item1 {
        font-size: 20px;
    }

    .drive-item2 {
        font-size: 16px;
    }

    .platform-item {
        padding: 16px 12px;
        gap: 6px;
        border-radius: 33px;
    }

    .platform-item1 {
        top: 39px;
        left: 485px;
        width: 260px;
        height: 178px;
    }

    .platform-item2 {
        top: 33px;
        right: 547px;
        width: 255px;
        height: 182px;
    }

    .platform-item3 {
        top: 253px;
        left: 345px;
        width: 260px;
        height: 178px;
    }

    .platform-item4 {
        top: 231px;
        right: 420px;
        width: 260px;
        height: 221px;
    }

    .platform-item5 {
        top: 474px;
        left: 345px;
        width: 347px;
        height: 202px;
    }

    .platform-item6 {
        top: 473px;
        right: 410px;
        width: 347px;
        height: 202px;
    }

    .tc-vec-8 {
        height: 216px;
    }

    .tc-vec-6 {
        bottom: -45px;
    }

    .tc-intro-l3 {
        height: 700px;
    }

    #dk-tgsd {
        top: 165px;
    }

    #dk-tgsd .dk {
        font-size: 36px;
    }

    #dk-tgsd .tgsd {
        font-size: 36px;
    }

    .tc-intro-l3 .tc-l1-3 {
        top: 270px;
    }

    .tc-intro-l3 .tc-l2-3 {
        top: 290px;
    }

    .content-condition__item-1 {
        gap: 24px;
    }

    .condition__item-number {
        width: 60px;
        height: 60px;
    }

    .condition__item-desc {
        width: 453px;
        height: 85px;
        padding: 15px;
        padding-bottom: 0px;
    }

    .condition__item-desc p {
        font-size: 18px;
    }

    #tc-data-info {
        height: 490px;
        width: 324px;
        right: 40px;
    }

    #tc-data-info .of90-bg-info-left p {
        font-size: 40px;
    }

    #tc-data-info .of90-bg-info-left div {
        padding: 10px 15px;
    }

    #recipeCarousel h4 {
        font-size: 36px;
    }

    #recipeCarousel .tc-carousel-data {
        font-size: 36px;
    }

    #recipeCarousel .tc-caro-body h3 {
        font-size: 36px;
        padding-top: 35px;
    }

    #tc-intro-layer5 h1 {
        font-size: 36px;
    }

    #tc-intro-layer5 h3 {
        font-size: 28px;
    }

    /*tabcom header*/
    .tc-top-menu-h {
        max-width: 60%;
        height: 130px;
    }

    .tc-header-logo {
        width: 206px;
        height: 106px;
        padding: 18px 27px;
    }

    .tb-menu-ul li {
        margin-right: 7px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {

    .tb-form-input-300 {
        margin: 0 -5px !important;
    }

    .tb-form-input-400 {
        margin: 0 25px !important;
    }

    .include_video_1 {
        width: 1000px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 1000px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 1000px;
    }

    .video2 {
        width: 1000px;
    }

    .intro-bg-1 {
        height: 530px;
    }

    .platform-item img {
        width: 32px;
    }

    .drive-item1 {
        font-size: 16px;
    }

    .drive-item2 {
        font-size: 14px;
    }

    .platform-item {
        padding: 10px 6px;
        gap: 2px;
        border-radius: 30px;
    }

    .platform-item1 {
        left: 230px;
        top: 30px;
        width: 205px;
        height: 125px;
    }

    .platform-item2 {
        top: 30px;
        right: 250px;
        width: 233px;
        height: 120px;
    }

    .platform-item3 {
        top: 165px;
        left: 110px;
        width: 240px;
        height: 155px;
    }

    .platform-item4 {
        top: 165px;
        right: 150px;
        width: 230px;
        height: 155px;
    }

    .platform-item5 {
        top: 335px;
        left: 115px;
        width: 270px;
        height: 150px;
    }

    .platform-item6 {
        top: 335px;
        right: 230px;
        width: 250px;
        height: 155px;
    }

    .tc-vec-8 {
        height: 187px;
    }

    .tc-vec-6 {
        width: 25%;
        bottom: -35px;
    }

    .tc-intro-l3 {
        height: 530px;
    }

    #dk-tgsd {
        top: 100px;
    }

    #dk-tgsd .dk {
        font-size: 30px;
    }

    #dk-tgsd .tgsd {
        font-size: 30px;
    }

    .tc-intro-l3 .tc-l1-3 {
        top: 160px;
    }

    .tc-intro-l3 .tc-l2-3 {
        top: 200px;
    }

    .content-condition__item-1 {
        gap: 20px;
    }

    .condition__item-number {
        width: 45px;
        height: 45px;
    }

    .condition__item-desc {
        width: 460px;
        height: 106px;
        padding: 20px;
        padding-bottom: 0px;
    }

    .condition__item-desc p {
        font-size: 16px;
    }

    #tc-data-info {
        height: 450px;
        width: 284px;
        right: 0px;
        bottom: 0px;
    }

    #tc-data-info .of90-bg-info-left p {
        font-size: 36px;
        margin-top: 10px;
    }

    #tc-data-info .of90-bg-info-left div {
        padding: 9px 17px;
    }

    .of90-bg-info-left {
        padding: 30px 25px;
    }

    #recipeCarousel h4 {
        font-size: 32px;
    }

    #recipeCarousel .tc-carousel-data {
        font-size: 32px;
    }

    #recipeCarousel .tc-caro-body h3 {
        font-size: 32px;
        padding-top: 35px;
    }

    #tc-intro-layer5 h1 {
        font-size: 32px;
    }

    #tc-intro-layer5 h3 {
        font-size: 26px;
    }

    /*tabcom header*/
    .tc-top-menu-h {
        max-width: 80%;
        height: 120px
    }

    .tc-header-logo {
        width: 150px;
        height: 75px;
        padding: 15px 30px;
    }

    .tb-menu-ul li {
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .tb-form-input-300 {
        margin: 0 -5px !important;
    }

    .tb-form-input-400 {
        margin: 0 33px !important;
    }

    .include_video_1 {
        width: 730px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 730px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 730px;
    }

    .video2 {
        width: 730px;
    }

    .intro-bg-1 {
        height: 530px;
    }

    .platform-item img {
        width: 32px;
    }

    .drive-item1 {
        font-size: 14px;
    }

    .drive-item2 {
        font-size: 12px;
    }

    .platform-item {
        padding: 14px 10px !important;
        gap: 2px;
        border-radius: 22px !important;
    }

    .platform-item1 {
        left: 80px;
        top: 40px;
        width: 163px;
        height: 120px;
    }

    .platform-item2 {
        top: 40px;
        right: 90px;
        width: 170px;
        height: 120px;
    }

    .platform-item3 {
        top: 175px;
        left: 20px;
        width: 195px;
        height: 120px;
    }

    .platform-item4 {
        top: 175px;
        right: 10px;
        width: 165px;
        height: 150px;
    }

    .platform-item5 {
        top: 335px;
        left: 10px;
        width: 185px;
        height: 155px;
    }

    .platform-item6 {
        top: 335px;
        right: 30px;
        width: 180px;
        height: 160px;
    }

    .tc-vec-8 {
        height: 132px;
    }

    .tc-vec-6 {
        width: 28%;
        bottom: -26px;
    }

    .tc-intro-l3 {
        height: 405px;
    }

    #dk-tgsd {
        top: 50px;
    }

    #dk-tgsd .dk {
        font-size: 24px;
    }

    #dk-tgsd .tgsd {
        font-size: 24px;
    }

    .tc-intro-l3 .tc-l1-3 {
        top: 95px;
    }

    .tc-intro-l3 .tc-l2-3 {
        top: 140px;
    }

    .content-condition__item-1 {
        gap: 20px;
    }

    .condition__item-number {
        width: 40px;
        height: 40px;
    }

    .condition__item-desc {
        width: 280px;
        height: 90px;
        padding: 15px;
        padding-bottom: 0px;
    }

    .condition__item-number p {
        font-size: 18px !important;
    }

    .condition__item-desc p {
        font-size: 12px;
    }

    .tc-l4 .row {
        padding-bottom: 50px;
    }

    .tc-l4-r1-of {
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    #tc-data-info {
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    #tc-data-info .of90-bg-info-left p {
        font-size: 26px;
        margin-top: 10px;
    }

    #tc-data-info .of90-bg-info-left div {
        padding: 9px 17px;
    }

    .of90-bg-info-left {
        padding: 20px 160px;
    }

    .bold0 {
        font-size: 12px !important;
    }

    .bold1 {
        font-size: 12px !important;
    }

    #recipeCarousel h4 {
        font-size: 26px;
    }

    #recipeCarousel .tc-caro-header p {
        font-size: 20px !important;
    }

    #recipeCarousel .tc-caro-body {
        min-height: 130px !important;
    }

    #recipeCarousel .tc-carousel-data {
        font-size: 26px;
    }

    #recipeCarousel .tc-caro-body h3 {
        font-size: 28px !important;
        padding-top: 20px;
    }

    #tc-intro-layer5 {
        padding: 45px 140px 45px 140px !important;
    }

    #tc-intro-layer5 h1 {
        font-size: 26px;
    }

    #tc-intro-layer5 h3 {
        font-size: 22px;
    }

    #tc-intro-layer5 a {
        width: 220px !important;
        padding: 10px 18px !important;
        border-radius: 35px !important;
        font-size: 16px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp1 {
        font-size: 28px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp2 {
        font-size: 28px !important;
    }

    #tc-intro-layer6-body {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp1 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp2 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body {
        padding: 8px !important;
        border-radius: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp1 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp2 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp3 {
        font-size: 18px !important;
    }

    /*tabcom header*/
    .tc-top-menu-h {
        max-width: 80%;
        height: 120px;
    }

    .tc-header-logo {
        width: 150px;
        height: 75px;
        padding: 15px 30px;
    }

    .tb-menu-ul li {
        margin-right: 5px;
    }

    .tc-nav-link span {
        font-size: 10px !important;
    }

    .tc-nav-link {
        height: 35px !important;
    }

    .tb-mobi-edu-logo {
        width: 330px;
        height: 35px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .tb-form-input-300 {
        margin: 0 0px !important;
    }

    .tb-form-input-400 {
        margin: 0 25px !important;
    }

    .include_video_1 {
        width: 570px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 570px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 570px;
    }

    .video2 {
        width: 570px;
    }

    .tb-form-input-400 {
        width: 500px !important;
    }

    .tc-form-sub-template-body {
        width: 580px;
        top: 150px;
    }

    .tc-form-sub-template-bg {
        padding: 35px;
        height: 220px;
    }

    .tc-form-sub-template-body .line-1 {
        width: 550px;
    }

    . form-input-400 {
        margin: 0 20px;
        width: 580px;
    }

    .tc-form-sub-template-body {
        width: 530px;
    }

    .intro-bg-1 {
        height: 335px;
    }

    .platform-item img {
        width: 18px;
    }

    .drive-item1 {
        font-size: 10px;
    }

    .drive-item2 {
        font-size: 10px;
    }

    .platform-item {
        padding: 10px 5px !important;
        gap: 2px;
        border-radius: 22px !important;
    }

    .platform-item1 {
        left: 45px;
        top: 25px;
        width: 145px;
        height: 84px
    }

    .platform-item2 {
        top: 25px;
        right: 20px;
        width: 145px;
        height: 85px;
    }

    .platform-item3 {
        top: 115px;
        left: 20px;
        width: 158px;
        height: 84px;
    }

    .platform-item4 {
        top: 115px;
        right: 15px;
        width: 142px;
        height: 107px;
    }

    .platform-item5 {
        top: 212px;
        left: 10px;
        width: 155px;
        height: 102px;
    }

    .platform-item6 {
        top: 228px;
        right: 20px;
        width: 185px;
        height: 99px;
    }

    .tc-vec-8 {
        height: 90px;
    }

    .tc-vec-6 {
        width: 24%;
        bottom: -17px;
        transform: translateX(-50%) !important;
    }

    .tc-intro-l3 {
        height: 380px;
    }

    #dk-tgsd {
        top: 50px;
    }

    #dk-tgsd .dk {
        font-size: 18px;
    }

    #dk-tgsd .tgsd {
        font-size: 18px;
    }

    .tc-intro-l3 .tc-l1-3 {
        top: 60px;
    }

    .tc-intro-l3 .tc-l2-3 {
        top: 65px;
    }

    .content-condition__item-1 {
        gap: 20px;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-2 {
        gap: 20px;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-3 {
        gap: 20px;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-4 {
        gap: 20px;
        float: left !important;
        width: 100%;
    }

    .condition__item-number {
        width: 40px;
        height: 40px;
    }

    .condition__item-desc {
        width: 400px;
        height: 50px;
        padding: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .condition__item-number p {
        font-size: 18px !important;
    }

    .condition__item-desc p {
        font-size: 12px;
    }

    .tc-l4 .row {
        padding-bottom: 50px;
    }

    .tc-l4-r1-of {
        padding-bottom: 20px;
        padding-left: 73px;
        padding-right: 73px;
    }

    #tc-data-info {
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    #tc-data-info .of90-bg-info-left p {
        font-size: 20px;
        margin-top: 10px;
    }

    #tc-data-info .of90-bg-info-left div {
        padding: 9px 17px;
    }

    .of90-bg-info-left {
        padding: 20px 160px !important;
    }

    .bold0 {
        font-size: 12px !important;
    }

    .bold1 {
        font-size: 12px !important;
    }

    #recipeCarousel h4 {
        font-size: 20px;
    }

    #recipeCarousel .tc-caro-header p {
        font-size: 20px !important;
    }

    #recipeCarousel .tc-caro-body {
        min-height: 110px !important;
    }

    #recipeCarousel .tc-carousel-data {
        font-size: 22px;
    }

    #recipeCarousel .tc-caro-body h3 {
        font-size: 20px !important;
        padding-top: 20px;
    }

    #tc-intro-layer5 {
        padding: 25px 32px 25px 32px !important;
    }

    #tc-intro-layer5 h1 {
        font-size: 20px;
    }

    #tc-intro-layer5 h3 {
        font-size: 18px;
    }

    #tc-intro-layer5 a {
        width: 220px !important;
        padding: 10px 18px !important;
        border-radius: 35px !important;
        font-size: 16px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp1 {
        font-size: 20px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp2 {
        font-size: 20px !important;
    }

    #tc-intro-layer6-body {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp1 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp2 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body {
        padding: 8px !important;
        border-radius: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp1 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp2 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp3 {
        font-size: 18px !important;
    }

    #tc-intro-layer6-body .l6-b-header {
        height: 136px;
        margin-bottom: 15px;
    }

    /*tabcom header*/
    .tc-top-menu-h {
        max-width: 100%;
        height: 90px;
    }

    .tc-header-logo {
        width: 150px;
        height: 75px;
        padding: 15px 30px;
    }

    .tb-menu-ul li {
        margin-right: 5px;
    }

    .tc-nav-link span {
        font-size: 10px !important;
    }

    .tc-nav-link {
        height: 35px !important;
    }

    .tb-mobi-edu-logo {
        width: 330px !important;
        height: 30px !important;
    }

    .navbar-light .navbar-toggler {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    .tb-form-input-300 {
        margin: 0 0px !important;
    }

    .tb-form-input-400 {
        margin: 0 25px !important;
    }

    .include_video_1 {
        width: 380px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 380px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 380px;
    }

    .video2 {
        width: 380px;
    }

    .tc-form-sub-template-body {
        width: 355px;
        top: 145px;
    }

    .tc-form-sub-template-bg {
        padding: 30px;
        height: 240px;
    }

    .tc-form-sub-template-body .line-1 {
        width: 350px;
    }

    .tb-form-input-400 {
        width: 298px !important;
    }

    .intro-bg-1 {
        height: 295px;
    }

    .platform-item img {
        width: 15px;
    }

    .drive-item1 {
        font-size: 8px;
    }

    .drive-item2 {
        font-size: 8px;
    }

    .platform-item {
        padding: 10px 5px !important;
        gap: 2px;
        border-radius: 22px !important;
    }

    .platform-item1 {
        left: 48px;
        top: 10px;
        width: 110px;
        height: 75px;
    }

    .platform-item2 {
        top: 10px;
        right: 20px;
        width: 115px;
        height: 75px;
    }

    .platform-item3 {
        top: 90px;
        left: 20px;
        width: 125px;
        height: 74px;
    }

    .platform-item4 {
        top: 90px;
        right: 15px;
        width: 90px;
        height: 93px;
    }

    .platform-item5 {
        top: 178px;
        left: 10px;
        width: 110px;
        height: 106px;
    }

    .platform-item6 {
        top: 193px;
        right: 20px;
        width: 140px;
        height: 94px;
    }

    .tc-vec-8 {
        height: 90px;
    }

    .tc-vec-6 {
        width: 24%;
        bottom: -17px;
        transform: translateX(-50%) !important;
    }

    .tc-intro-l3 {
        height: 320px;
    }

    #dk-tgsd {
        top: 30px;
    }

    #dk-tgsd .dk {
        font-size: 14px;
    }

    #dk-tgsd .tgsd {
        font-size: 14px;
    }

    .tc-intro-l3 .tc-l1-3 {
        top: 40px;
        padding-left: 15px;
    }

    .tc-intro-l3 .tc-l2-3 {
        top: 40px;
        padding-left: 15px;
    }

    .content-condition__item-1 {
        gap: 15px !important;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-2 {
        gap: 15px !important;;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-3 {
        gap: 15px !important;;
        float: left !important;
        width: 100%;
    }

    .content-condition__item-4 {
        gap: 15px !important;;
        float: left !important;
        width: 100%;
    }

    .condition__item-number {
        width: 30px;
        height: 30px;
    }

    .condition__item-desc {
        width: 100%;
        height: 45px;
        padding: 12px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .condition__item-number p {
        font-size: 12px !important;
    }

    .condition__item-desc p {
        font-size: 12px;
    }

    .tc-l4 .row {
        padding-bottom: 20px;
    }

    .tc-l4-r1-of {
        padding-bottom: 20px;
        padding-left: 73px;
        padding-right: 73px;
    }

    #tc-data-info {
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    #tc-data-info .of90-bg-info-left p {
        font-size: 14px;
        margin-top: 0px;
    }

    #tc-data-info .of90-bg-info-left div {
        padding: 6px 10px;
    }

    .of90-bg-info-left {
        padding: 20px 40px !important;
        height: 60px;
    }

    .of90-bg-info-left img {
        width: 20px;
    }

    .bold0 {
        font-size: 12px !important;
    }

    .bold1 {
        font-size: 12px !important;
    }

    #recipeCarousel h4 {
        font-size: 14px;
    }

    #recipeCarousel .tc-caro-header p {
        font-size: 14px !important;
    }

    #recipeCarousel .tc-caro-body {
        min-height: 80px !important;
    }

    #recipeCarousel .tc-carousel-data {
        font-size: 14px;
    }

    #recipeCarousel .tc-caro-body h3 {
        font-size: 14px !important;
        padding-top: 20px;
    }

    #recipeCarousel .tc-caro-body p {
        font-size: 14px !important;
    }

    #recipeCarousel .tc-caro-footer-of90 {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    #recipeCarousel .tc-caro-footer-sent {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    #recipeCarousel .tc-caro-footer-999 {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    #tc-intro-layer5 {
        padding: 25px 32px 25px 32px !important;
    }

    #tc-intro-layer5 h1 {
        font-size: 14px;
    }

    #tc-intro-layer5 h3 {
        font-size: 12px;
    }

    #tc-intro-layer5 a {
        width: 220px !important;
        padding: 10px 18px !important;
        border-radius: 35px !important;
        font-size: 12px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp1 {
        font-size: 14px !important;
    }

    #tc-intro-layer6-header .tc-l6-sp2 {
        font-size: 14px !important;
    }

    #tc-intro-layer6-body {
        margin-left: 40px !important;
        margin-right: 40px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp1 {
        font-size: 12px !important;
        height: 30px !important;
    }

    #tc-intro-layer6-body .l6-b-header-sp2 {
        font-size: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body {
        padding: 8px !important;
        border-radius: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp1 {
        font-size: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp2 {
        font-size: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-body .sp3 {
        font-size: 12px !important;
    }

    #tc-intro-layer6-body .l6-b-header {
        height: 130px !important;
        margin-bottom: 15px;
    }

    #tc-intro-layer6-header {
        padding-top: 20px !important;
    }

    /*tabcom header*/
    header .navbar-brand.logo img {
        width: 100%;
        height: 30px;
    }

    .tc-top-menu-h {
        max-width: 100%;
        height: 90px;
    }

    .tc-header-logo {
        width: 100px;
        height: 45px;
        padding: 0px 0px;
    }

    .tb-menu-ul li {
        margin-right: 5px;
    }

    .tc-nav-link span {
        font-size: 10px !important;
    }

    .tc-nav-link {
        height: 35px !important;
    }

    .tb-mobi-edu-logo {
        width: 330px !important;
        height: 30px !important;
    }

    .navbar-light .navbar-toggler {
        margin-top: 20px;
    }
}

@media (max-width: 375px) {

    .tb-form-input-300 {
        margin: 0 0px !important;
    }

    .tb-form-input-400 {
        margin: 0 20px !important;
    }

    .include_video_1 {
        width: 170px !important;
    }

    .around_video_1 {
        width: 100%;
    }

    .include_video_2 {
        width: 170px;
    }

    .around_video_2 {
        width: 100% !important;
    }

    .video1 {
        width: 170px;
    }

    .video2 {
        width: 170px;
    }

    .tc-form-sub-template-body {
        width: 250px;
        top: 173px;
    }

    .tc-form-sub-template-bg {
        padding: 20px;
        height: 265px;
    }

    .tc-form-sub-template-body .line-1 {
        width: 200px;
    }

    .tb-form-input-400 {
        width: 210px !important;
    }

    .tb-mobi-edu-logo {
        width: 230px !important;
        height: 28px !important;
    }

    .platform-item1 {
        left: 20px;
        top: 10px;
        width: 110px;
        height: 75px;
    }

    .platform-item3 {
        top: 90px;
        left: 15px;
        width: 100px;
        height: 74px;
    }

    .platform-item6 {
        top: 193px;
        right: 20px;
        width: 115px;
        height: 95px;
    }

    .platform-item4 {
        top: 90px;
        right: 15px;
        width: 115px;
        height: 93px;
    }

    .tc-vec-6 {
        width: 28%;
        bottom: -14px;
        transform: translateX(-50%) !important;
    }
}


.image-logo2 {
    content: url("../img/Tabcom Việt Nam 2.png");
    display: inline-block;
    vertical-align: middle;
}

.image-logo3 {
    content: url("../img/Tabcom Việt Nam 3.png");
    display: inline-block;
    vertical-align: middle;
}

.image-logo4 {
    content: url("../img/logo-4.png");
    display: inline-block;
    vertical-align: middle;
    height: 40px !important;
}

.image-phone {
    content: url("../img/mingcute_phone-fill.jpg");
}

.image-email {
    content: url("../img/ic_round-email.jpg");
}

.image-place {
    content: url("../img/ic_baseline-place.jpg");
}

.dz-container {
    display: flex;
    justify-content: space-between;
    width: 70%;
}


#carouselExampleControls {
    max-width: 100%; /* Giới hạn chiều rộng slide */
    margin: 0 auto; /* Căn giữa carousel */
    position: relative;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%; /* Kích thước phần trống hai bên cho nút điều khiển */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100%; /* Đảm bảo icon điều khiển rõ nét */
}

.unitel-logo img {
    width: inherit;
    height: inherit;
    content: url(../img/unitel_logo.png);
}
.unitel-1 img {
    content: url(../img/unitel_banner.png) !important;
}
.unitel-2 img {
    content: url(../img/1740555291620.png);
}
.unitel-3 img {
    content: url(../img/1740716411158.png);
}
.image-unitel-logo-footer {
    content: url("../img/logo-footer.png");
    display: inline-block;
    vertical-align: middle;
    height: 40px !important;
}
.unitel-tc-form-sub-template-bg {
    width: 100%;
    height: 195px;
    padding: 40px;
    flex-shrink: 0;
    background-color: #F68B1F;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
}

.unitel-tc-form-sub-template-bg .p-header {
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
}

.tc-form-sub-template-body .unitel-line-1 {
    width: 630px;
    height: 2px;
    background-color: #F68B1F;
}
.tc-form-sub-template-body .unitel-form-title {
    color: #F68B1F;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.unitel-edu-logo img {
    width: inherit;
    height: inherit;
    content: url(../img/logo-icon.png) !important;
    /*background-image: url(../img/mobi-edu-logo.png);*/
}

/*css vina*/

.vina-logo img {
    width: inherit;
    height: inherit;
    content: url(../img/logo-4.png) !important;
}

.image-vina-logo-footer {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    background: transparent;
}

.image-vina-logo-footer img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.vina-banner-1 img {
    content: url(../img/high_data.png) !important;
}

.vina-banner-2 img {
    content: url(../img/soda155.jpg) !important;
}

.vina-tc-form-sub-template-bg {
    width: 100%;
    height: 195px;
    padding: 40px;
    flex-shrink: 0;
    background-color: #1f7ed0;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
}

.vina-tc-form-sub-template-bg .p-header {
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
}

.vina-tc-form-sub-template-body {
    display: flex;
    width: 670px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.vina-tc-form-sub-template-body .vina-line-1 {
    width: 630px;
    height: 2px;
    background-color: #1f7ed0;
}
.vina-tc-form-sub-template-body .vina-form-title {
    color: #1f7ed0;
    text-align: center;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.vina-tc-form-sub-template-body .vina-tc-btn-submit {
    display: flex;
    width: 232px;
    padding: 18px 39px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 45px;
    border: 2px solid #1f7ed0;
    background: radial-gradient(274.36% 182.50% at 87.91% -40.20%, #1f7ed0 0%, #1f7ed0 33.28%, #1f7ed0 74.95%, #1f7ed0 100%);
    box-shadow: 7px 8px 6px 0px #1f7ed0 inset, -13px -11px 18px 0px rgb(31, 126, 208) inset;
    color: #fff;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.5%;
    text-transform: uppercase;
    text-decoration: none;
}

.vina-tc-form-sub-template-body .vina-div-block-btn {
    display: flex;
    color: #000;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.5%;
    text-decoration-line: underline;
    justify-content: center;
    margin: 0 auto 16px;
}

.vina-tc-form-sub-template-body .vina-a-forgot-code {
    display: flex;
    color: #000;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.5%;
    text-decoration-line: underline;
    justify-content: center;
    margin: 0 auto 16px;
}

.vina-tc-form-sub-template-body .vina-line-2 {
    margin: 15px;
    border: 1px dashed #e5e4e4;
}