
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    overflow-x: hidden;
}

.navbar a{
    font-size: 14px;
    font-weight: 500;
}

.navbar-toggler{
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}

.navbar-collapse .nav-item a {
    color: #000000;
    font-weight: 700;
    line-height: 20.8px;
    font-size: 16px;
}

.navbar-collapse .btn-login {
    border-radius: 7px 7px 7px 0;
    font-weight: 600;
    color: #303030;
    border: 1px solid #000000;
}

.navbar-collapse .btn-login:hover {
    background-color: #eeeeee;
    border: 1px solid #000000;
}

.navbar-collapse .btn-register {
    border-radius: 7px 7px 7px 0;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #EF0032;
}

.navbar-collapse .btn-register:hover {
    color: #FFFFFF;
    background-color: #ff436c;
    border: 1px solid #EF0032;
}

.border-bot{
    border-bottom: 1px solid rgb(240, 240, 240);
    width: 100%;
}

.w-100-height{
    height: 654px;
    width: 100%;
}

.carousel-inner {
    position: relative;
    background-image: url("../image/banner.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 654px;
}

.navbar-collapse ul li a{
    border-bottom: 2px solid transparent;
}

.navbar-collapse ul li a:hover{
    color: #EE0033;
    border-bottom: 2px solid #EE0033 !important;
}


.carousel-item{
    min-height: 300px;
}

.carousel-info{
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 60px;
    text-align: left !important;
    margin-left: 43%;
    padding-bottom: 9% !important;
}

.btn-advise-red{
    border-radius: 7px 7px 7px 0 !important;
    font-weight: 700 !important;
    color: #EF0032 !important;
}

.btn-advise-black{
    border-radius: 7px 7px 7px 0 !important;
    font-weight: 700 !important;
    background-color: #303030 !important;
    color: #FFFFFF !important;
    border: 1px solid #303030 !important;
}

.carousel-inner .text-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 31.2px;
}

.carousel-inner h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 44.8px;
}

.carousel-inner .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.text-sub-title{
    font-weight: 600;
}

.component-service{
    padding: 80px 30px 30px 30px;
}

.component-service-first .title{
    justify-content: center;
    display: flex;
    font-weight: 700;
    color: #202020;
}

.component-service-first .title .title-logo{
    color: #EE0033;
    margin-right: 6px;
}

.component-service-first .sub-title{
    padding: 1% 30% 0 30%;
    text-align: justify;
    color: #303030;
    font-weight: 400;
}

.component-service-second .component-service-child .title{
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-align-last: center;
    font-size: large;
    color: #303030;
}

.component-service-second .component-service-child{
    padding: 2% 10% 0 10%;
}

.component-service-second .component-service-child .sub-title{
    padding-top: 10px;
    text-align: justify;
    font-weight: 400;
    color: #303030;
}

.dot-center{
    display: flex;
    justify-content: center;
}

.dot{
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 2px #f3f5f6 inset;
    box-sizing: border-box;
    border: 1px solid red;
}

.dot-small{
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.line-center{
    border: dashed 1px gray;
    margin: 2% 24.7%;
}

.component-service-line{
    position: relative;
}

.line-vertical-center{
    content:"";
    position: absolute;
    z-index: -1;
    top: -45px;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted gray;
    height: 45px;
}

.line-vertical-left{
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 24.65%;
    border-left: 2px dotted gray;
    height: 73px;
}

.line-vertical-right{
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 24.65%;
    border-left: 2px dotted gray;
    height: 73px;
}

.component-advantage{
    position: relative;
    background-image: url("../image/component_advantage.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
}

.component-advantage .title{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    color: #303030;
    font-size: 28px;
}

.component-advantage .title-logo{
    color: #EE0033;
    margin-right: 5px;
}

.component-advantage-content{
    position: absolute;
    top: 58%;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 700px;
}

.component-advantage-content .component-advantage-sub-content{
    padding: 15px 0;
}

.component-advantage-content .content-title{
    font-weight: 700;
    font-size: 18px;
    color: #303030;
}

.component-advantage-content .content-sub-title{
    font-weight: 400;
    font-size: 16px;
    color: #303030;
}

.component-enterprise {
    position: relative;
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 340px;
    margin-top: 20px;
}

.component-enterprise .image-right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
}

.component-enterprise .title{
    text-transform: uppercase;
    font-weight: bold;
    color: #303030;
}

.component-enterprise .title-logo {
    color: #EE0033;
}

.component-enterprise .component-enterprise-form{
    position: absolute;
    top: 25%;
    left: 3%;
}

.component-enterprise .component-enterprise-title {
    display: flex;
    align-items: center;
}

.component-enterprise .component-enterprise-sub-content img{
    width: 100px;
    height: 100px;
    margin: 0 0 10px 25px;
    background: transparent;
    position: absolute;
    z-index: 1;
}

.component-enterprise .component-enterprise-content{
    margin-left: 100px;
    display: flex;
    justify-content: space-between;
}

.component-enterprise .component-enterprise-content .content-title{
    font-weight: 700;
    text-align: center;
    color: #303030;
    font-size: 18px;
    position: absolute;
    bottom: -30px;
}

.component-enterprise .component-enterprise-content .content-title-first{
    font-weight: 700;
    text-align: center;
    color: #303030;
    font-size: 18px;
    position: absolute;
    bottom: -10px;
}

.component-enterprise .component-enterprise-sub-content{
    width: 150px;
    height: 150px;
    position: relative;
}

.component-enterprise .component-enterprise-sub-content .rounded{
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    background-color: #FFF4F7;
    left: 40px;
    top: 12px;
    border-radius: 50% !important;
    z-index: 0;
    opacity: 1;
}

.component-enterprise .component-enterprise-content .line{
    position: absolute;
    border: dashed 1px #DDDDDD;
    width: 600px;
    top: 105px;
    margin-left: 90px;
}

.component-support {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #F7F7F7;
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.component-support .image-right {
    position: absolute;
    height: 350px;
    width: 350px;
    top: 0;
    right: 0;
}

.component-support .image-left {
    position: absolute;
    height: 230px;
    width: 230px;
    bottom: 0;
    left: 5px;
}

.component-support .title{
    position: absolute;
    top: 10%;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}

.component-support .title-logo{
    color: #EE0033;
}

.component-support .support-title{
    display: flex;
    justify-content: center;
}

.component-support .component-support-content{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin-top: 6%;
}

.component-support .component-support-sub-content{
    height: 150px;
    width: 35%;
    background-color: #FFFFFF;
    justify-content: space-evenly;
    align-items: center;
}

.component-support .component-support-sub-content .content-title{
    color: #303030;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

.component-support .component-support-sub-content .content-discription{
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}

.component-support .component-support-sub-content .image-border img{
    width: 50px;
    height: 50px;
}

.component-support .component-support-sub-content .image-border{
    background-color: #F7F7F7;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Đăng ký - Register */
.register .modal-content{
    padding: 0 10px;
    border-radius: 20px 20px 20px 0;
}


.register .modal-title{
    font-weight: 700;
    font-size: 30px !important;
}

.register .modal-header{
    border-bottom: 0;
}

.register .modal-body label{
    font-weight: 600;
    font-size: 16px !important;
}

.register .modal-body input{
    border-radius: 8px 8px 8px 0;
}

.register .modal-body span{
    color: #EE0033;
}

.register .modal-footer{
    background-color: #F7F7F7;
}

.register .modal-footer .btn-send{
    background-color: #EE0033;
}

.register .modal-footer .btn-send:hover{
    background-color: #ff436c;
}

.register .modal-footer button{
    border-radius: 8px 8px 8px 0;
    font-weight: 600;
}

/* Validate register */
.register .modal-body .control-group.error input{
    border-color: #dc3545;
}

.register .modal-body .control-group.error input:focus{
    border-color: #dc3545;
    -webkit-box-shadow: 0px 0px 3px 3px #ffb8bf;
}

.register .modal-body .select-group.error select{
    border-color: #dc3545;
}

.register .modal-body .select-group.error select:focus{
    border-color: #dc3545;
    -webkit-box-shadow: 0px 0px 3px 3px #ffb8bf;
}

.register .modal-body .control-group .error-message{
    color: #dc3545;
    font-size: .875em;
    font-style: italic;
}

.register .modal-body .select-group .error-message{
    color: #dc3545;
    font-size: .875em;
    font-style: italic;
}


/* chat bot */
.component-chatbot {
    position: fixed;
    bottom: 25%;
    right: 1rem;
    z-index: 1;
}

.component-chatbot .floating-button{
    display: grid;
}

.component-chatbot .floating-button button{
    border-radius: 100px;
    width: 130px;
    height: 41px;
    border: none;
    position: relative;
}

.component-chatbot .floating-button .button-bottom{
    margin-top: 15px;
    background-color: #202020;
    color: #202020;
}

.component-chatbot .floating-button .button-bottom span{
    color: #FFFFFF;
}

.component-chatbot .floating-button .button-top{
    color: #EE0033;
    background-color: #e03;
}

.component-chatbot .floating-button .button-top span{
    color: #FFFFFF;
}

.component-chatbot .floating-button .frame{
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

.component-chatbot .floating-button span{
    font-size: 14px;
    font-weight: 700;
    line-height: 20.8px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 40px;
}

/* paginatio-button */
.paginatio-button {
    text-align-last: right;
    margin-right: 20px;
    margin-bottom: 50px;
}

.paginatio-button .btn {
    background-color: #cfcfcf;
}

.paginatio-button .btn:hover {
    background-color: #dfdfdf;
}

.carousel-item .carousel-info {
    top: 65%;
}

#pagination-button {
    display: none;
}
  
#pagination-button.visible {
    display: block;
}

@media screen and (max-width: 2900px) {
    .component-enterprise .component-enterprise-content .line {
        width: 900px;
    }
}

@media screen and (max-width: 2400px) {
    .line-vertical-left{
        height: 100px;
    }
    .line-vertical-right{
        height: 100px;
    }
    .component-enterprise .component-enterprise-content .line {
        width: 850px;
    }
}

@media screen and (max-width: 2300px) {
    .component-enterprise .component-enterprise-content .line {
        width: 800px;
    }
}

@media screen and (max-width: 2000px) {
    .component-enterprise .component-enterprise-content .line {
        width: 650px;
    }
}

@media screen and (min-width: 1921px) {
    .line-vertical-left{
        height: 90px;
    }
    .line-vertical-right{
        height: 90px;
    }
    .component-enterprise .component-enterprise-form{
        position: absolute;
        top: 25%;
        left: 3%;
        right: 10%;
    }
}

@media screen and (max-width: 1600px) {
    .component-enterprise .component-enterprise-content .line{
        width: 550px;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 50px;
    }
    .component-enterprise .component-enterprise-content .line {
        width: 560px;
    }
}

@media screen and (min-width: 1441px) {
    .line-vertical-left{
        height: 60px;
    }
    .line-vertical-right{
        height: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .carousel-info{
        margin-left: 44%;
        padding-bottom: 7% !important;
    }

    .line-vertical-left{
        height: 54px;
    }
    
    .line-vertical-right{
        right: 24.5%;
        height: 54px;
    }

    .line-vertical-center{
        top: -40px;
        height: 40px;
    }
    .component-advantage-content{
        width: 600px;
    }
    .component-enterprise .component-enterprise-content .line{
        width: 500px;
    }
    .component-support .component-support-content{
        margin-top: 9%;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .line-vertical-left{
        height: 60px;
    }
    .line-vertical-right{
        height: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .navbar .navbar-brand img{
        width: 100px !important;
        height: 55.5px !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
    .component-enterprise .component-enterprise-content .line{
        width: 380px;
    }
    .component-support .component-support-sub-content{
        height: 150px;
        width: 40%;
        background-color: #FFFFFF;
        justify-content: space-evenly;
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .carousel-inner {
        height: 600px;
    }
    .carousel-inner .text-title{
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-inner h5 {
        font-size: 22px;
        line-height: 41px;
    }
    .carousel-inner .description {
        font-size: 17px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1170px) {
    .carousel-inner {
        height: 550px;
    }
    .carousel-item .carousel-info {
        top: 53%;
    }
    .component-support .component-support-sub-content .content-title{
        color: #303030;
        font-weight: 700;
        font-size: 17px;
        text-decoration: none;
    }
    .line-vertical-left{
        height: 50px;
    }
    .line-vertical-right{
        height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .carousel-inner {
        top: 20px;
        height: 500px;
    }
    .carousel-inner .text-title{
        font-size: 28px;
        line-height: 38px;
    }
    .carousel-inner h5 {
        font-size: 21px;
        line-height: 38px;
    }
    .carousel-inner .description {
        font-size: 16px;
        line-height: 24px;
    }
    .carousel-item .carousel-info {
        top: 45%;
    }
    .w-100-height{
        height: 65vh;
        width: 100%;
    }
    .carousel-info{
        margin-left: 44%;
        padding-bottom: 14% !important;
    }
    .carousel-info{
        margin-left: 44%;
        padding-bottom: 7% !important;
    }

    .line-vertical-left{
        left: 24.3%;
        height: 45px;
    }
    
    .line-vertical-right{
        right: 24.2%;
        height: 45px;
    }

    .line-vertical-center{
        top: -30px;
        height: 30px;
    }
    .component-advantage-content{
        position: absolute;
        top: 55%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 500px;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 10px;
    }
    .component-enterprise .component-enterprise-content .line{
        width: 280px;
        top: 63%;
    }
    .component-service-first .sub-title {
        padding: 1% 25% 0 25%;
    }
    .component-service-second .component-service-child {
        padding: 2% 6% 0 6%;
    }
    .component-support .component-support-content{
        margin-top: 13%;
    }
    .component-enterprise .component-enterprise-sub-content img{
        width: 85px;
        height: 85px;
    }
    .component-enterprise .component-enterprise-sub-content .rounded {
        width: 90px;
        height: 90px;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        font-size: 17px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        font-size: 16px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-item .carousel-info .description {
        padding-right: 50px;
    }
}

@media screen and (max-width: 910px) {
    .component-advantage .title{
        top: 8%;
        left: 40%;
        transform: translate(-30%, -50%);
    }
    .carousel-inner {
        height: 470px;
        top: 40px;
    }
}

@media screen and (max-width: 860px) {
    .component-advantage-content{
        position: absolute;
        top: 55%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 420px;
    }
    .carousel-inner {
        height: 450px;
        top: 40px;
    }
    .carousel-inner .text-title{
        font-size: 26px;
        line-height: 35px;
    }
    .carousel-inner h5 {
        font-size: 20px;
        line-height: 36px;
    }
    .carousel-inner .description {
        font-size: 15px;
        line-height: 23px;
    }
    .carousel-item .carousel-info {
        top: 38%;
    }
    .component-service-first .title {
        font-size: 26px;
    }
    .component-service-first .sub-title {
        padding: 1% 20% 0 20%;
    }
    .component-service-second .component-service-child {
        padding: 2% 5% 0 5%;
    }
    .component-service-second .component-service-child .title {
        font-size: 16px;
    }
    .component-service-second .component-service-child .sub-title {
        font-size: 15.5px;
    }
    .component-enterprise .title {
        font-size: 26px;
    }
    .component-enterprise .component-enterprise-content .line{
        width: 200px;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        bottom: -30px;
    }
    .component-advantage {
        height: 480px;
    }
    .component-advantage .title{
        position: absolute;
        top: 6%;
        left: 54%;
        transform: translate(-50%, -50%);
        width: 500px;
        font-size: 26px;
    }
    .component-advantage-content{
        position: absolute;
        top: 51%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 400px;
        padding-right: 10px;
        text-align: justify;
    }
    .component-advantage-content .component-advantage-sub-content{
        padding: 8px 0;
    }
    .component-advantage-content .content-title {
        font-size: 16px;
    }
    .component-advantage-content .content-sub-title {
        font-size: 13px;
    }
    .component-support {
        height: 330px;
    }
    .component-support .title {
        font-size: 26px;
    }
    .component-support .image-right {
        height: 290px;
        width: 290px;
    }
    .component-support .image-left {
        height: 150px;
        width: 145px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-inner {
        height: 420px;
        top: 40px;
    }
    .carousel-inner .text-title{
        font-size: 24px;
        line-height: 35px;
    }
    .carousel-inner h5 {
        font-size: 18px;
        line-height: 34px;
    }
    .carousel-inner .description {
        font-size: 13px;
        line-height: 22px;
    }
    .carousel-item .carousel-info {
        top: 35%;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 26px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 18px;
    }
    .carousel-item .carousel-info .description {
        font-size: 13px;
        line-height: 22px;
        padding-right: 80px;
    }
    .w-100-height{
        height: 60vh;
        width: 100%;
    }
    .line-vertical-center{
        top: -10px;
        height: 10px;
    }
    .component-service-first .title {
        font-size: 26px;
    }
    .component-service-first .sub-title {
        font-size: 16px;
        padding: 1% 16% 0 16%;
    }
    .component-service-second .component-service-child{
        padding: 2% 4% 0 4%;
        font-size: 16px;
    }
    .component-advantage {
        height: 480px;
    }
    .component-advantage .title{
        position: absolute;
        top: 6%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 500px;
        font-size: 26px;
    }
    .component-advantage-content{
        position: absolute;
        top: 51%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 370px;
        padding-right: 10px;
        text-align: justify;
    }
    .component-advantage-content .component-advantage-sub-content{
        padding: 7px 0;
    }
    .component-advantage-content .content-title {
        font-size: 14px;
    }
    .component-advantage-content .content-sub-title {
        font-size: 13px;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 0;
    }
    .component-enterprise .component-enterprise-content .line{
        top: 80px;
        width: 250px;
    }
    .component-enterprise .component-enterprise-sub-content img{
        width: 70px;
        height: 70px;
    }
    .component-enterprise .component-enterprise-sub-content .rounded{
        width: 80px;
        height: 80px;
    }
    .component-support .component-support-sub-content{
        height: 190px;
        align-items: normal;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .component-support .component-support-sub-content .description{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .carousel-inner {
        background-image: url("../image/banner_small.png");
        height: 370px;
        top: 40px;
    }
    .carousel-item .carousel-info {
        top: 27%;
        left: 12%;
    }
}

@media screen and (max-width: 680px) {
    .carousel-inner {
        height: 350px;
        top: 40px;
        background-image: url("../image/banner_small.png");
    }
    .carousel-item .carousel-info {
        top: 28%;
    }
}

@media screen and (max-width: 650px) {
    .carousel-inner {
        height: 300px;
        top: 50px;
        background-image: url("../image/banner_small.png");
    }
    .carousel-item .carousel-info {
        top: 16%;
        left: 11%;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 22px;
        line-height: 20px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-item .carousel-info .description {
        font-size: 13px;
        line-height: 20px;
        padding-right: 80px;
    }
    .w-100-height{
        height: 60vh;
        width: 100%;
    }
    .line-vertical-right {
        height: 30px;
    }
    .line-vertical-left {
        height: 30px;
    }
    .component-service-second .component-service-child .title {
        font-size: 16px;
        text-align: center;
    }
    .component-service-first .sub-title {
        text-align: justify;
        font-size: 14px;
    }
    .component-service-second .component-service-child{
        padding: 2% 6% 0 6%;
    }
    .component-service-second .component-service-child .sub-title {
        font-size: 14px;
    }
    .component-advantage {
        height: 480px;
    }
    .component-advantage .title{
        position: absolute;
        top: 6%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 500px;
        font-size: 25px;
    }
    .component-advantage-content{
        position: absolute;
        top: 51%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 370px;
        padding-right: 10px;
        text-align: justify;
    }
    .component-advantage-content .component-advantage-sub-content{
        padding: 7px 0;
    }
    .component-advantage-content .content-title {
        font-size: 14px;
    }
    .component-advantage-content .content-sub-title {
        font-size: 13px;
    }
    .component-enterprise {
        height: 240px;
    }
    .component-enterprise .title {
        font-size: 24px;
    }
    .component-enterprise .image-right {
        width: 120px;
        height: 120px;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 0;
    }
    .component-enterprise .component-enterprise-content .line{
        top: 70px;
        width: 155px;
    }
    .component-enterprise .component-enterprise-sub-content img{
        width: 60px;
        height: 60px;
    }
    .component-enterprise .component-enterprise-sub-content .rounded{
        width: 65px;
        height: 65px;
    }
    .component-support {
        height: 350px;
    }
    .component-support .image-right {
        height: 310px;
        width: 310px;
    }
    .component-support .image-left {
        height: 190px;
        width: 175px;
    }
    .component-support .component-support-sub-content{
        height: 200px;
        align-items: normal;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .component-support .component-support-sub-content .description{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        font-size: 15px;
        bottom: 20px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        font-size: 14px;
        padding-right: 5px;
        bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-item .carousel-info .text-title {
        font-size: 22px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 16px;
    }
    .carousel-item .carousel-info .description {
        font-size: 13px;
        line-height: 19px;
        padding-right: 60px;
    }
    .w-100-height{
        height: 60vh;
        width: 100%;
    }
    .line-vertical-right {
        height: 30px;
    }
    .line-vertical-left {
        height: 30px;
    }
    .component-service-second .component-service-child .title {
        font-size: 16px;
        text-align: center;
    }
    .component-service-first .sub-title {
        text-align: justify;
        font-size: 14px;
    }
    .component-service-second .component-service-child{
        padding: 2% 6% 0 6%;
    }
    .component-service-second .component-service-child .sub-title {
        font-size: 14px;
    }
    .component-advantage {
        height: 420px;
    }
    .component-advantage .title{
        position: absolute;
        top: 6%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 500px;
        font-size: 24px;
    }
    .component-advantage-content{
        position: absolute;
        top: 54%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 335px;
        padding-right: 10px;
        text-align: justify;
    }
    .component-advantage-content .component-advantage-sub-content{
        padding: 6px 0;
    }
    .component-advantage-content .content-title {
        font-size: 13px;
    }
    .component-advantage-content .content-sub-title {
        font-size: 12px;
    }
    .component-enterprise {
        height: 240px;
    }
    .component-enterprise .title {
        font-size: 20px;
    }
    .component-enterprise .image-right {
        width: 120px;
        height: 120px;
    }
    .component-enterprise .component-enterprise-content{
        margin-left: 0;
    }
    .component-enterprise .component-enterprise-content .line{
        top: 70px;
        width: 155px;
    }
    .component-enterprise .component-enterprise-sub-content img{
        width: 60px;
        height: 60px;
    }
    .component-enterprise .component-enterprise-sub-content .rounded{
        width: 65px;
        height: 65px;
    }
    .component-support {
        height: 350px;
    }
    .component-support .image-right {
        height: 310px;
        width: 310px;
    }
    .component-support .image-left {
        height: 190px;
        width: 175px;
    }
    .component-support .component-support-sub-content{
        height: 200px;
        align-items: normal;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .component-support .component-support-sub-content .description{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        font-size: 13px;
        bottom: 20px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        font-size: 12px;
        padding-right: 5px;
        bottom: 20px;
    }
    .component-support {
        height: 330px;
    }
    .component-support .component-support-sub-content .image-border {
        width: 60px;
        height: 60px;
    }
    .component-support .component-support-sub-content .image-border img {
        width: 40px;
        height: 40px;
    }
    .component-support .component-support-sub-content .content-title {
        font-size: 15px;
    }
    .component-support .component-support-sub-content .content-discription {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-inner {
        height: 300px;
        top: 50px;
        background-image: url("../image/banner_small.png");
    }
    .carousel-caption {
        left: 12% !important;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 17px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 13px;
    }
    .carousel-item .carousel-info .text-sub-title {
        margin-bottom: 20px !important;
    }
    .carousel-item .carousel-info .description {
        padding-right: 0px !important;
        width: 210px;
    }
    .component-enterprise .component-enterprise-form {
        left: 3%;
        right: 3%;
        top: 10%;
    }
    .component-enterprise .component-enterprise-content .line {
        top: 123px;
        width: 375px;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        bottom: 33px;
        font-size: 14px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        font-size: 13px;
        padding-right: 35px;
        bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .carousel-inner {
        height: 280px;
        top: 50px;
        background-image: url("../image/banner_small.png");
    }
    .carousel-item .carousel-info {
        top: 22%;
        left: 11%;
    }
    .carousel-caption {
        left: 12% !important;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 14px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 12px;
        line-height: initial;
    }
    .carousel-item .carousel-info .text-sub-title {
        margin-bottom: 18px !important;
    }
    .carousel-item .carousel-info .description {
        font-size: 12px;
        line-height: 15px;
    }
    .w-100-height{
        height: 55vh;
        width: 100%;
    }
    .line-vertical-right {
        height: 30px;
        right: 23.3%;
    }
    .line-vertical-left {
        height: 30px;
        left: 23.3%;
    }
    .line-center{
        margin: 2% 23.5%;
    }
    .component-service-first .title {
        font-size: 23px;
    }
    .component-service-first .sub-title {
        padding: 1% 15% 0 15%;
    }
    .component-service-second .component-service-child {
        padding: 2% 3% 0 3% !important;
    }
    .component-service-second .component-service-child .title {
        font-size: 16px;
        text-align: center;
    }
    .component-service-first .sub-title {
        text-align: justify;
        font-size: 14px;
    }
    .component-service-second .component-service-child{
        padding: 2% 6% 0 6%;
    }
    .component-service-second .component-service-child .sub-title {
        font-size: 14px;
    }
    .component-advantage {
        height: 460px;
    }
    .component-advantage .title{
        position: absolute;
        top: 6%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 500px;
        font-size: 23px;
    }
    .component-advantage-content{
        position: absolute;
        top: 54%;
        left: 65%;
        transform: translate(-40%, -50%);
        width: 300px;
        padding-right: 10px;
        text-align: justify;
    }
    .component-advantage-content .component-advantage-sub-content{
        padding: 6px 0;
    }
    .component-advantage-content .content-title {
        font-size: 13px;
    }
    .component-advantage-content .content-sub-title {
        font-size: 12px;
    }
    .component-enterprise .component-enterprise-content .line{
        top: 123px;
        width: 325px;
    }
    .component-support {
        height: 350px;
    }
    .component-support .image-right {
        height: 200px;
        width: 200px;
    }
    .component-support .image-left {
        height: 150px;
        width: 140px;
    }
    .component-support .component-support-sub-content{
        height: 200px;
        align-items: normal;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .component-support .component-support-sub-content .description{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .component-enterprise .component-enterprise-content .content-title-first {
        font-size: 12px;
        bottom: 40px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        font-size: 12px;
        padding-right: 47px;
        bottom: 30px;
    }
    .component-support {
        height: 290px;
    }
    .component-support .title {
        top: 6%;
        font-size: 23px;
    }
    .component-support .component-support-sub-content {
        height: 160px;
    }
    .component-support .component-support-sub-content .image-border {
        width: 50px;
        height: 50px;
    }
    .component-support .component-support-sub-content .image-border img {
        width: 30px;
        height: 30px;
    }
    .component-support .component-support-sub-content .content-title {
        font-size: 15px;
    }
    .component-support .component-support-sub-content .content-discription {
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) {
    .carousel-inner {
        height: 250px;
        top: 50px;
        background-image: url("../image/banner_500.png");
    }
    .carousel-item .carousel-info {
        top: 8%;
        left: 10%;
    }
}

@media screen and (max-width: 475px) {
    .component-advantage {
        height: 470px;
    }
    .component-advantage-content{
        left: 62%;
        width: 285px;
    }
    .component-enterprise .component-enterprise-content .line {
        top: 124px;
        width: 305px;
    }
}

@media screen and (max-width: 425px) {
    .carousel-inner {
        left: -45%;
        background-image: url("../image/banner_500.png");
        width: 150% !important;
    }
    .carousel-item .carousel-info {
        top: 10%;
        left: 12% !important;
    }
    .carousel-caption {
        left: 12% !important;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 18px;
    }
    .carousel-item .carousel-info .text-sub-title {
        font-size: 12px;
        line-height: initial;
    }
    .carousel-item .carousel-info .text-sub-title {
        margin-bottom: 14px !important;
    }
    .carousel-item .carousel-info .description {
        font-size: 12px;
        line-height: 15px;
    }
    .carousel-indicators .active {
        opacity: 0 !important;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        opacity: 0 !important;
    }
    .component-advantage-content{
        left: 57%;
        width: 280px;
    }
    .component-enterprise .component-enterprise-content .line {
        top: 124px;
        width: 305px;
    }
    .component-service-first .title {
        font-size: 20px;
    }
    .component-service-first .sub-title {
        font-size: 12px;
        padding: 1% 5% 0 5%;
    }
    .component-service-second .component-service-child .title {
        font-size: 14px;
    }
    .component-service-second .component-service-child .sub-title {
        font-size: 12px;
    }
    .component-advantage .title {
        font-size: 20px;
        left: 70%;
    }
    .component-enterprise .component-enterprise-content .line {
        width: 225px;
        top: 130px;
    }
    .component-enterprise .component-enterprise-content {
        margin-top: 10px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        padding-right: 40px;
    }
    .component-support {
        height: 260px;
    }
    .component-support .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 406px) {
    .component-enterprise .component-enterprise-content .line {
        top: 156px;
    }
}

@media screen and (max-width: 375px) {
    .carousel-inner {
        left: -60%;
        width: 170% !important;
    }
    .carousel-item .carousel-info .text-title {
        font-size: 15px;
    }
    .component-advantage .title {
        left: 74%;
    }
    .component-advantage-content {
        left: 50%;
        width: 80%;
    }
    .component-enterprise .component-enterprise-content .line {
        width: 190px;
    }
    .component-enterprise .component-enterprise-content .content-title {
        padding-right: 10px;
    }
    .component-support {
        height: 430px;
    }
    .component-support .support-title {
        padding-bottom: 15px;
    }
    .component-support .component-support-content {
        display: block;
        width: 210%;
    }
    .component-support .component-support-sub-content {
        height: 150px;
        margin: 4%;
    }
}

@media screen and (max-width: 325px) {
    .carousel-inner {
        left: -70%;
    }
    .carousel-item .carousel-info {
        top: 10%;
        left: 12% !important;
    }
    .component-advantage {
        height: 520px;
    }
    .component-advantage .title {
        left: 52%;
        display: grid;
        justify-items: center;
        justify-content: center;
        padding-top: 30px;
    }
    .component-advantage-content {
        left: 44%;
        width: 85%;
        top: 56%;
    }
}