.dflt-content span {
    font-size: 16px;
}
.dflt-content span i {
    font-size: 18px;
    color: #ffffff;
}
.dflt-content h2 {
    font-size: 42px;
}
.dflt-content h3 {
    font-size: 16px;
    font-weight: 700;
}
.dflt-content h3 span {
    font-size: 24px;
    font-weight: 700;
}
a.dflt-btn {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 80px;
    border: none;
    color: #000;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    transition: all 0.3s linear;
}
a.dflt-btn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.22);
    transform: translateY(-6px);
}



/* Hero section */

.hero {
    padding: 60px 0;
    overflow: hidden;
}
.hero-main {
    position: relative;
    margin-bottom: 80px;
}
.hero-main h1 {
    font-size: 100px;
    margin-bottom: 24px;
    line-height: 1.3;
}
.hero-main h1 span {
    display: block;
    text-indent: 150px;
    font-size: 100px;
    font-weight: 700;
}
.hero-main img {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 24px;
    transform: rotate(-16deg);
}
.main-con h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: -18px;
}
.stp-line {
    height: 2px;
    width: 100%;
    background-color: #000;
    margin-bottom: 40px;
}

.hero-bottom-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0 12px 20px rgba(0,0,0,0.2);
    width: 100%;
}
.hbb-ico i {
    font-size: 24px;
}
.hero-bottom-box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 24px;
}
.hero-bottom-box p {
    font-size: 16px;
    margin-bottom: 0;
}




/* about section  */


.about {
    scroll-margin-top: 100px;
    padding: 120px 0 50px;
}
.dflt-top span {
    display: inline-block;
    border: 1px solid #494949;
    border-radius: 40px;
    padding: 5px 16px;
    color: #000;
}
.about-anh p {
    font-size: 18px;
    margin-bottom: 24px;
    width: 85%;
}

.about-anh h3 {
    font-size: 24px;
}
.tp-box {
    height: 100px;
    width: 100px;
    background-color: transparent;
}
.about-content {
    position: relative;
}
.about-content h2 {
    font-size: 80px;
    position: relative;
    z-index: 4;
    margin-bottom: 50px;
}
.about-content h2 span {
    font-size: 80px;
    display: block;
    font-weight: 500;
}
.about-content a {
    position: relative;
    z-index: 4;
    margin-left: 80px;
}
.about-main-img img  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 70%;
    border-radius: 40px;
}

.bdrb {
    height: 1px;
    background-color: #6b6b6b;
    margin-bottom: 45px;
    transition: all 0.3s linear;
}



/* web section  */

.web-used {
    padding: 50px 0 100px;
}
.web-box {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    transition: all 0.2s linear;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.web-cont h3 {
    font-size: 22px;
    margin-bottom: 16px;
}
.web-img img {
    width: 55px;
}
.web-cont h3 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 600;
}
.web-cont p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.web-cont ul {
    margin: 0;
    padding: 0;
}
.web-cont ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 16px;
}
.web-cont ul li i {
    color: #ED541D;
}
.inner-box {
    height: 100%;
}

.inner-box .title-box {
    position: relative;
    margin-bottom: 90px;
}
.inner-box .title-box:before {
    position: absolute;
    background-color: #dadada;
    border: 1px solid #1e1e1e;
    content: "";
    left: 0;
    bottom: -33px;
    height: 15px;
    width: 15px;
}
.inner-box .title-box:after {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 3px;
    bottom: -30px;
    height: 9px;
    width: 9px;
}
.title-box h5 {
    font-size: 18px;
    font-weight: 600;
}
.inner-box:hover .title-box:after {
    background-color: #ED541D;
}
.inner-box:hover .web-box {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}


/* my-service section  */

.service{
    padding: 100px 0;
}
.mb-120 {
    margin-bottom: 50px;
}
.service-img {
    position: relative;
}
.service-img img {
    width: 100%;
    border-radius: 40px;
}
.sv-ico {
    position: absolute;
    left: 30px;
    bottom: -38px;
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.sv-ico img {
    width: 40px;
    border-radius: 0;
}
.service-cont {
    position: relative;
    padding-left: 150px;
    top: -42px;
    padding-right: 30px;
}
.service-cont-box {
    border-radius: 40px;
    padding: 30px;
    background-color: #fff;
    color: #000;
    transition: all 0.2s linear;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.service-cont-box h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
.service-cont-box p {
    margin-bottom: 0;
}
.service-box:hover .service-cont-box {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}


/* Responsive */

@media all and (max-width: 1399px){
    .hero-main h1 {
        font-size: 85px;
    }
    .hero-main h1 span {
        text-indent: 100px;
        font-size: 85px;
    }
    .hero-main img {
        width: 250px;
    }
    .about-content h2 span,
    .about-content h2 {
        font-size: 60px;
    }
}
@media all and (max-width: 1199px){
    .dflt-content h2 {
        font-size: 40px;
    }
    /* hero */
    .hero {
        padding:60px 0 50px;
    }
    .hero-main h1 {
        font-size: 72px;
    }
    .hero-main h1 span {
        text-indent: 60px;
        font-size: 72px;
    }
    .hero-main img {
        width: 220px;
    }
    .main-con h3 {
        font-size: 26px;
    }
    .hero-bottom-box h4 {
        font-size: 21px;
    }

    /* about section  */
    .about-content h2 span, .about-content h2 {
        font-size: 60px;
    }
    .about-anh p {
        font-size: 16px;
        width: 92%;
    }
    .tp-box {
        width: 70px;
    }
    .about-anh h3 {
        font-size: 21px;
    }
    /* service section  */
    .web-used {
        padding: 50px 0;
    }
    .service {
        padding: 70px 0;
    }
    .service-cont-box h2 {
        font-size: 22px;
    }
    /* web section  */
    .wbc {
        margin-bottom: 60px;
    }
    .wbc:nth-child(3) .inner-box::before {
        width: 100%;
    }
    
}

@media all and (max-width: 991px){
    .dflt-content h2 span,
    .dflt-content h2 {
        font-size: 36px;
    }
    .hero {
        padding: 60px 0;
    }
    .hero-main {
        margin-bottom: 40px;
    }
    .hero-main img {
        width: 250px;
        display: none;
    }
    .main-con h3 {
        margin-bottom: 24px;
        margin-top: 0;
    }
    .hero-bottom-box {
        bottom: 0;
        right: 35px;
    }
    .imgs-cont {
        margin-top: 50px;
    }

    /* about */
    .ff-box {
        margin-top: 50px;
        margin-left: 0;
    }
    .feature-img img {
        width: 100%;
    }
    .about {
        padding: 80px 0;
    }

    /* .web */
    .web-used {
        padding: 50px 0;
    }
    
    
}

@media all and (max-width: 767px){
    .dflt-content h2 span,
    .dflt-content h2 {
        font-size: 30px;
    }
    .dflt-hdd h1 {
        font-size: 36px;
    }
    /* hero */
    .hero-main h2, .hero-main h2 span {
        font-size: 40px;
    }
    .hero-main h1 {
        font-size: 54px;
    }
    .hero-main h1 span {
        text-indent: 50px;
        font-size: 54px;
    }
    .main-con h3 {
        font-size: 21px;
    }

    /* about */
    .about {
        padding: 40px 0;
    }
    .about-content h2 span, .about-content h2 {
        font-size: 50px;
    }
    .about-anh h3 {
        font-size: 18px;
    }
    .about-anh p {
        width: 100%;
    }
    /* service */
    .service {
        padding: 50px 0 20px;
    }
    .service-cont-box {
        padding: 20px;
    }
    .service-cont-box h2 {
        font-size: 18px;
    }
    .service-cont-box p {
        font-size: 14px;
    }
    .sv-ico img {
        width: 30px;
    }
    .mb-120 {
        margin-bottom: 0;
    }
    .service-cont {
        padding-left: 80px;
        padding-right: 20px;
    }
    .sv-ico {
        left: 12px;
        padding: 15px;
        bottom: -30px;
    }
    /* web  */
    .inner-box:before {
        width: 100%;
    }
    .abf-info {
        padding: 40px 24px;
    }
    .choose-box h3 {
        font-size: 20px;
    }

    
}
@media all and (max-width: 575px){
    /* hero section  */
    .h2-box {
        margin-bottom: 40px;
    }
    .hero-main h1 {
        font-size: 40px;
    }
    .hero-main h1 span {
        text-indent: 0;
        font-size: 40px;
    }
    .hero-bottom-box {
        margin-top: 20px;
        position: static;
        max-width: 100%;
    }
    /* about section  */
    .about-content h2 span, .about-content h2 {
        font-size: 36px;
    }
    .about-content h2 span {
        text-indent: 40px;
    }
    .web-cont h3 {
        font-size: 20px;
    }
    
}
