@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    /* font-family: 'Roboto Slab', serif; */
}

header .row {
    display: flex;
    flex-wrap: wrap;
    /* display: -moz-box; */
    /* display: -webkit-box; */
}

.wrap {
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap-menu {
    max-width: 1338px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap1 {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap2 {
    max-width: 846px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

ul,
li {
    margin-bottom: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.h1-title {
    height: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
}

.no-scroll {
    overflow: hidden;
}

.fixed-chats {
    position: fixed;
    right: 10px;
    z-index: 10;
    bottom: 30px;
}

/* navbar */



.my-navbar .row {
    align-items: center;
    flex-wrap: nowrap;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-nav {
    text-align: center;
    width: 100%;
    padding-left: 60px;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 192.86px;
    width: 90%;
}

.navitem {
    display: inline-block;
    line-height: 80px;
    float: left;
}

.navitem:not(:last-child) {
    margin-right: 60px;
}

/* .navitem:first-child {
    margin-right: 72px;
}

.navitem:nth-child(2) {
    margin-right: 73px;
} */

.navlink {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.navlink p {
    margin-bottom: 0;
}

#menu-mobi .navlink {
    line-height: unset;
}

.navlink:hover {
    color: #FF6108;
}

.hotline {
    height: 45px;
    width: 193px;
    background: #EE5D29;
    color: #fff;
    font-size: 14px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.hotline span {
    margin-left: 11px;
    display: inline-block;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 9px;
}

/* end navbar */

/* banner */
.banner-box {
    position: relative;
    padding-bottom: calc(700 / 1920 * 100%);
    min-height: 170px;
}

.banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/* end banner */

.section-heading {
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    line-height: 72px;
    margin-top: 0;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    margin-bottom: 80px;
}

.section-heading::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 188px;
    border-radius: 10px;
    bottom: -19px;
    background: #EE5D29;
    left: 50%;
    transform: translate(-50%);
}


.section-title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    line-height: 43.2px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* story succses */

.story-succses {
    padding-top: 80px;
}

.story-content .content {
    margin-right: 75px;
    margin-left: 15px;
    margin-top: 3px;
}

.story-content .content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
}

.story-content .box-img {
    margin-right: 15px;
}

.list-statistical {
    display: flex;
    height: 72px;
    margin-top: 25px;
}

.statistical {
    display: flex;
    align-items: center;
    position: relative;
}

.statistical:not(:last-child) {
    margin-right: 59px;
}

.statistical:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 77.62px;
    width: 1px;
    background: #EE5D29;
    right: -30px;
    transform: rotate(-156.94deg);
}

.statistical svg {
    margin-right: 20px;
}

.statistical .quantity {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    color: #EE5D29;
    margin-bottom: 5px;
}

.statistical .txtname {
    color: #333333;
    line-height: 18.75px;
}

.btntxt {
    font-size: 24px;
    font-weight: 500;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 180px;
    margin: auto;
}

.story-content .contact {
    background: #EE5D29;
    margin-top: 72px;
    color: #fff;
    transition: all .3s;

}

.story-content .contact:hover {
    color: #EE5D29;
    box-shadow: 0 0 0 1px #EE5D29;
    background: #fff;
}

.box-infor {
    padding: 40px 22px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.13px;
    text-transform: uppercase;
    background: #333333;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box-infor:hover {
    background: #EE5D29;
}

.box-infor .title {
    margin-top: 25px;
}

.elment-title {
    font-size: 36px;
    line-height: 42.19px;
    margin-top: 92px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

/* end story succses */

/* internship-content */
.internship-content {
    padding-top: 80px;
}

.bg-content {
    background: #EE5D29;
    padding: 111px 0 112px;
}

.img-internship {
    border-radius: 20px;
    width: 100%;
}

.bg-content .content {
    color: #fff;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
    margin-right: 58px;
    margin-left: 15px;
}

.bg-content .content p {
    margin-bottom: 0;
}



.fixmargin {
    margin-right: 34px;
}

.btn-dangki {
    background: #fff;
    color: #333;
    margin-top: 40px;
    transition: all .3s;
}

#dkisdt:hover {
    color: #EE5D29;
}

.btn-dangki:hover {
    background: #000;
    color: #fff;
}

#btnscroll {
    cursor: pointer;
}

/* advantages */
.advantages {
    padding-top: 80px;
    padding-bottom: 63px;
}

.list-advan {
    line-height: 28.8px;
    font-size: 16px;
    padding-left: 22px;
}

.advantage-title {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 43.2px;
    margin-bottom: 25px;
}

.advantages .content {
    margin-right: 78px;
    margin-left: 15px;
}

.advantages .silde-img img {
    margin: 0 5px;
    display: block;
}

.silde-img {
    padding-top: 38px;
}

/* about-us */
.about-us {
    padding: 62px 0 70px;
    background: #F8F8F8;
}

.about-us .sub-heading {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-left: 43px;
    margin-bottom: 65px;
}

.about-us .sub-heading svg {
    position: absolute;
    top: -8px;
    left: 0;
}

.about-us .section-heading::after {
    bottom: -34px;
}

.about-us .section-heading {
    margin-bottom: 75px;
}

.slide-member {
    text-align: center;
}

.member-avatar {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}

.slide-member button {
    position: absolute;
    bottom: 185px;
}

.slide-member .owl-prev {
    left: 173px;
}

.slide-member .owl-next {
    right: 173px;
}

.member-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    color: rgba(51, 51, 51, 1);
    margin-top: 27px;
    margin-bottom: 6px;
}

.membership {
    color: relative(102, 102, 102, 1);
    line-height: 30px;
}

.about-us .owl-carousel .owl-stage-outer {
    padding-top: 8px;
}

/* end internship-content */
/* partner */
.partner {
    padding: 80px 0 80px;
}

.slide-partner {
    max-width: 1200px;
    padding: 0 57px;
    width: 100%;
    margin: auto;
}

.partner .partner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height: 140px;
    padding: 10px;
}

.partner .partner-img img {
    width: auto;
}

.partner .owl-stage {
    display: flex;
}

.slide-partner .owl-prev {
    position: absolute;
    left: -60px;
    top: calc(50% - 25px);
    transform: translateY(-50%);
}

.slide-partner .owl-next {
    right: -60px;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    position: absolute;
}

.slide-partner .owl-dot {
    width: 13px;
    height: 13px;
    background-color: transparent !important;
    border: 1px solid #BDBDBD !important;
    transform: rotate(45deg);
}

.slide-partner .owl-dot.active {
    background-color: #FF6108 !important;
    border: none !important;
    width: 11px;
    height: 11px;
}

.slide-partner .owl-dot:not(:last-child) {
    margin-right: 21px;
}

.partner .section-heading {
    margin-bottom: 60px;
}

.partner .owl-dots {
    text-align: center;
    margin-top: 34px;
}

.owl-nav button:hover path {
    stroke: #C76128;
}

/* contact-page */

.contact-page {
    background: #EE5D29;
    padding: 67px 0;
}

.form-resgiter {
    text-align: center;
}

.txt-resgiter {
    font-size: 36px;
    font-weight: 500;
    line-height: 42.19px;
    color: #fff;
    margin-bottom: 15px;
}

.txt-resgiter1 {
    line-height: 18.75px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.group-inpur-form {
    width: 673px;
    height: 60px;
    border-radius: 60px;
    max-width: 100%;
    background: #fff;
    margin: auto;
    display: flex;
}

.group-inpur-form input {
    height: 100%;
    padding: 20px 22px;
    border: none;
    border-radius: 60px;
    flex: 1 1 auto !important;
}

.group-inpur-form input:focus-visible {
    outline: 0 !important
}

.group-inpur-form input::placeholder {
    font-size: 18px;
    line-height: 21.09px;
    color: #666;
}

.group-inpur-form button {
    width: 154px;
    height: 100%;
    background: #333;
    border-radius: 60px;
    color: #FFF;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
}

.flex-row {
    display: flex;
    align-items: center;
}

.flex-row:not(:last-child) {
    margin-bottom: 10px;
}

.flex-row svg {
    flex: 18px 0;
}

/* end partner */
footer {
    padding: 80px 0 49px 0;
}

.inforweb {
    color: #333333;
    font-size: 14px;
    line-height: 25.2px;
    margin-left: 6px;
}

.inforweb a {
    color: #333333;
    font-size: 14px;
    line-height: 25.2px;
    white-space: nowrap;
}

.logo-foter {
    margin-top: -20px;
    margin-bottom: 30px;
}

.copyright {
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #EE5D29;
    text-align: center;
}

.box-share {
    position: relative;
    display: inline-block;
}

.page-link {
    position: absolute;
    top: 0;
    text-align: start;
    margin: 10px;
}

.page-name {
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 18.75px;
}

.page-namex {
    margin-bottom: 8px;
    margin-top: 4px;
}

.page-like {
    font-size: 12px;
    line-height: 14.06pxs;
}

.like-page {
    margin: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.share-page {
    margin: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal-dk .modal-header,
.modal-dk .modal-footer {
    border: none;
}

.modal-dk .modal-footer {
    text-align: center;
}

.modal-dk .modal-footer button {
    border: none;
    background: #EE5D29;
    width: 158px;
    height: 40px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    border-radius: 180px;
}

.modal-dk .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-left: 10px;
}

.modal-dk .modal-dialog {
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dk .modal-content {
    border-radius: 20px;
    padding: 3px 6px 10px 6px;
    border: none;
}

.form-control-dk {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 8px 12px;
}

textarea.form-control-dk {
    height: 174px;
    resize: none;
}

.input-group-dk:not(:last-child) {
    margin-bottom: 20px;
}



.input-group-dk label {
    mix-blend-mode: 12px;
}

.input-group-dk:nth-child(2) label {
    margin-bottom: 8px;
}

.modal-dk .modal-footer {
    padding-top: 11px;
}

.input-group-dk .form-control-dk:focus-visible {
    border: 1px solid #C76128;
    outline: none;
}

.box-img img {
    width: 100%;
}

.video {
    width: 100%;
}

/* /menu-mobi */

#menu-mobi {
    position: fixed;
    z-index: 1002;
    background: #fff;
    max-width: 80%;
    width: 400px;
    right: 0;
    transform: translateX(100%);
    transition: all .3s;
    padding: 16px;
    top: 0;
}

.backdrop {
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    content: "";
    inset: 0;
    z-index: 1001;
}

#menu-mobi .close {
    position: absolute;
    right: 0;
    margin: 10px;
    top: 0px;
}


#menu-mobi .navitem {
    float: unset;
    display: block;
    margin: 0;
    line-height: 50px;
}

#video-data img {
    width: 100%;
}

#menu-mobi.show {
    transform: unset !important;
}

#menu-mobi .hotline {
    width: 100%;
    margin-top: 15px;
}

#iframe-video {
    /* max-width: 80%; */
    width: 100%;
    max-height: 70vh;
}

#video .modal-dialog {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#video .modal-body {
    padding: 0;
    line-height: 0;
}

@media (max-width: 1439px) {



    .story-succses {
        padding-top: 40px;
    }

    .section-heading {
        margin-bottom: 60px !important;
    }

    .elment-title {
        margin-top: 40px;
        margin-bottom: 20px;

    }

    .story-content .content,
    .bg-content .content {
        margin: 0;
    }

    .story-content .contact {
        margin-top: 30px;
    }

    .bg-content,
    .advantages,
    .about-us,
    .partner,
    .contact-page,
    footer {
        padding: 40px 0;
    }

    .about-us .sub-heading {
        margin-bottom: 30px;
    }

    .section-heading {
        font-size: 36px;
        line-height: 44px;
    }

    .about-us .section-heading {
        margin-bottom: 60px;
    }

    .fixmargin {
        margin: 0;
    }

    .internship-content {
        padding-top: 40px;
    }

    .story-content .box-img {
        margin-right: 0;
    }

    .navitem:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {

    header {
        position: sticky;
        background: #fff;
        z-index: 1000;
        top: 0;
    }

    .hotline-pc {
        display: none;
    }

    .my-navbar .col-lg-8 {
        display: none;
    }

    .icon-menu {
        display: block;
        text-align: right;
        float: right;
    }
}

@media (max-width: 991px) {
    .story-succses {
        padding-top: 25px;
    }

    .story-content .content {
        margin: 0;
    }

    .list-statistical {
        justify-content: center;
    }

    .section-heading {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 45px !important;
    }

    .section-title {
        font-size: 24px;
        line-height: 28px;
    }

    .story-content .contact {
        margin: 25px auto;
    }

    .elment-title {
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .box-infor {
        padding: 25px 15px;
        font-size: 16px;
        margin: 0;

    }

    .internship-content {
        padding-top: 25px;
    }

    .bg-content {
        padding: 25px 0;
    }

    .advantages {
        padding: 25px 0;
    }

    .advantages .content {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .fixmargin {
        margin: 0;
    }

    .bg-content .content {
        margin: 0;
    }

    .btn-dangki {
        margin: 20px auto;
    }

    .about-us {
        padding: 25px 0px 25px;
    }

    .partner {
        padding: 25px 0px 25px;
    }

    .contact-page {
        padding: 25px 0;
    }

    footer {
        padding: 25px 0;
    }

    .txt-resgiter {
        font-size: 30px;
    }

    .slide-partner {
        padding: 0 20px;
    }

    .about-us .section-heading::after {
        bottom: -19px;
    }

    .silde-img {
        padding-top: 20px;
    }

    footer .col-md-5 {
        text-align: left;
    }

    .box-share {
        margin-top: 16px;
    }

    .partner .owl-dots {
        margin-top: 20px;
    }

    .about-us .sub-heading {
        margin-bottom: 20px;
    }

    .advantage-title {
        text-align: center;
    }
}

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

    .story-succses .wrap1 .row .col-sm-3,
    .silde-img .wrap1 .row .col-sm-4 {
        margin-bottom: 15px;
    }

    .advantages .silde-img img {
        width: 100%;
        margin: 0;
    }

    .btntxt {
        height: 48px;
        font-size: 18px;
    }

    .slide-member .owl-next {
        right: 30px;
    }

    .slide-member .owl-prev {
        left: 30px;
    }
}

@media (max-width: 575px) {
    .list-statistical {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 0;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }

    .member-name {
        font-size: 18px;
        line-height: 26px;
    }

    .statistical:not(:last-child)::after {
        content: none;
    }

    .statistical:not(:last-child) {
        margin: 0 0 20px 0;
    }

    .section-heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 34px !important;
    }

    .section-heading::after {
        height: 3px;
        width: 144px;
        bottom: -10px !important;
    }

    .about-us .sub-heading svg {
        width: 28px;
    }

    .about-us .sub-heading {
        padding-left: 30px;
    }

    .advantage-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .txt-resgiter {
        font-size: 20px;
        line-height: 28px;
    }

    .group-inpur-form {
        height: 48px;
    }

    .elment-title {
        font-size: 20px;
    }


    .group-inpur-form button {
        font-size: 16px;
    }

    .box-logo {
        text-align: center;
    }

    .section-title {
        font-size: 18px;
    }

    .logo-foter {
        margin-bottom: 15px;
        width: 80%;
    }

    #video .modal-dialog {
        margin-top: 60px;
    }

    .logo img {
        width: 80%;
    }
}

/* @media (max-width: 430px) {
    .col-custom {
        padding: 0;
    }
} */
@media (min-width: 1440px) {
    .col-custom {
        padding: 0;
    }
}

.adm-glyphicon {
    display: block;
    position: relative;
    z-index: 10;
}

.adm-glyphicon span path {
    fill: #0060A6;
    background-size: cover;
}

.my-navbar.affix {
    z-index: 10;
    background: #7270701a;
    width: 100%;
}