@font-face {
    font-family: utm;
    src: url(../fonts/UTM-AvoBold.ttf);
}

html, body {
    padding: 0;
    margin: 0;
    font-family: utm;
    font-size: 14px;
    overflow-x: hidden;
}

header {

}

header #banner {background: url(../images/banner-wap.jpg) no-repeat top center;height: 500px;position: relative;}

header #banner img {/* display: none; */}
.box-header {width: 500px;margin: auto;padding-top: 20px;}
    .box-header .logo{display: block;text-align: center;margin: auto;width: 115px;margin: 0px auto 20px auto;}
    .box-header .des{text-align: center;color: #ec3237;display: block;text-transform: uppercase;font-size: 20px;}
    .box-header .name{color: #ec3237;text-transform: uppercase;font-size: 50px;font-weight: bold;display: block;text-align: center;margin: 7px 0px;letter-spacing: 1px;}
    .box-header .des2{
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .box-header .des3{display: block;text-align: center;color: #02AFF0;font-size: 30px;}
footer {
    height: 200px;
    background: #E2E3E3;
    padding: 50px 0px 30px;
    text-align: center;
}

footer h3 {
    color: #666666;
    font-size: 34px;
    margin-top: 0px;
    margin-bottom: 25px;
}

footer .item {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}

footer .item i {
    margin-right: 5px;
    width: 16px;
}

footer .item span {

}

footer .container {
    text-align: left;
    max-width: 850px;
        position: relative;
}

.heading {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #02AFF0;
    margin-bottom: 40px;
    margin-top: 0px;
}

.heading img {
    margin: auto;
    margin-top: 10px;
}

#section-pricing .image {
    margin: auto;
}
#section-pricing img{
	max-width: 100%;
	height: auto;
}
#section-service {
    padding: 50px 0px;
}

#section-service .box {

}

#section-service .list {
    padding: 0px 80px;
}

#section-service .list .item {
    margin-bottom: 40px;
}

#section-service .list .item .image {

}

#section-service .list .item .name {
    font-size: 19px;
    color: #444444;
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 29px;
}

#section-service .owl-dots {
    /* height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 10px; */
    width: 100%;
}

#section-service .owl-dots .owl-dot.active span {
    background: #02AFF0;
    /* border: 1px solid #95A1AF; */
    width: 16px;
    height: 16px;
}

#section-service .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E2E3E3;
    display: block;
    border-radius: 50%;
    margin: 0px 6px;
}

#section-promotion {
    background: url(../images/promotion-bg.jpg) no-repeat;
    padding: 40px 0px;
}

#section-promotion .list {

}

#section-promotion .list .top {
    background: #02AEEF;
    color: white;
    text-transform: uppercase;
    padding: 18px;
    font-size: 17px;
    text-align: center;
}

#section-promotion .list img {

}

#section-promotion .list .item {
    border-radius: 11px;
    overflow: hidden;
    background: white;
}

#section-promotion .list .text {
    font-size: 18px;
    color: #c52720;
    text-align: center;
    display: block;
    margin: 20px 0px 10px;
}

#section-promotion .list .date {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #666666;
}

#section-promotion .list .inner {
    /* padding: 40px 20px; */
}

#section-promotion .owl-nav {
    display: block;
}

#section-promotion .owl-nav [class*=owl-] {
    position: absolute;
    width: 22px;
    height: 43px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain !important;
}

#section-promotion .owl-nav .owl-prev {
    background: url(../images/btn-prev.png) no-repeat;
    left: -45px;
}

#section-promotion .owl-nav .owl-next {
    right: -45px;
    background: url(../images/btn-next.png) no-repeat;
}

#section-pricing {
    padding: 50px 20px 50px;
}

#section-product {
    padding: 50px 0px;
    background: #F1F4F7;
}

#section-product .list {

}

#section-product .list .item {

}

#section-product .list .item a {

}

#section-product .list .item a img {

}

#section-product .owl-nav {

}

#section-product .owl-dots {
    /* height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 10px; */
    width: 100%;
    margin-top: 35px;
}

#section-product .owl-dots .owl-dot.active span {
    background: #02AFF0;
    /* border: 1px solid #95A1AF; */
    width: 16px;
    height: 16px;
}

#section-product .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E2E3E3;
    display: block;
    border-radius: 50%;
    margin: 0px 6px;
}

#map {
   
}
#map img{
	width: 100%;
}

#contact-google-map {
    width: 100%;
    height: 100%;
}
.order{border: 1px solid white;text-transform: uppercase;color: white;background: green;/* position: absolute; */left: 0;right: 0;/* top: 73%; */display: table;margin: auto;padding: 12px 0;border-radius: 27px;width: 280px;text-align: center;font-size: 22px;margin-top: 25px;text-decoration: none;}
.order:hover{
    background-color: white;
    border-color: green;
    color: green;
    text-decoration: none;
}
.qrcode{
    position: absolute;
    right: -120px;
    width: 120px;
    top: -60px;
}
#popup{width: 400px;padding: 25px 25px 5px;}
#popup .form{margin-top: 15px;}
#popup input[type="text"]{border: none;border-bottom: 1px solid;padding-bottom: 10px;padding-left: 35px;width: 100%;}
#popup textarea{border: none;border-bottom: 1px solid;padding-bottom: 0px;padding-left: 35px;width: 100%;line-height: 15px;height: 150px;}
#popup .item{position: relative;margin-bottom: 25px;}
#popup .item i{position: absolute;top: 3px;left: 5px;width: 20px;font-size: 16px;text-align: center;}
#popup .accept{/* width: 100px; */background: #008ff3;color: white;padding: 11px 25px;display: table;margin: auto;}
.des-baogia{
        display: block;
    color: green;
    padding: 20px;
    font-size: 23px;
}
.holine-pc{background: red;position: fixed;bottom: 0px;left: 10px;padding: 10px 20px;color: white;border-top-left-radius: 9px;border-top-right-radius: 9px;z-index: 999;}
.holine-pc i{font-size: 19px;margin-right: 10px;}
.holine-pc span{
    font-size: 17px;
}
.alo-icon-phone-wrap {
    display: none;
}
@media (max-width: 768px) {
    header #banner {background: url(../images/banner-wap2.jpg) no-repeat top center;background-size: cover;position: relative;height: 545px;padding-top: 20px;}
    .box-header {width: auto;padding-top: 0px;}
    .box-header .logo{display: block;text-align: center;margin: auto;width: 115px;margin: 0px auto 20px auto;}
    .box-header .des{text-align: center;color: #ec3237;display: block;font-size: 16px;}
    .box-header .name{color: #ec3237;text-transform: uppercase;font-size: 31px;font-weight: bold;display: block;text-align: center;margin: 7px 0px;letter-spacing: 2px;}
    .box-header .des2{
        text-align: center;
        display: block;
    }
    .box-header .des3{
        font-size: 25px;
    }
    #section-service .list {
        padding: 0px;
    }

    #section-promotion .list {
        padding: 0px 30px;
    }

    #section-promotion .owl-nav .owl-prev {
        left: -35px;
    }

    #section-promotion .owl-nav .owl-next {
        right: -35px;
    }

    #section-product .list {
        padding: 0px 30px;
    }

    footer {
        height: auto;
        padding: 30px 0px;
    }

    footer h3 {
        padding: 0px 20px;
        line-height: 35px;
        text-align: left;
        font-size: 24px;
        text-align: center;
    }

    footer .item span {
        line-height: 24px;
    }

    .heading {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .section {
        padding: 30px 0px !important;
    }

    #section-service .list {
        padding: 0px 20px;
    }
    .order{position: relative;top: 0;margin-top: 11px;width: 230px;font-size: 18px;}
    header #banner img{
        display: block;
    }
    .fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
        display: block;
        display: flex;
    }
    #popup {
        max-width: 100%;
        height: fit-content;
    }
    #popup-baogia{
            display: flex;
        width: 100%;
        height: 120px;
    }
    .des-baogia{
        text-align: center;
    }
    .alo-icon-phone-wrap {
        position: fixed;
        left: 10px;
        bottom: 15px;
        z-index: 9999;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid red;
        border-radius: 50%;
        /* display: none; */
    }
    .sk-alo-ph-circle-ring {
        font-size: 35px;
        color: #fff;
        /* padding: 10px; */
        background: red;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 6px solid #fff;
        -webkit-animation: RotateRing 2.5s infinite ease-in-out;
        -moz-animation: RotateRing 2.5s infinite ease-in-out;
        -ms-animation: RotateRing 2.5s infinite ease-in-out;
        -o-animation: RotateRing 2.5s infinite ease-in-out;
        animation: RotateRing 2.5s infinite ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .holine-pc{
        display: none !important;
    }
}

@keyframes RotateRing{0%{transform:rotate(0deg)}4%{transform:rotate(-45deg)}8%{transform:rotate(0deg)}12%{transform:rotate(-45deg)}16%{transform:rotate(0deg)}20%{transform:rotate(-45deg)}24%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}