@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');
body {
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 400 14px/20px 'Muli', Arial, sans-serif; */
    /* font-family: 'Lexend', sans-serif; */
    /* font-family: 'Merriweather Sans', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Mulish', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 17px;
    line-height: 22px;
}

.container-fluid {
    width: 100%;
    overflow: hidden;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slider-home .owl-prev {
    left: 20px;
}

.slider-home .owl-next {
    right: 20px;
}

.owl-nav>div {
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 30px;
    top: auto !important
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #fb2644;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fb2644 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#scrollUp {
    background: #fff;
    color: #333;
    /* border: 1px solid #333; */
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 47px;
    width: 47px;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 62px;
    right: 10px;
    cursor: pointer;
    z-index: 99999;
}

#scrollUp:hover {
    background-color: #333;
    color: #fff;
}

.btn-active-view {
    background-image: linear-gradient(to right, #85b348, #92cc2e, #85b348);
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}

.hover-zoom {
    overflow: hidden;
}

.item-product .img img {
    height: 270px;
    object-fit: cover;
}


/* css review */

.add-review textarea {
    width: 100%;
    height: 150px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.add-review input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.add-review .write-review__button {
    padding: 0;
    padding: 0 36px;
}

.aside-category ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8d3e20;
}

aside .section-title {
    padding: 10px 4px;
    background-size: 60% 100%;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.section-title {
    background-size: 35% 54%;
}

header .nav-item form input[type=text] {
    border: 1px solid #249045;
}

header .nav-item form input[type=text]::-webkit-input-placeholder {
    /* Edge */
    color: #249045;
}

header .nav-item form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #249045;
}

header .nav-item form input[type=text]::placeholder {
    color: #249045;
}

.why-section .item .img img {
    border-radius: 50%;
}

.oder-home select {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.oder-home p {
    width: 100%;
}

.sort-1 {
    float: right;
}

.sort-1 select {
    width: 250px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #249045;
    background: none;
    margin-left: 10px;
    appearance: auto !important;
}

.category-home .text span {
    background: #f1ec3c;
    border: 1px solid #249045;
    color: #249045;
    font-weight: bold;
}

.item-product .box-pro-buy {
    z-index: 9;
    position: relative;
    width: 80%;
    margin: 10px auto 0;
}

.item-product .box-pro-buy .btn {
    text-transform: none;
    font-size: 14px;
    background: #1E3D37;
    border-color: #1E3D37;
    border-radius: 40px;
    padding: 7px 10px;
    cursor: pointer;
    border-width: 1px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.item-product .box-pro-buy .btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-product .box-pro-buy .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    color: #1E3D37;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 38px;
}

.item-product .box-pro-buy .btn:hover {
    background: #2f5f56;
    border-color: #2f5f56;
}

.item-product .box-pro-buy .btn:hover .icon {
    background: #2f5f56;
    color: #fff;
}

.item-product .box-pro-buy .btn:hover span {
    margin-left: -10px;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase;
    background: #1E3D37;
    border-color: #1E3D37;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    color: #fff;
    background: #0d1b18;
    border-color: #0d1b18;
}

.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.tab-detail button.active {
    background-color: #0086c4;
    color: #fff;
}

.main-new .content-new .item .img img {
    height: 270px;
}


/* Accordion
================================================== */

.acc__card {
    position: relative;
}

.acc p {
    margin-bottom: 10px;
}

.acc__title {
    background: #fff;
    color: #212121;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 13px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active {
    background: #182bc5;
    color: #fff;
}

.acc__title.active::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    display: none;
    text-align: left;
    border-top: 0;
}

.content-content p {
    margin-bottom: 10px;
    line-height: 28px;
}

#primary-nav.mobile li a {
    padding: 10px !important;
}

.title-primary::after {
    content: '';
    position: absolute;
    background: #b1061e;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.footer-area1 {
    padding: 100px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

footer iframe {
    width: 100%;
    height: 285px;
}

.footer-logo img {
    width: 100px;
}

.banner-child::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-info .top-info p {
    margin-bottom: 10px;
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ddd;
    margin: 3px;
    display: inline-block;
    /* float: left; */
    border-radius: 50%;
}

.owl-dots .owl-dot.active {
    background: #b1061e;
}

.owl-dots {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

ul.tabs li.current {
    border-bottom: 1px solid #1ead09;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}


/*------------------- 4.1 Footer Menu -------------------*/

.benefit-section .title-primary::after {
    left: 0;
    transform: inherit
}

.main-contact .title-primary::after {
    left: 0;
    transform: inherit
}

.info-home .title-primary::after {
    transform: inherit;
    left: 0;
}

.content-content p {
    margin-bottom: 10px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.table-table table tr td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.table-table table {
    width: 100%;
}

.table-table table tr:first-child td {
    color: #fff;
}

.icon-box .item .overlay-item {
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.icon-box .item:hover .overlay-item {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.main-table .nav-item .desc ul,
.main-table .nav-item .desc ol {
    text-align: left;
}

.main-table .nav-item .desc li {
    padding-bottom: 20px;
}

.main-table .nav-item .desc li:before {
    content: "a";
    padding: 0 10px 0 0;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
    .info-home .top-home-left .content-home-left {
        width: 100%;
        padding: 20px;
    }
    #main {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .item-product .img img {
        height: 200px;
    }

    .social-pc {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .homepage-products .owl-dots {
        position: relative;
        top: 10px;
    }
    .video-home iframe {
        width: 100%;
        max-width: 100%;
    }
    .popupDialog {
        width: 93%;
    }
    .content-content iframe {
        height: auto;
    }
    .main-table .nav-item .desc li {
        padding-bottom: 10px;
    }
    .main-logo img {
        width: 80px !important;
    }
    .banner {
        margin-bottom: 0;
    }
    .customer-support .item .img img {
        height: 195px !important;
    }
    header {
        display: none !important;
    }
    header.header-mobile {
        display: block !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    .header-mobile .logo img {
        width: auto;
        height: 50px;
    }
    .sidebar .item-sidebar .item img {
        height: 200px !important;
    }
    .sidebar .item-sidebar .img img {
        height: 150px !important;
    }
    .content-product-right .item .img img {
        height: 150px !important;
    }
    .homepage-abouts .right-box img {
        /*height: 135px!important;*/
    }
}

@media only screen and (max-width: 736px) {

    .video-home{
        display: none;
    }
    
    .sitemap {
        margin-top: 0;
    }
    .item-product .img img {
        height: 250px;
    }
    .item-product .box-pro-buy {
        width: 100%;
    }
    .item-product .nav-img {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
    }
    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }
    ul.tabs li {
        padding: 4px 5px;
    }
    ul.tabs {
        margin-top: 10px;
    }
    .new-home-section .item .img img {
        height: 220px;
    }
    .social-footer {
        margin-bottom: 15px;
    }
    .acc__card {
        margin-left: 0;
        margin-right: 0;
    }
    .main-video .tabs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: auto;
        display: flex;
    }
    .main-video .tabs li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 133px;
        width: 160px;
    }
    .top-content-new .item-1 img {
        height: auto !important;
    }
}

@media only screen and (max-width: 676px) {
    .sidebar .item-sidebar .img img {
        height: 80px !important;
    }
    .sidebar .item-sidebar .item img {
        height: 100px !important;
    }
    .slider-raleted-product .item .img img {
        height: 150px !important;
    }
}

.pagenavi .pagination li>a,
.pagenavi .pagination li>span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    transition: 0.4s;
}

.pagenavi .pagination li:hover a,
.pagenavi .pagination li:hover span {
    background: #182bc5;
    color: #fff;
    border-color: #182bc5;
    transition: 0.4s;
}

.pagenavi .pagination li {
    display: inline-block;
}

.pagenavi .pagination {
    text-align: center;
}

.pagenavi .pagination li.active a,
.pagenavi .pagination li.active span {
    background: #182bc5;
    color: #fff;
    border-color: #182bc5;
}

.content-content h2,
.content-content h2 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content h3,
.content-content h3 * {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content h4,
.content-content h4 * {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content iframe {
    max-width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
}

.content-content table {
    overflow-x: auto;
    margin: 0 0 15px 0;
}

.content-content {
    overflow: hidden;
    /* overflow-x: scroll; */
}

.content-content table th,
.content-content table td {
    border: 1px solid #333;
    padding: 10px;
}

.content-content h5,
.content-content h5 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content img {
    display: inline-block;
    height: auto !important;
}

.content-content ul,
.content-content ol {
    list-style: inherit;
    padding-left: 20px;
}

.content-content ul li,
.content-content ol li {
    margin: 0 0 10px 0;
    line-height: 28px;
}

.difference-section .desc li {
    margin: 0 0 5px 0;
}

.difference-section .desc h3,
.difference-section .desc h4,
.difference-section .desc h5,
.difference-section .desc h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e10000;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #e10000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e10000;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}

.hotline-bar {
    position: absolute;
    background: #e10000;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
    display: none;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#button-contact-vr {
    bottom: 10%;
    left: 10px;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
}

.hover-button:hover {
    border-color: #0086c4;
    background: #0086c4;
    color: #fff;
    transition: 0.4s;
}

.price-color {
    color: #0086c4;
    margin-left: 5px;
}

.hompage-partner img {
    height: 100px;
    object-fit: contain;
}

.slider-project .item .overlay-title {
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease;
    bottom: -30px;
}

.slider-project .item:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-project .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.7s ease;
}

.slider-project .item .thumb img {
    height: 320px;
    object-fit: cover;
}

.slider-project .item:hover .overlay-title {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.homepage-abouts .right-box img {
    /*height: 190px;*/
    width: 100%;
    object-fit: cover;
}

.hompage-news .slider-new .thumb img {
    height: 240px;
    object-fit: cover;
}

.hompage-news .right-box .thumb img {
    height: 191px;
    object-fit: cover;
    width: 100%;
}

.color-primary, .hover\:text-color_primary:hover, .text-color_primary{
    color: #0086c4;
}

.pagenavi .pagination li.active a, .pagenavi .pagination li.active span{
    background: #0086c4;
    border-color: #0086c4;
}

.bg-color_primary{
    background: #0086c4;
}

.border-color_primary{
    border-color: #0086c4;
}

footer .map iframe {
    height: 200px;
}

.hompage-news-bottom .info {
    position: relative;
    z-index: 1;
    margin-top: -59px;
    left: 23px;
    width: calc(100% - 23px);
    padding: 30px 25px 25px 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: #000;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .hompage-news-bottom .news-box .new-item{
        width: 50%;
    }
}

.hompage-news .slider-new .owl-nav > div {
    border-radius: unset;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

@media (min-width: 768px) {
    .hompage-news .slider-new .owl-nav > div {
        top: -45px;
    }

    .hompage-news .slider-new .owl-nav > .owl-prev {
        left: unset;
        right: 45px;
    }
}
.hompage-news-bottom .new-item img {
    height: 260px;
    object-fit: cover;
}
.slider-new .item {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.main-menu ul li:hover {
    background: #005b95;
}

.hompage-news .info .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.hompage-news .slider-new .owl-nav > div:hover {
    border-color: #0086c4;
    background: #0086c4;
    color: #fff;
    transition: 0.4s;
}
