.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 850px;
}
.box-home-01 .info-left .title {
    font-size: 44px;
    font-family: "Anton", sans-serif;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
}

.box-home-01 .info-left .title>span {
    display: block;
}
.box-home-01 .info-left .title:before, .title-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    background: var(--color-highlight);
    height: 1px;
}

.box-home-01 .info-left .title-02>span {
    margin-left: 8px;
}

.box-home-01 .info-left .title-02 {
    font-family: "Anton", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}

.box-home-01 .info-left  .dsc {
    margin-bottom: 30px;
}

.box-home-01 .info-left .dsc p , .box-home-page-02 .dsc p{
    display: flex;
    align-items: center;
    font-size: 18px;
}

.box-home-01 .info-left .dsc p i, .box-home-page-02 .dsc p i {
    flex: 0 0 30px;
    color: #63ab44;
}

.box-home-01 .info-left .link-more {
    display: flex;
}

.box-home-01 .info-left .link-more .link {
    margin-right: 15px;
}
.box-section-home-02 {
    margin-bottom: 60px;
}

.box-section-home-03 {
    margin-bottom: 60px;
}
.box-home-01 .info-left .link-more .link a {
    display: inline-flex;
    height: 57px;
    padding: 0 30px;
    align-items: center;
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    font-weight: 700;
}


.box-home-01 .info-left .link-more .link.link-2 a {
    background: var(--color-highlight);
    color: #fff;
}

.box-section-home-01 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-section>span {
    margin-left: 10px;
}

.box-home-page-02 .dsc {
    font-size: 18px;
    margin-bottom: 40px;
}

.box-home-page-02 .images>.row {
    /* margin-right: 0; */
    /* margin-left: 0; */
}

.box-home-page-02 .images>.row>div {
    /* padding: 0; */
}

.box-home-page-02 ul.dsc-ul {
    padding-left: 20px;
    font-size: 18px;
}

.box-home-page-02 ul.dsc-ul>li {
    margin-bottom: 7px;
}

.box-home-page-02 ul.dsc-ul>li>span {
    margin-right: 5px;
}
.box-section-home-04, .box-section-home-05, .box-section-home-06, .box-section-home-07 {
    margin-bottom: 60px;
}

.box-home-page-02 .dsc-002 {
    margin-bottom: 50px;
}
.form-combo {}

.form-combo .title-section {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.form-combo .title-section::before {
    display: none;
}

.form-combo span.price-icon {
    position: relative;
}

.form-combo span.price-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.form-combo span.price-icon svg path {
    -webkit-animation: elementor-headline-dash forwards;
    animation: elementor-headline-dash forwards;
    -webkit-animation-duration: 1200ms,1.2s;
    animation-duration: 1200ms,1.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    stroke: #61ce70;
    stroke-width: 9;
    fill: none;
    opacity: 1;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-combo .form {
    background-color: transparent;
    background-image: linear-gradient(180deg, #EDFFF7 0%, #03D17B 100%);
    padding: 20px;
    border-radius: 24px 24px 24px 24px;
}
.form-combo .form .form-group {
    margin-bottom: 15px;
}

.form-combo .form .form-group span.btn.btn-submit {
    border-radius: 36px;
    padding: 15px 30px;
    border: 2px solid #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form-combo .form .form-group .form-control {
    border-radius: 12px;
}

.box-section-footer {
    margin-top: 50px;
}

.box-footer .title {
    font-size: 44px;
    font-family: "Anton", sans-serif;
    margin-bottom: 20px;
}

.box-footer .box-content p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
}

.box-footer .box-content p>i {
    font-size: 16px;
    display: inline-block;
    flex: 0 0 30px;
}

.copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 66px;
    font-size: 17px;
}

.box-footer-phone {background: #63A63E;position: fixed;bottom: 0;width: 100%;z-index: 99;}

.box-phone ul {
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
}

.box-phone ul>li {
    flex: 0 0 25%;
    list-style: none;
}

.box-phone ul>li>a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
}

.box-phone ul>li>a i {
    display: inline-block;
    margin-right: 10px;
}

.box-phone ul>li:nth-child(2)>a {
    background: var(--color-highlight);
}
.box-phone ul>li:last-child>a {
    border-right: 0;
}

.box-phone ul>li>a img {
    width: 20px;
    margin-right: 10px;
}
.box-home-01 .info-left .link-more .link.link-2 a:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-home-01 .info-left .link-more .link.link-1 a:hover {
    background: var(--color-highlight);
    color: #fff;
}

.box-phone ul>li>a:hover {
    background: var(--color-highlight);
}
@media (max-width:1200px){
    .box-section-home-01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .box-home-01 .info-left .title {
        font-size: 25px;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    
    .box-home-01 .info-left .title-02 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .box-home-01 .info-left .dsc p, .box-home-page-02 .dsc p {
        font-size: 16px;
    }
    
    .box-home-01 .info-left .dsc {
        margin-bottom: 20px;
    }
    
    .box-home-01 .info-left {
        margin-bottom: 30px;
    }
    .title-section {
        font-size: 25px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .box-home-page-02 .dsc {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .box-home-page-02 ul.dsc-ul {
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .box-section-home-03 {
        margin-bottom: 30px;
    }
    
    .box-section-home-04, .box-section-home-05,  .box-section-home-07 {
        margin-bottom: 30px;
    }
    
    .box-home-page-02 .dsc-002 {
        margin-bottom: 20px;
    }
    
    .box-section-home-06 {
        margin-bottom: 10px;
    }
    
    .box-section-home-08 {
        margin-bottom: 15px;
    }
    
    
    
    .box-footer .title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .box-footer .box-content p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .copyright {
        margin-top: 10px;
        padding-top: 20px;
    }
    .box-phone ul>li>a {
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }
    

    .box-phone ul>li>a i {
        margin-bottom: 3px;
        font-size: 14px;
        margin-right: 0;
    }
    .box-phone ul>li>a img {
        margin-right: 0;
        margin-bottom: 3px;
        width: 14px;
    }
}

@media (max-width:767px){
    .box-section-footer>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.ratio-custome-138{
    padding-top: 138%;
}

.box-ratio-group {
    margin-bottom: 30px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.box-ratio-group label.ratio {
    margin-bottom: 0;
}

.box-ratio-group label.ratio {
    flex: 0 0 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
.box-ratio-group label.ratio span.checkmark {
    border: 1px solid #fff;
    height: 35px;
    display: flex;
    padding: 0 15px;
    width: 100%;
    line-height: 33px;
    border-radius: 15px;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}

.box-ratio-group label.ratio input {
    opacity: 0;
    width: 0;
    position: absolute;
}

.box-ratio-group label.ratio input:checked {}

.box-ratio-group label.ratio input:checked ~ .checkmark, .box-ratio-group label.ratio span.checkmark:hover {
    background: var(--color-highlight);
}

@media (max-width:767px){
    .box-ratio-group label.ratio span.checkmark {
        padding: 4px 11px;
        height: 60px;
        text-align: center;
        line-height: 1.6;
    }
    
    .box-ratio-group label.ratio {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .box-ratio-group {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}