html, body {
    overflow-x: hidden;
}

/*Header Top*/
.header-top {
    background: var(--color-text);
}

.header-top__wrap {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: bold;
    color: var(--white);
    padding: 5px 0;
}

.header-top__text-right {
    display: none;
}
/*End Header Top*/

/*Header Main*/
.header-main {
    padding: 10px 0;
}

.header-main>.container>.row {
    align-items: center;
}

.header-hotline__link {
    display: flex;
    align-items: center;
    background: var(--color-main);
    border-radius: 50px;
    color: var(--white);
    padding: 5px;
}

.header-hotline__link:hover {
    color: var(--white);
}

.header-hotline__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-hightlight);
    border-radius: 50%;
    font-size: 26px;
}

.header-hotline__content {
    flex: 1;
    text-align: center;
}

.header-hotline__content strong {
    display: block;
    font-size: 15px;
    line-height: 1;
}
/*End Header Main*/

.slide-fix-height .slick-list {
    height: auto!important;
}

.slide-fix-height:hover .slick-prev {
    left: 20px;
}

.slide-fix-height:hover .slick-next {
    right: 20px;
}

/*Header Menu*/
.header-menu {
    background: var(--black);
}

.header-menu .menu-section > ul {
    display: flex;
    justify-content: space-between;
}

.is-mobile .header-menu .menu-section > ul {
    display: block;
}
/*End Header Menu*/

/*Title*/
.box-head__title {
    color: var(--color-main);
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.box-head .line-bottom {
    height: 5px;
    width: 72px;
}

.box-head .line-bottom.line-color {
    height: 12px;
    width: 140px;
}
/*End Title*/

/*About Us*/
.about-us__line img {
    width: 100%;
    height: 11px;
}

.about-us__main {
    padding-top: 20px;
    padding-bottom: 35px;
    background-size: contain;
    background-color: #80808000;
}

.about-us__content {
    font-size: 15px;
    text-align: justify;
}
/*End About Us*/

/*Why Us*/
.why-us {
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.why-us .box-head__title {
    color: var(--white);
}

.why-us__img {
    margin-top: 15px;
}

.why-us__img img {
    height: 126px;
    width: auto;
}

.why-us__title {
    font-size: 18px;
    color: var(--white);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.34;
    height: 48px;
}

.why-us__desc {
    color: var(--white);
    font-size: 14px;
    text-align: justify;
}
/*End Why Us*/

/*Category Home*/
.cate-home .categories-section {
    display: flex;
    flex-wrap: wrap;
}
.cate-home .categories-section li {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0;
}

.cate-home .categories-section li img {
    width: 100%;
    height: 206px;
    object-fit: cover;
    border-radius: 10px;
}

.cate-home .categories-section li span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0;
    padding-bottom: 10px;
}
/*End Category Home*/

/*Testimonials*/
.testimonials__item {
    text-align: center;
}

.testimonials__img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials__title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
    color: var(--color-text);
    margin-top: 10px;
}

.testimonials__position {
    line-height: 24px;
    font-size: 15px;
    color: var(--color-text);
}

.testimonials__desc {
    text-align: justify;
    font-style: italic;
    margin-top: 10px;
}
/*End Testimonials*/

/*Phone Full Width*/
.hotline-full {
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
    border-radius: 10px;
    background-size: 100% 100%;
    transition: 0.4s ease-in-out;
    position: relative;
    box-shadow: 1px 1px 11px #cecece;
}

.hotline-full:hover {
    transform: scale(1.02);
}

.hotline-full__link {
    color: var(--white);
    padding: 20px 0;
    display: block;
}

.hotline-full__link:hover {
    color: var(--white);
}

.hotline-full__icon {
    font-size: 30px;
    padding-bottom: 15px;
    display: block;
    -webkit-animation: zoom-ease-out 1s ease-out infinite;
    animation: zoom-ease-out 1s ease-out infinite;
}

.hotline-full__content span {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
}

.hotline-full__content strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

@keyframes zoom-ease-out {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*End Phone Full Width*/

/*News Home*/
.news-home .article-title {
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.news-home .article-description {
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
/*End News Home*/

/*Gallery Activity*/
.gallery-activity__wrap .row {
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-activity__wrap .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.gallery-activity__img {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: 70%;
    margin-bottom: 10px;
}

.gallery-activity__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*End Gallery Activity*/

/*Custom Module*/
.scroll-custom .categories-section {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}

.scroll-custom .categories-section::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.scroll-custom .categories-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--color-main);
}
/*End Custom Module*/

/*Call Fixed*/
.phonering-alo-phone {
    position: fixed;
    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: -20px;
    bottom: -2px;
    display: block;
}

.phonering-alo-ph-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid var(--color-main);
    opacity: 0.5;
    -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%;
}

.phonering-alo-ph-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: rgba(230,8,8,0.7);
    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%;
}

.phonering-alo-ph-img-circle {
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-color: var(--color-main);
    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%;
}

.phonering-alo-ph-img-circle a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
}

.mobile-hotline {
    position: fixed;
    background: #E88A25;
    background: -webkit-linear-gradient(left,#e88a25,#d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right,#e88a25,#d40000);
    width: 200px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px!important;
    border: 2px solid white;
    left: 15px;
    bottom: 33px;
    text-align: center;
}

.mobile-hotline > a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
}

.mobile-hotline span {
    text-align: center;
    margin: 0 auto;
}

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

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

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

/*Return To Top*/
.scroll-top {
    background: var(--color-text);
    color: var(--white);
    border-radius: 4px;
    position: fixed;
    right: 15px;
    bottom: 32px;
    display: inline-block;
    padding: 5px 10px;
    z-index: 1;
}

.scroll-top:hover {
    cursor: pointer;
}
/*End Return To Top*/

/*Responsive*/
.is-mobile .menu-section>ul>li>a {
    color: var(--black);
}

.is-mobile .menu-section .menu-link {
    white-space: normal;
}

.is-mobile .menu-section>ul>li:hover>a {
    background: var(--white);
    color: var(--color-main);
}

@media (max-width: 991px) {
    .cate-home .categories-section li {
        width: 33.33333%;
    }
}

@media (max-width: 767px) {
    .cate-home .categories-section li {
        width: 50%;
    }
    
    .hotline-full__content span {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .hotline-full__content strong {
        font-size: 22px;
    }
    
    .box-head__title {
        font-size: 17px;
    }
    
    .why-us__title {
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .footer__title h3 {
        font-size: 17px;
    }
    
    .entire-map {
        padding-top: 80%;
    }
}

@media (max-width: 375px) {
    .cate-home .categories-section li {
        width: 100%;
    }
}