@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-color: #4288c3;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a {
    text-decoration: unset;
}

.pagination {
    justify-content: center;
    margin-top: 35px;
    text-align: center;
}

.pagination>li a,
.pagination>li span {
    color: #000;
    display: block;
    border: 1px solid #c7c7c7;
    border-radius: 1px;
    color: #132432;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    padding: 3px;
    min-width: 32px;
    background-color: transparent;
    height: 32px;
    text-align: center;
}

.pagination>li {
    margin: 0 2px;
    display: inline-block;
}

.pagination li>a:hover,
.pagination li>span:hover,
.pagination li>a:focus,
.pagination li>span:focus {
    color: #85C6F2;
    border-color: #85C6F2;
    background-color: #CEE8FA;
}

.pagination .active>a,
.pagination .active>span {
    color: #fff;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.swiper-pagination {
    position: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.certificate-text .swiper-pagination {
    justify-content: end;
}

.swiper-pagination-bullet {
    position: relative;
    margin: 0 6px !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid;
    opacity: 1;
    border-color: transparent;
}

.swiper-pagination-bullet:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #CEE8FA;
    border-radius: 50%;
    display: inline-block;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: var(--primary-color);
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    color: #000;
}

#home-rents .swiper-slide-active > .embla__slide__number__scale,
#home-wedding .swiper-slide-active > .embla__slide__number__scale {
    transform: scale(1)!important;
}

.description p,.description li {
    margin-bottom: 10px;
}

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

.hover-zoom {
    overflow: hidden;
    transition: 0.4s;
}

.hover-zoom img {
    transition: 0.4s;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.content-content h1{
    font-size: 22px;
}
.content-content h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.content-content h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.content-content h4{
    font-size: 16px;
}
.content-content h5{
    font-size: 15px;
}
.content-content p {
    margin-bottom: 10px;
}

.content-content li {
    margin-bottom: 10px;
}
.content-content img{
    max-width: 100%;
    display: inline-block;
}

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

.content-content table {
    margin-bottom: 15px;
}

@media (max-width: 767px){
    .content-content img{
        height: auto!important;
    }
    .logo img {
        height: 55px!important;
    }
    .section-title h1 {
        font-size: 22px;
    }
    nav#mmenu button {
        display: none;
    }
    nav#mmenu:not(.mm-menu_opened) {
        display: none;
    }
    .main-title{
        line-height: 1.75rem;
    }
}

@media (max-width: 1024px){
}

@media (max-width: 991px){
    .menuMobile{
        display: inline-block!important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .mm-listview button {
        /* display: none; */
    }
    .menuMobile {
        /* display: inline-block !important; */
    }
    .page-category-article .aside-box,
    .page-category-article .list-post{
        grid-column: span 12 / span 12;
    }
    .logo {
        padding-right: 25px;
    }
}

.breadcrumb li {
    display: inline-flex;
}

nav#mmenu button svg path {
    fill: #fff;
}

span.line-line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #000;
    margin-left: 5px;
}

.logo img {
    height: 90px;
    object-fit: contain;
}

.logo-footer {
    height: 70px;
    object-fit: contain;
    display: inline-block;
}

/*hotline*/
.call-hotline.zalo {
    bottom: 110px!important;
}
.call-hotline.zalo .phone {
    display: none!important;
}
.call-hotline.zalo {
    background: rgba(33,150,243,.7);
}

.call-hotline.zalo .shadow {
    background: rgba(33,150,243,.7);
}
.call-hotline{padding:10px;border-radius:50%;background:#2dd72d;position:fixed;top:auto;cursor:pointer;z-index:9999;display:flex;justify-content:center;align-items:center}.call-hotline.right{right:25px;bottom:calc(18pt + 80px)}.call-hotline.left{left:25px;bottom:18pt}.call-hotline img{position:relative;z-index:3;animation:animation-icon 1s infinite ease-in-out;width: 32px;height: 32px;}.call-hotline .shadow{width:100%;height:100%;background:#2dd72d;top:0;left:0;position:absolute;border-radius:50%;animation:animation-shadow 1.5s ease infinite;-webkit-animation:animation-shadow 1.5s ease infinite;z-index:1}.call-hotline .phone{position:absolute;z-index:0;height:100%;display:flex;align-items:center;background-color:#3d9c53;color:#fff;border-radius:50px;transform:scaleX(0)}.call-hotline.right .phone{right:10px;transform-origin:100% center;padding-right:65px;padding-left:10px}.call-hotline.left .phone{left:10px;transform-origin:0 center;justify-content:flex-end;padding-left: 55px;padding-right: 25px;}.call-hotline::after{content:"";width:100%;height:100%;background:inherit;top:0;left:0;position:absolute;border-radius:50%;z-index:2}.call-hotline:hover .phone{display:flex!important;transition:all .3s ease-out;transform:scaleX(1)!important}@keyframes animation-shadow{0%{opacity:0;transform:scale(1.2);-webkit-transform:scale(1.2)}25%{opacity:.3;transform:scale(1.5);-webkit-transform:scale(1.5)}50%{opacity:.3;transform:scale(1.2);-webkit-transform:scale(1.2)}75%{opacity:.3;transform:scale(1.5);-webkit-transform:scale(1.5)}100%{opacity:0;transform:scale(1.2);-webkit-transform:scale(1.2)}}@keyframes animation-icon{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:500px){.ega-hotline .phone{display:none}}

.font-Condensed{
    font-family: "Roboto Condensed", sans-serif;
}

.is-divider {
    height: 3px;
    margin-bottom: .5em;
    margin-top: .5em;
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 2px;
    max-width: 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}

.hover-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
}
.swiper-button:hover {
    transition: 0.4s;
}

.swiper-button:hover:after {
    color: #fff;
    transition: 0.4s;
}

.swiper-button {
    transition: 0.4s;
}
.home-product:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #ffffff transparent;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    z-index: 9;
}
.social-white path {
    fill: #fff;
}
.gallery-thumbs img {
    height: 100px;
    text-align: center;
    display: inline-block;
}

.gallery-thumbs .swiper-slide {
    text-align: center;
    border: 1px solid #f5f5f5;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #4288c3 !important;
}

.share svg path {
    fill: #777777d6;
}
.contact-social svg path {
    fill: #fff;
}

.contact-social a:hover svg path {
    fill: #000;
}

.video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-button-wrapper .open-video {
    background-color: rgba(54, 63, 69, 0.95);
    border-color: var(--fs-color-secondary);
    background: var(--fs-color-secondary);
    color: #fff;
    width: 60px;
    height: 60px;
    border: 1px solid var(--fs-color-secondary);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    /* line-height: 60px; */
    font-size: 27px;
    cursor: pointer;
    display: flex;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.video-button-wrapper .open-video svg {
    width: 35px;
    height: 35px;
    z-index: 999;
}

.video-button-wrapper .open-video svg path {
    fill: var(--primary-color);
}

.video-button-wrapper .open-video:after, .video-button-wrapper .open-video:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
    animation: 1s videomodule-anim linear infinite;
}

.video-button-wrapper .open-video:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.video-button-wrapper .open-video:after, .video-button-wrapper .open-video:before {
    border-color: var(--fs-color-secondary);
}

@-webkit-keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.share a:hover {
    transition: 0.4s;
}

.share a:hover svg path {
    fill: #fff;
}

.share a.fb:hover {
    background: #0866ff;
    border-color: #0866ff;
}

.share a {
    transition: 0.4s;
}

.share a.tw:hover {
    background: #000000;
    border-color: #000000;
}

.share a.linkin:hover {
    background: #0073b2;
    border-color: #0073b2;
}

.share a.pin:hover {
    background: #e60023;
    border-color: #e60023;
}

.img-article img {
    height: 300px;
    border-radius: 10px;
}