/*landding*/
.box-landding-01 {
    padding: 40px 0;
}

.box-landding-01 .inter-content .title {
    margin-bottom: 20px;
    color: var(--color-main);
    font-size: 30px;
    font-weight: 900;
    /*font-family: 'Montserrat', sans-serif;*/
    display: inline-block;
}

.box-landding-01 .inter-content .dsc {
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.box-landding-01 .landing-image {
    border-radius: 8px;
    overflow: hidden;
}

.box-contact-lannding .form-group {
    margin-bottom: 0;
    position: relative;
}

.box-contact-lannding .form-group {
    max-width: 500px;
}

.box-contact-lannding .form-group .form-control {
    border-radius: 40px;
    border-color: var(--color-main);
    height: 46px;
    font-size: 16px;
}

.box-contact-lannding .form-group .btn-submit {
    border-radius: 20px;
    height: 38px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 2;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-style: italic;
    padding-bottom: 1px;
}
.box-section-lannding-01 {
    background: -webkit-linear-gradient(top, #E9F1FF 0%, #ffffff 100%), linear-gradient(to bottom, #E9F1FF 0%, #f9f9f9 100%);
    margin-bottom: 15px;
}
.box-menu-landding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.box-menu-landding .item-menu {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 16.66%;
    text-align: center;
}

.box-menu-landding .item-menu a {
    display: block;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 700;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.box-menu-landding .item-menu a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    z-index: -1;
    transition: all 1s;
}

.box-menu-landding .item-menu a:hover:before {
    width: 160%;
}

.box-menu-landding .item-menu a:hover {
    color: #fff;
}
.box-section-landding-02 {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    padding: 50px 0 20px;
    margin-bottom: 50px;
}
.desc-section-landding {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #fff;
}

.title-section-landding {
    font-size: 35px;
    max-width: 800px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff !important;
    line-height: 1.4;
}

.info-why-right .info-thumbs {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    padding: 10.7px 15px;
    border-radius: 8px;
    justify-content: space-between;
}
 .info-why-right .info-thumbs .inner-content .name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.info-why-right .item .info-thumbs:hover, .info-why-right .item.active .info-thumbs {
    border-color: var(--color-main);
}
.info-why-right .info-thumbs .inner-content .description {
    color: #6C7482;
    font-size: 14px;
}
.info-why-right .info-thumbs .number {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 50px;
}

.info-why-right .info-thumbs .inner-content {
    margin-left: 15px;
}

.info-why-right .item.active .inner-content .description, .info-why-right .item.active .info-thumbs .inner-content .name, .info-why-right .item.active .info-thumbs .number, .info-why-right .item .info-thumbs:hover .number, .info-why-right .item .info-thumbs:hover .name{
    color: var(--color-main);
    
}
.info-why-right .info-thumbs .inter-content {
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 20px);
}

.info-why-right .item.active .info-thumbs i {
    color: var(--color-main);
}
.section-why .title-desc {
    margin-bottom: 30px;
}

.box-section-landding-03 {
    padding: 50px 0;
}
.img-why .img {
    border-radius: 12px;
    overflow: hidden;
    padding-top: 60.66%;
}

.section-brand {
    border-radius: 16px;
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    padding: 45px 40px 45px 30px;
}
.section-brand .item-text-left .name {
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-brand .item-text-left .description {
    color: var(--white);
    font-size: 14px;
    position: relative;
    max-width: 500px;
}
.section-brand .item-text-left .description>span {
    display: inline-block;
    position: absolute;
    width: 170px;
    left: calc(100% - 100px);
    bottom: -14px;
}
.section-brand .item-text-left .description>span>img {
    height: 65px;
}

.section-brand .slogan {
    font-size: 41px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    /*font-family: 'Montserrat';*/
}

.list-img-partner>.row>div {
    border-right: thin solid #ffffff;
    border-top: thin solid #ffffff;
    position: relative;
}
@media (min-width:1200px){
    .list-img-partner>.row>div:nth-child(4), .list-img-partner>.row>div:nth-child(8),  .list-img-partner>.row>div:nth-child(12) {
        border-right: 0;
    }
    
     .list-img-partner>.row>div:nth-child(1), .list-img-partner>.row>div:nth-child(2), .list-img-partner>.row>div:nth-child(3), .list-img-partner>.row>div:nth-child(4) {
         border-top:0;
     }

}
.item-img-brand .img-brand {
    padding-top: 75px;
}

.item-img-brand .img-brand img {
    object-fit: contain;
    padding: 12px;
    filter: brightness(0) invert(1);
}


.section-box-khach-hang-01 .info .item {
    margin: 1px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.section-box-khach-hang-01 .info .item .inter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-box-khach-hang-01 .info .item .inter-content svg {
    width: 25px;
    color: var(--color-main);
    opacity: 0.5;
}

.section-box-khach-hang-01 .info .item .inter-content .info {
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 50px);
}

.section-box-khach-hang-01 .info .item .inter-content .info .image {
    flex: 0 0 53px;
    max-width: 53px;
}

.section-box-khach-hang-01 .info .item .inter-content .info .image img {
    border-radius: 50%;
    height: 53px;
    object-fit: cover;
    width: 100%;
}

.section-box-khach-hang-01 .info .item .inter-content .info .name-soft {
    margin-left: 15px;
}

.section-box-khach-hang-01 .slogan-section {
    margin-bottom: 30px;
}

.section-box-khach-hang-01 .info .item .top {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.section-box-khach-hang-01 .info .item .top .dsc {
    height: 145px;
    overflow: hidden;
    text-align: justify;
}

.section-box-khach-hang-01 .info .item .inter-content .info .name-soft .name {
    font-weight: 700;
    color: var(--color-main);
    font-size: 16px;
}


.box-section-landding-05 {
    background: var(--bg-light);
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-section-landding-04 {position: relative;}

.section-box-khach-hang-01 .info .item .icon {
    margin-bottom: 15px;
}

.section-box-khach-hang-01 .info .item .icon img {
    height: 50px;
    object-fit: contain;
}

.section-box-khach-hang-01 .title-desc {
    margin-bottom: 40px;
}


.box-form-contact .title-desc {
    margin-bottom: 5px;
    font-size: 20px;
}

.box-form-contact .dsc {
    margin-bottom: 20px;
}

.box-form-contact .info-contact {
    padding: 30px;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-form-contact .info-contact .inter-content .form-group {
    margin-bottom: 15px;
}

.box-form-contact .info-contact .inter-content .form-group .form-control {
    border-radius: 8px;
    border: 1px solid #000000;
    height: 45px;
    font-size: 16px;
    background: none;
}
.box-form-contact .info-contact .inter-content .form-group .form-check {
    padding-left: 0;
}

.box-form-contact .info-contact .inter-content .form-group .form-check .form-check-label {
    position: relative;
    width: 100%;
}

.box-form-contact .info-contact .inter-content  .form-check-label .form-check-input {
    opacity: 0;
}

.box-form-contact .info-contact .inter-content  .form-check-label span {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c757d;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.box-form-contact .info-contact .inter-content .form-group textarea.form-control {
    height: 100px;
    border-radius: 8px;
}

.box-form-contact .info-contact .inter-content .form-group .btn-submit {
    height: 45px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
}
.box-form-contact .inter-img .img img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.box-form-contact .info-contact .inter-content .custom-control-input:checked~ span, .box-form-contact .info-contact .inter-content span:hover {
    /* background: var(--color-main); */
    color: var(--color-main);
    border-color: var(--color-main);
}

.box-form-contact .info-contact .inter-content .form-group>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-form-contact .info-contact .inter-content .form-group>.row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.btn-load-more {
    background: var(--white);
    border-radius: 8px;
    width: 200px;
    border: 1px solid var(--color-main);
}
.section-benefit-ld .info-benefit-right .item-benefit {
    /* background: var(--bg-light); */
    margin-bottom: 20px;
    /* border-radius: 20px; */
    /* padding: 30px; */
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: none;
    border-bottom: 0;
}

.section-benefit-ld .info-benefit-right .item-benefit .image-benefit .img {
    border-radius: 8px;
    overflow: hidden;
}

.section-benefit-ld .info-benefit-right .item-benefit .item .inner-content .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-main);
}

.section-benefit-ld .info-benefit-right .item-benefit .item .inner-content .description .load-more {
    margin-top: 20px;
}

.section-benefit-ld .info-benefit-right .item-benefit .item .inner-content .description .content {
    /* height: 310px; */
    overflow: hidden;
}
.section-benefit-ld .item .inner-content .description.transform-active .content {
    height: auto !important;
}
.load-more .btn-view-all {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    color: #fff;
    padding: 7px;
    border-radius: 8px !important;
    min-width: 195px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.section-benefit-ld .info-benefit-right .item-benefit .image-benefit .img img {
    width: 100%;
}
.load-more .btn-hide {
    display: none;
}
.load-more .btn-show {
    display: inline-block;
}

.transform-active .btn-show {
    display: none;
}

.transform-active .btn-hide {
    display: inline-block;
}

.section-benefit-ld .info-benefit-right .item-benefit:nth-child(2n+1)>.row>div:nth-child(1) {
    order: 1;
}

.section-benefit-ld .info-benefit-right .item-benefit:last-child {
    margin-bottom: 0;
}
.box-section-landding-04:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--bg-light);
    height: 50%;
    z-index: -1;
}
.box-section-landding-07 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-category-landing .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background: var(--color-main);
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid var(--color-main);
}

.box-category-landing .item {
    margin-bottom: 30px;
}

.box-category-landing .row>div:nth-child(2n+2) .item a {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.box-category-landing .item a:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.box-category-landing .row>div:nth-child(2n+2) .item a:hover {
    background: var(--color-main);
    border: 1px solid var(--color-main);
}
.box-landding-01 .inter-content .note {
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    color: var(--color-main);
}
/*landding*/

/*landing-HN*/
.box-banner-hn {
    position: relative;
}

.box-banner-hn>img {
    width: 100%;
    object-fit: cover;
    height: 26vw;
}

.box-banner-hn .inter-content {
    position: absolute;
    top: 60px;
    width: 100%;
}

.box-banner-hn .inter-content .content {
    max-width: 640px;
}

.box-banner-hn .inter-content .content .inter-dsc img {
    max-width: 640px;
}

.box-banner-hn .inter-content .content .info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.box-banner-hn .inter-content .content .title {
    text-align: center;
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

.box-banner-hn .inter-content .content .inter-dsc {
    position: relative;
}

.box-banner-hn .inter-content .content .info .dsc {
    color: var(--white);
    padding: 0 20px;
}

.box-banner-hn .inter-content .content .info .dsc span {
    color: var(--color-highlight);
    font-weight: 700;
}

.box-banner-hn .inter-content .content .info .link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-highlight);
    color: #fff;
    height: 35px;
    padding: 0 25px;
    border-radius: 8px;
    margin-top: 10px;
}

.box-package-design-service .item-package-design-service {
    font-size: 16px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.box-package-design-service .title-top-package {
    display: inline-block;
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    height: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 250px;
    line-height: 55px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-bottom: 20px;
}

.item-package-design-service .title-center-package {
    color: var(--color-highlight);
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.item-package-design-service .img-package {
    margin-bottom: 25px;
    position: relative;
    padding-top: 50%;
}

.item-package-design-service .img-package img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-bottom {
    text-align: left;
    padding: 0 20px 10px;
}

.box-package-design-service .btn-link-all {
    text-align: center;
}

.content-bottom>ul>li {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
}

.content-bottom>ul {
    padding-left: 0;
}
.title-landing {
    font-size: 3.6rem;
    font-weight: 700;
    /*font-family: 'Montserrat', sans-serif;*/
    margin-bottom: 15px;
    color: var(--color-main);
    margin-left: auto;
    margin-right: auto;
}

.slogan-landing {
    margin-bottom: 30px;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.box-landing-hn-01 {
    margin-bottom: 50px;
}

.box-landing-hn-03 {
    margin-bottom: 50px;
}

.link-landing {
    margin-top: 30px;
}

.link-landing a {
    display: inline-flex;
    height: 45px;
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
}

.link-landing a i {
    margin-left: 5px;
}

.link-landing a:hover {
    background: linear-gradient(90deg, #084197 0%, #580abd 100%);
}
.box-why-landing-hn .info .item {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 100%;
}

.box-why-landing-hn .info .item .inter-image {
    flex: 0 0 250px;
    max-width: 250px;
}

.box-why-landing-hn .info .item .inter-image .img {
    padding-top: 150px;
}

.box-why-landing-hn .info .item .inter-image .img img {
    object-fit: contain;
}

.box-why-landing-hn .info .item .inter-content .title {
    font-weight: 700;
    color: var(--color-main);
    font-size: 18px;
    margin-bottom: 10px;
}

.box-why-landing-hn .info>.row>div {
    margin-bottom: 30px;
}

.box-why-landing-hn .info .item .inter-content .description span {
    font-weight: 700;
    color: var(--color-main);
}
.box-why-landing-hn .title-landing {
    margin-bottom: 30px;
}
.box-service-landing-hn .list-service .title-landing {
    font-size: 2.6rem;
}

.box-service-landing-hn .list-service .inter-content .title {
    margin-bottom: 10px;
    display: flex;
}

.box-service-landing-hn .list-service .inter-content .title i {
    font-size: 16px;
    color: var(--color-main);
    margin-right: 10px;
    padding-top: 5px;
    display: inline-block;
}

.box-landing-hn-04 {
    background: var(--bg-light);
    padding: 50px 0;
}

.box-service-landing-hn .img img {
    object-fit: contain;
}

.box-4-steep-web .info .item {
    height: 100%;
    border: 1px solid var(--color-main);
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    text-align: center;
}

.box-4-steep-web .info .item .icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.box-4-steep-web .info .item .icon {
    margin-bottom: 10px;
}

.box-4-steep-web .info .item .inter-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.box-4-steep-web .info .item .icon {
    /* width: 80px; */
    /* height: 80px; */
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box-landing-hn-06 {
    padding-top: 60px;
    margin-bottom: 60px;
}

.box-landing-hn-05 {
    margin-bottom: 30px;
}
.box-landing-hn-07 {
    background: var(--bg-light);
    padding-top: 50px;
    padding-bottom: 80px;
}

.box-quy-trinh {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.box-quy-trinh .content-quy-trinh .inter-hover {
    position: relative;
}

.box-quy-trinh .content-quy-trinh .img {
    position: relative;
    padding-top: 501px;
}

.box-quy-trinh .content-quy-trinh .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item {
    position: relative;
    height: 61px;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .name {
    width: 300px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 16px;
    height: 61px;
    line-height: 61px;
    padding-left: 40px;
    border-radius: 80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    background: linear-gradient(to right, #a418bf, #c530e3, #a418bf);
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .count {
    background: white;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border-radius: 60px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 10%);
    border: 1px solid #ece9e9cc;
    left: -18px;
    font-weight: 700;
    font-size: 25px;
    top: 6px;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-1 .item-info {position: absolute;left: 184px;top: -30px;}

.box-quy-trinh .title-landing {
    margin-bottom: 60px;
}

.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-2 .item-info {
    position: absolute;
    left: 299px;
    top: -26px;
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-3 .item-info {
    position: absolute;
    top: -15px;
    left: 378px;
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-4 .item-info {
    position: absolute;
    left: 371px;
    top: 0px;
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-5 .item-info {
    position: absolute;
    left: 300px;
    top: 13px;
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-6 .item-info {
    position: absolute;
    left: 186px;
    top: 19px;
}


.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-2 .item-info .name {
    background: linear-gradient(to right, #7c3ac8, #a054f5, #7c3ac8);
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-3 .item-info .name {
    background: linear-gradient(to right, #00a3dd, #57c7ff, #00a3dd)
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-4 .item-info .name {
        background: linear-gradient(to right, #ea8300, #ffba00, #ea8300);
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-5 .item-info .name {
    background: linear-gradient(to right, #2e7800, #95ef2a, #1e4e00);
}
.box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item.item-6 .item-info .name {
    background: linear-gradient(to right, #e02567, #f24482, #e02567);
}

.content-quy-trinh .content-text {
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 35px 35px;
    width: 100%;
    float: right;
    background: #ffffff;
}

.content-quy-trinh .content-text .item .name {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-quy-trinh .content-text .item {
    display: none;
}

.content-quy-trinh .content-text .item.active {
    display: block;
}

.content-quy-trinh .content-text .item.item-2 .name {
    color: #7d3ac9;
}

.content-quy-trinh .content-text .item.item-1 .name {
    color: #a519c0;
}

.content-quy-trinh .content-text .item.item-3 .name {
    color: #07a6e0;
}

.content-quy-trinh .content-text .item.item-4 .name {
    color: #ed8b00;
}

.content-quy-trinh .content-text .item.item-5 .name {
    color: #49940d;
}

.content-quy-trinh .content-text .item.item-6 .name {
    color: #e2286a;
}


.content-quy-trinh .content-text .item .description p {
    font-size: 18px;
}

.box-scoll-website {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    padding: 30px;
    border-radius: 2rem;
}

.box-scoll-website .title-landing {
    color: #fff;
    margin-bottom: 25px;
    max-width: 800px;
}

.box-scoll-website .slogan-landing {
    color: #fff;
}

.box-scoll-website .btn-scoll a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 48px;
    padding: 0 50px;
    border-radius: 50px;
    font-weight: 700;
    color: var(--color-main);
}

.box-scoll-website .btn-scoll {
    text-align: center;
}
.box-landing-hn-08 {
    position: relative;
    margin-bottom: 50px;
}

.box-landing-hn-08:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--bg-light);
}

.box-lua-chon-web4s .title-landing {
    margin-bottom: 40px;
    max-width: 800px;
}

.box-lua-chon-web4s .info .item {
    background: var(--bg-light);
    height: 100%;
    padding: 30px;
    border-radius: 12px;
}

.box-lua-chon-web4s .info .item .icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.box-lua-chon-web4s .info .item .icon img {
    width: 50px;
    height: 50px;
}

.box-lua-chon-web4s .info .item .inter-content {
    text-align: center;
}

.box-lua-chon-web4s .info .item .inter-content .title {
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 10px;
    font-size: 16px;
}
.box-images-web4s .swiper-slide {
  transition:all 200ms linear;
  transform: scale(0.8) !important;
}

.box-images-web4s .swiper-slide.swiper-slide-active{
  transform: scale(1) !important;
}
.box-landing-hn-09 {
    margin-bottom: 60px;
}

.box-images-web4s .image {
    border-radius: 12px;
    overflow: hidden;
}

.box-images-web4s .title-landing {
    margin-bottom: 30px;
}

.box-landing-hn-010 {
    margin-bottom: 60px;
}
.box-landing-hn-011 {
    margin-bottom: 0;
    background: var(--bg-light);
    padding: 50px 0;
}
.box-form-contact {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    padding: 60px 0;
    /* margin-bottom: 60px; */
}

.box-form-contact .inter-img {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-form-contact .inter-img .info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    position: relative;
}

.box-form-contact .inter-img .info .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-form-contact .inter-img .info .info-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.box-form-contact .inter-img .info .info-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: var(--color-main);
    width: 100%;
    color: #fff;
    border-radius: 8px;
    max-width: 300px;
    border: 1px solid var(--color-main);
    font-weight: 700;
}

.box-form-contact .inter-img .info .info-link span {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}

.box-form-contact .inter-img .info .info-link a:hover {
    background: #fff;
    color: var(--color-main);
}
.box-landing-hn-012 {
    margin-bottom: 0;
}

.box-form-contact .inter-img .info .info-link a.email {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.box-form-contact .inter-img .info .info-link a.email:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-landing-hn-013 {
    margin-bottom: 60px;
}
/*landing-HN*/


/*Bang_gia*/
.box-list-price {
    padding-top: 50px;
}

.box-list-price:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    top: 0;
}

.content-inter-price .list-table {
    position: relative;
}

.content-inter-price .list-table .title-landing, .content-inter-price .list-table .slogan-landing {
    color: #fff !important;
}

.content-inter-price .content-price .tab-price-list {
    position: relative;
}

.content-inter-price .content-price .tab-price-list>ul {
    display: flex;
    justify-content: flex-start;
    border-bottom: 0;
}

.content-inter-price .content-price .tab-price-list>ul>li>a {
    background: var(--white);
    min-width: 175px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    color: var(--color-main);
    font-weight: 700;
}

.content-inter-price .content-price .tab-price-list>ul>li {
    margin-right: 1px;
}

.content-inter-price .content-price .tab-price-list>ul>li>a.active {
    background: var(--color-highlight);
    color: #fff;
}

@media (min-width:1200px){
    .content-inter-price .content-price .top-price-col {
        position: sticky;
        top: 81.63px;
        z-index: 99;
    }

}
.content-inter-price .content-price .top-price-col {
        background: #fff;
    }
.content-inter-price .content-price .top-price-col .item-package {
    padding: 20px;
    height: 100%;
}
.content-inter-price .content-price .top-price-col .item-package .title {
    color: var(--color-main);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.content-inter-price .content-price .top-price-col .item-package .dsc {
    font-size: 16px;
    margin-bottom: 10px;
}

.content-inter-price .content-price .top-price-col>.row {
    margin-right: 0;
    margin-left: 0;
}

.content-inter-price .content-price .top-price-col>.row>div {
    padding-right: 0;
    padding-left: 0;
    /* border-right: 1px solid #ddd; */
    flex: 0 0 23.33%;
    max-width: 23.33%;
    border-left: 1px solid #ddd;
}

.content-inter-price .content-price .top-price-col>.row>div:last-child {
    border-right: 0;
}
.content-inter-price .content-price .top-price-col .item-package.packages-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content-inter-price .content-price .top-price-col .item-package.packages-data .title-package {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    color: var(--color-highlight);
}

.content-inter-price .content-price .top-price-col .item-package.packages-data .price-data {
    font-size: 23px;
    color: var(--color-main);
    margin-bottom: 0;
    font-weight: 900;
}

.content-inter-price .content-price .top-price-col .item-package .btn-dang-ky-ngay a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
    color: #fff;
    border: 1px solid var(--color-main);
}

.content-inter-price .content-price .top-price-col .item-package .btn-dang-ky-ngay a:hover {
    background: #fff;
    color: var(--color-main);
}

.content-inter-price .content-price .top-price-col>.row>div:nth-child(1) {
    flex: 0 0 30%;
    max-width: 30%;
}
.content-inter-price .content-price .top-price-col .item-package.packages-data.active {
    background: var(--color-highlight);
}

.content-inter-price .content-price .top-price-col .item-package.packages-data.active .title-package {
    color: #fff;
}

.content-inter-price .content-price .top-price-col .item-package.packages-data.active  .price-data {
    color: #fff;
}

.content-inter-price .content-price .top-price-col .item-package.packages-data.active .btn-dang-ky-ngay a {
    background: #fff;
    color: var(--color-main);
    border-color: #fff;
}

.content-inter-price .content-price .top-price-col .item-package .note-app {
    margin-bottom: 5px;
}
.table-content-packages .packages-list {
    background: #fff;
}

.table-content-packages .packages-list .table {
    border: 0;
}

.table-content-packages .packages-list .table thead {
    background: #003556;
}

.table-content-packages .packages-list .table thead>tr th {
    color: #fff;
    font-weight: 400;
    border-bottom: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
}

.table-content-packages .packages-list .table thead>tr th:first-child {
    font-weight: 700;
}

.table-content-packages .packages-list .table thead>tr th {
    width: 23.33%;
}

.table-content-packages .packages-list .table thead>tr th:first-child {
    width: calc(30% + 1px);
}

.content-inter-price .content-price .top-price-col>.row>div:last-child {
    border-right: 1px solid #ddd;
}

.table-content-packages .packages-list .table tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.table-content-packages .packages-list .table tbody tr td img {
    width: 20px;
    height: 20px;
}

.table-content-packages .packages-list .table tbody tr td:first-child {
    text-align: left;
}

tr.border-bottom-table {
    background: var(--color-main);
}

tr.border-bottom-table th, tr.border-bottom-table td {
    border: 0;
    color: #fff;
}
.table-content-packages .table-bordered th, .table-content-packages .table-bordered td {
    vertical-align: middle;
}
.table-content-packages .packages-list {
    max-height: 1200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.table-content-packages.transform-active .packages-list {
    max-height: 100%;
}
.box-price-addon .card {
    border: 0;
    background: #ffffff;
    margin-bottom: 50px;
}

.box-price-addon .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    background: var(--color-main);
    color: #fff;
}
.box-price-addon .card .card-header span.name {
    font-size: 24px;
    font-weight: 700;
}

.box-price-addon .card .card-header .btn-link {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.box-price-addon .card .card-header .btn-link span.sho {
    display: none;
}

.box-price-addon .card .card-header .btn-link.collapsed span.sho {
    display: inline-block;
}

.box-price-addon .card .card-header .btn-link.collapsed span.hi {
    display: none;
}

.box-price-addon .content-addon table.table {
    border: 0 !important;
    margin-bottom: 0;
}

.box-price-addon .content-addon table.table thead tr th {
    border-bottom: 0;
    background: var(--color-main);
    color: #fff;
    padding: 10px;
    width: 25%;
}

.box-price-addon .content-addon table.table tbody tr td {
    padding: 10px;
    vertical-align: middle;
}

.box-price-addon .content-addon table.table tbody tr.first-title {
    background: #DDE7FF;
}

.box-price-addon .content-addon table.table tbody tr.first-title td {
    color: var(--color-main);
    font-weight: 700;
}

.box-price-addon .card.card_1 .card-header {
    background: var(--color-highlight);
}

.box-price-addon .card.card_1 .content-addon .table thead tr th {
    background: var(--color-highlight);
}
.box-section-price-packer-01 {
    margin-bottom: 50px;
}
.box-section-price-packer-04 .box-form-contact {
    margin-bottom: 30px;
}

.box-section-price-packer-03 {
    position: relative;
}

.box-section-price-packer-03:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fbfcfe;
    height: 50%;
}
.content-inter-price .content-price .top-price-col .item-package.packages-data .img img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.box-price-addon .content-addon table.table thead tr th:first-child {
    width: 50%;
}
.content-inter-price .content-price .top-price-col .item-package a i {
    display: inline-block;
    margin-left: 5px;
}

.content-inter-price .content-price .top-price-col .item-package .note-app a {
    font-size: 12px;
}

.content-inter-price .content-price .top-price-col .item-package .dsc-data {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.content-inter-price .content-price .top-price-col .item-package.packages-data.active .dsc-data {
    color: #fff;
}
.content-inter-price .content-price .top-price-col .item-package .psd-app {
    font-size: 16px;
    color: var(--color-highlight);
    margin-bottom: 5px;
}

.content-inter-price .content-price {
    position: relative;
}
.section-benefit-ld .info-benefit-right {
    margin-bottom: 30px;
}

.font-content h2 {
    font-size: 18px;
    font-weight: 700;
}

.font-content h3 {
    font-size: 17px;
    font-weight: 700;
}

.font-content h4 {
    font-size: 16px;
    font-weight: 700;
}
.font-content ul {
    padding-left: 20px;
}
.box-landding-01 .landing-image .img img {
    object-fit: contain;
}
.section-benefit-ld .info-benefit-right .item-benefit:first-child, .section-benefit-ld.transform-active .info-benefit-right .item-benefit {
    display: block;
}

/*Bang_gia*/

.box-section-landding-09 {
    padding: 60px 0 10px;
}

.box-category-landing-img .item a {
    color: var(--color-main);
    text-align: center;
    display: block;
    padding: 20px 15px;
    background: #F4F8FF;
    border-radius: 12px;
}

.box-category-landing-img>.row>div {
    margin-bottom: 30px;
}

.box-category-landing-img .item  .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.box-category-landing-img .item .icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
/*bang gia 2025*/
.list-price-2025 .content-inter-price .content-price .top-price-col>.row>div:nth-child(1){
    flex: 0 0 24%;
    max-width: 24%;
}
.list-price-2025 .content-inter-price .content-price .top-price-col>.row>div {
    flex: 0 0 19%;
    max-width: 19%;
}
.list-price-2025 .content-inter-price .content-price .top-price-col .item-package .psd-app {
    font-size: 1.3rem;
}
.list-price-2025 .content-inter-price .content-price .top-price-col .item-package {
    padding: 1rem 2rem;
    text-align: center;
}

.list-price-2025 .content-inter-price .content-price .top-price-col .item-package.packages-data .title-package {
    font-size: 1.8rem;
}
.list-price-2025 .table-content-packages .packages-list table thead>tr th:nth-child(1) {
    width: 24%;
}
.list-price-2025 .table-content-packages .packages-list table thead>tr th {
    width: 19%;
}
.list-price-2025 .table-content-packages .packages-list table th {
    background: var(--color-highlight);
    color: white;
    font-weight: normal;
    padding: 1rem;
    text-align: center;
    border-color: #dee2e6;
}
.list-price-2025 .table-content-packages .packages-list table {
    font-size: 1.5rem;
    width: 100%;
}
.list-price-2025 .table-content-packages .packages-list table tbody tr td {
    vertical-align: middle;
    text-align: center;
    width: 19% !important;
    border-color: #dee2e6;
}
.list-price-2025 .table-content-packages .packages-list table tbody tr td:first-child {
    text-align: left;
    width: 24% !important;
}
.list-price-2025 .table-content-packages .packages-list table tbody tr td img {
    width: 1.8rem;
    height: 1.8rem;
}
.list-price-2025 .content-inter-price .content-price .top-price-col table thead>tr th:nth-child(1) {
    width:24%;
}
.list-price-2025 .content-inter-price .content-price .top-price-col table thead>tr th {
    width: 19%;
    border: 1px solid #dee2e6;
    border-bottom: none;
    vertical-align: bottom;
}
.list-price-2025 .table-content-packages .packages-list table tbody tr td:nth-child(3),.list-price-2025 .table-content-packages .packages-list table tbody tr th:nth-child(3), .list-price-2025 .content-inter-price .content-price .top-price-col table thead>tr th:nth-child(3) {
    /*background: #eff5ff;*/
    /*color: var(--color-main);*/
}

.list-price-2025 .content-inter-price .content-price .top-price-col table thead>tr th:nth-child(3) .title-package {
    color: var(--color-main) !important;
}
html {
    scroll-behavior: smooth;
}
.list-price-2025 .content-inter-price .content-price .top-price-col .item-package.packages-data .price-data {
    font-size: 2rem;
}

/*bang gia 2025*/



@media (max-width:1200px){
    .box-banner-hn .inter-content .content .inter-dsc img {
        display: none;
    }

    .box-banner-hn .inter-content .content .info {
        position: inherit;
        top: 0 !important;
        transform: none;
        left: 0;
    }

    .box-banner-hn .inter-content .content .title {
        font-size: 19px;
    }

    .box-banner-hn .inter-content .content .info .dsc {
        color: #000;
    }
    .title-landing {
        font-size: 2.6rem;
    }

    .box-banner-hn .inter-content {
        position: initial;
    }

    .box-landing-hn-01 {
        margin-bottom: 30px;
    }

    .slogan-landing {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .box-package-design-service .item-package-design-service {
        height: auto;
        margin-bottom: 20px;
    }

    .link-landing {
        margin-top: 0;
    }
    .box-why-landing-hn .info .item {display: flex;flex-wrap: wrap;padding: 15px;align-items: flex-start;justify-content: flex-start;align-content: flex-start;}

    .box-why-landing-hn .info .item .inter-image {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .box-why-landing-hn .info .item .inter-image img {
        width: 100%;
        height: 100%;
    }

    .box-why-landing-hn .info .item .inter-image .img {
        padding-top: 100px;
    }

    .box-why-landing-hn .info .item .inter-content .title {
        text-align: center;
        margin-bottom: 5px;
    }

    .box-why-landing-hn .info>.row>div {
        margin-bottom: 10px;
    }
    .box-landing-hn-04 {
        padding: 30px 0;
    }

    .box-service-landing-hn .inter-content {
        margin-bottom: 15px;
    }

    .box-service-landing-hn .list-service .title-landing {
        font-size: 2rem;
    }

    .box-landing-hn-06 {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .box-4-steep-web .info>.row>div {
        margin-bottom: 10px;
    }
    .box-landing-hn-06 {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .box-4-steep-web .info>.row>div {
        margin-bottom: 10px;
    }

    .box-landing-hn-07 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box-scoll-website {
        padding: 20px;
    }

    .box-scoll-website .title-landing {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .box-scoll-website .slogan-landing {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .box-landing-hn-08 {
        margin-bottom: 30px;
    }

    .box-lua-chon-web4s .title-landing {
        margin-bottom: 25px;
    }

    .box-lua-chon-web4s .info .item {
        padding: 10px;
    }

    .box-lua-chon-web4s .info>.row>div {
        margin-bottom: 10px;
    }

    .box-landing-hn-09 {
        margin-bottom: 30px;
    }

    .box-landing-hn-010 {
        margin-bottom: 30px;
    }

    .box-landing-hn-011 {
        padding: 30px 0;
    }

    .content-quy-trinh .content-text .item .description p {
        font-size: 15px;
    }
    .box-form-contact {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .box-form-contact .inter-img .info {
        padding: 20px;
    }
    .box-landding-01 {
        padding: 30px 0;
    }

    .box-landding-01 .inter-content .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .box-landding-01 .inter-content .dsc {
        margin-right: 0;
        font-size: 14px;
    }

    .box-landding-01 .landing-image {
        margin-top: 25px;
    }

    .box-section-lannding-01 {
        margin-bottom: 0;
    }

    .box-section-landding-02 {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }

    .title-section-landding {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .desc-section-landding {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-benefit-ld .info-benefit-right .image-benefit {
        margin-bottom: 0;
    }

    .section-benefit-ld .info-benefit-right .item-benefit .item .inner-content .name {
        font-size: 18px;
    }

    .section-benefit-ld .info-benefit-right .item-benefit:nth-child(2n+1)>.row>div:nth-child(1) {
        order: inherit;
    }

    .section-benefit-ld .info-benefit-right {
        margin-bottom: 15px;
    }
    .box-section-landding-03 {
        padding: 30px 0;
    }
    .box-section-landding-05 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box-landing-hn-03 {
        margin-bottom: 30px;
    }

    .box-why-landing-hn .title-landing {
        margin-bottom: 15px;
    }
    .box-section-landding-07 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box-section-landding-09 {
        padding-top: 30px;
    }
    .box-footer-01 {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    
    .title-address {
        margin-bottom: 1.5rem !important;
    }
    .box-app {
        display: flex;
        align-items: center;
    }

    .box-footer-02 {
        background: #f1f1f1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .box-footer-01:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: #f1f1f1;
    }
     .box-category-landing .item {
        margin-bottom: 10px;
    }
    .info-why-right .info-thumbs .inner-content .name {
        font-size: 14px;
    }
    .content-bottom>ul>li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .entire-info-website .block-tab.nav .nav-item:first-child a {
        border-top-left-radius: 8px;
    }

    .entire-info-website .block-tab.nav .nav-item:last-child a {
        border-top-right-radius: 8px;
    }
    .box-banner-hn .inter-content .content {
        max-width: 100%;
    }
    .box-package-design-service .title-top-package {
        width: 100%;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }
    
    .item-package-design-service .title-center-package {
        font-size: 16px;
        margin-bottom: 10px;
    }
     .box-quy-trinh .content-quy-trinh .img {
        display: none;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img {
        position: inherit;
        margin-bottom: 15px;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .item-info {
        position: inherit !important;
        left: 15px !important;
        top: 0 !important;
    }

    .box-quy-trinh .title-landing {
        margin-bottom: 30px;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item {
        margin-bottom: 15px;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .name {
        width: calc(100% - 15px);
    }
    .box-form-contact .info-contact .inter-content .form-group>.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-form-contact .info-contact .inter-content .form-group>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-form-contact .info-contact .inter-content .form-check-label span {
        font-size: 14px;
    }
    .box-lua-chon-web4s .info .item .inter-content .description {
        font-size: 12px;
    }
    .box-lua-chon-web4s .info .item .inter-content .title {
        font-size: 13px;
    }
    .box-category-landing-img>.row>div {
        margin-bottom: 10px;
    }
}

@media (max-width:767px){
   

    .box-form-contact .info-contact {
        padding: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }

    .box-form-contact .inter-img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
    }
    .box-landing-hn-013 {
        margin-bottom: 30px;
    }

    .box-why-landing-hn .info .item .inter-content {
        min-height: 250px;
    }
     .box-lua-chon-web4s .info .item .inter-content {
        min-height: 190px;
    }
    .section-why .title-desc {
        margin-bottom: 2rem !important;
    }

    .section-brand {
        padding: 20px;
    }

    .section-brand .slogan {
        font-size: 30px;
    }

    .section-brand .item-text-left .name {
        font-size: 20px;
    }

    .section-brand .item-text-left {
        margin-bottom: 40px;
    }

    .section-brand .item-text-left .description>span>img {
        height: 39px;
    }

    .list-img-partner>.row>div:nth-child(3), .list-img-partner>.row>div:nth-child(4) {
        border-top: 1px solid #fff;
    }
    .list-img-partner>.row>div:nth-child(1), .list-img-partner>.row>div:nth-child(2) {
        border-top: 0;
    }
    .list-img-partner>.row>div:nth-child(2), .list-img-partner>.row>div:nth-child(4), .list-img-partner>.row>div:nth-child(6), .list-img-partner>.row>div:nth-child(8) {
        border-right: 0;
    }
    .content-inter-price .content-price .tab-price-list>ul>li>a {
        min-width: auto;
    }

    .content-inter-price .content-price .top-price-col>.row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px;
        border: 0;
    }

    .content-inter-price .content-price .top-price-col {
        background: none;
    }

    .content-inter-price .content-price .top-price-col .item-package {
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px;
    }

    .table-content-packages .packages-list {
        overflow-x: scroll;
        font-size: 14px;
    }

    .table-content-packages .packages-list .table tbody tr td {
        padding: 10px;
    }
    .box-price-addon .card .card-header span.name {
        font-size: 20px;
    }
    .box-price-addon .card {
        margin-bottom: 30px;
    }
    .box-landing-hn-012 {
        margin-top: 30px;
    }

    .content-inter-price .content-price .top-price-col .item-package .dsc {
        font-size: 14px;
    }
    .box-list-price:before {
        height: 1084px;
    }
    .content-inter-price .content-price .top-price-col .item-package.packages-data .img {
        display: none;
    }
    .filter-product .ms-options-wrap > div > a {
        padding: 0;
    }

    .filter-product .ms-options-wrap {
        padding: 0;
        margin-bottom: 5px;
    }

    .title-desc {
        margin-bottom: 20px !important;
    }
    .entire-info-website address ul.block-tab {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

    .entire-info-website .block-tab.nav .nav-link.active {
        background: var(--color-main);
        color: #fff;
    }
    .entire-info-website .block-tab.nav .nav-item>a>span {
        display: none;
    }
    
    .entire-info-website .block-tab.nav .nav-item {
        flex: 0 0 33.33%;
    }
    
    .entire-info-website .block-tab.nav .nav-item>a {
        padding: 5px 10px;
        text-align: center;
        border-right: 1px solid #bcbcbc;
        background: #fff;
    }
    
    .entire-info-website .block-tab.nav .nav-item:last-child>a {
        border-right: 0;
    }
    .footer-menu-section ul.social li {
        flex: 0 0 11%;
        max-width: 11%;
        margin-bottom: 0;
    }
    .table-content-packages .packages-list .table {
        width: 720px;
    }
}
@media (max-width:1200px){
    .content-inter-price .content-price .top-price-col .item-package.packages-data.active .img {
        display: none;
    }
}
@media (min-width:767px) and (max-width:1200px){
      .content-inter-price .content-price .top-price-col .item-package.packages-data .price-data {
        font-size: 13px;
    }

    .content-inter-price .content-price .top-price-col .item-package {
        padding: 10px;
    }

    .content-inter-price .content-price .top-price-col .item-package .title {
        font-size: 15px;
    }

    .content-inter-price .content-price .top-price-col .item-package .dsc {
        font-size: 13px;
    }

    .content-inter-price .content-price .top-price-col .item-package .psd-app {
        font-size: 12px;
    }

    .content-inter-price .content-price .top-price-col .item-package.packages-data .title-package {
        font-size: 16px;
    }

    .content-inter-price .content-price .top-price-col .item-package .btn-dang-ky-ngay a {
        padding: 0 15px;
        font-size: 13px;
    }

    .table-content-packages .packages-list .table thead>tr th, .table-content-packages .packages-list .table tbody tr td {
        padding: 10px;
    }

    .box-landing-hn-012 {
        padding-top: 40px;
    }
    .section-faq {
        padding: 5rem 0;
    }
    .info-why-right .info-thumbs {
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    .info-why-right .info-thumbs .number {
        flex: 0 0 40px;
        font-size: 28px;
    }
    .section-brand {
        padding: 20px;
    }
    
    .list-img-partner>.row>div {
        border-top: thin solid #ffffff;
    }
    
    .list-img-partner>.row>div:nth-child(1), .list-img-partner>.row>div:nth-child(2), .list-img-partner>.row>div:nth-child(3) {
        border-top: 0;
    }
    
    .list-img-partner>.row>div:nth-child(3), .list-img-partner>.row>div:nth-child(6), .list-img-partner>.row>div:nth-child(9) {
        border-right: 0;
    }
    
    .section-brand .item-text-left .description>span>img {
        display: none;
    }
    .section-brand .item-text-left .name {
        font-size: 17px;
    }
    .section-box-khach-hang-01 .info .item {
        padding: 10px;
    }
    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .name {
        height: 55px;
        line-height: 55px;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item {
        height: 55px;
    }

    .box-quy-trinh .content-quy-trinh .inter-hover .content-img .list .item .count {
        top: 3px;
    }
    .box-quy-trinh .content-quy-trinh .inter-hover .content-img {
        margin-bottom: 0;
    }
        
    .box-lua-chon-web4s .info .item .inter-content {
        min-height: 300px;
    }
    .box-landing-hn-011 {
        padding: 0;
    }
    .home-ss4 .title-phone-contact {
        font-size: 25px;
    }
    .home-ss4 .title-phone-contact {
        font-size: 25px;
    }

    .box-why-landing-hn .info .item .inter-content {
        min-height: 265px;
    }
}

@media (min-width:1500px){
    .section-benefit-ld .info-benefit-right .item-benefit .item .inner-content {
        font-size: 1.6rem;
    }
}