p {
    margin-top: 0;
    margin-bottom: 0 !important;
}


html,body{
    overflow-x: hidden;
}

.sticky-menu {
    background: var(--color-main);
}

.logo-section img{
    max-height: 100px;
}
.btn-main{
    background-color: var(--main);
}

.bg-opacity{
    background-color: var(--main);
}


.img-contain{
    object-fit: contain !important;
}

b, strong{
    font-weight: bold;
}

/*Module search*/
.search-section input[type=text] {
    border: none;
    border-radius: 50px;
}

.search-section .input-group {
    border: 1px solid #dee2e6;
    border-radius: 50px;
}

/*Module search*/

/*Hotline header*/
.call-hotline i{
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}
/*Hotline header*/

/*Module slider*/
.rti-abs-50{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 10;
}
/*Module slider*/

/*Bai viet gioi thieu*/
.overflow{
    overflow: hidden;
}

.btn.read-more {
    background-color: var(--color-main);
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
}

/*Bai viet gioi thieu*/


.hight-light, .bg-light {
    background: var(--light);
}
.hight-light .entry-content {
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 10px;
    background: #fff;
    /* margin-bottom: 15px; */
    height: 100%;
}

.hight-light .inner-icon {
    font-size: 40px;
    float: left;
    color: var(--color-main);
}

.hight-light .inner-content {
    display: inline-block;
    width: calc(100% - 55px);
    padding-left: 15px;
}

.hight-light .inner-content h4 {
    font-weight: 600;
    color: var(--color-main);
    font-size: 18px;
}

.hight-light .inner-content p {
    min-height: 70px;
}

.entry-content:hover{
    box-shadow: 0 3px 15px 5px #F2780C !important;
    cursor: pointer;
}

.title-section {
    color: var(--color-main);
}


/*Module y kien khach hang*/
.testimonials-section .title-section{
    margin-bottom: 15px;
}
.testimonials-list{
    position: relative;
    background: #fff;
    padding: 28px 30px 29px 32px;
    border: 1px solid #f5f5f5;
    margin-top: 40px;
}
.testimonials-list .author-info {
    position: relative;
    margin-bottom: 19px;
}
.testimonials-list .author-info .author h4 {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
}
.testimonials-list .author-info .author-img {
    overflow: hidden;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    float: right;
    right: 0;
    border: 6px solid #fff;
    box-shadow: 0 1px 5px 2px rgb(238 238 238 / 60%);
    position: absolute;
    top: -55px;
}
.testimonials-list .author-info .author-img img {
    width: 100%;
}
.testimonials-list .testimonials-content {
    position: relative;
    font-style: italic;
    line-height: 25px;
    width:100%;
}
.testimonials-content i{
    color: var(--black);
}

/*==================== Footer ===================*/

.info-contact{
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 40px 0;
}
.info-contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 82 142 / 50%);
}

.title-footer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 2px;
    width: 100px;
    background-color: var(--color-main);
}

footer .entire-map {
    padding-top: 55%;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}


/*Thong ke so lieu*/
#counter {
    background-position: 0 -15px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

div#counter:before {
    content: '';
    background: var(--black);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.content-counter {
    text-align: center;
    color: #fff;
}
.content-counter i {
    color: var(--color-hightlight);
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}
.counter-value {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}
.name-count {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
/*Thong ke so lieu*/


.home-contact {
    background-color: var(--color-hightlight);
}
.home-contact p {
    font-size: 24px;
    color: var(--white);
    font-weight: 700;
    float: left;
    margin: 0;
}

.home-contact .btn-click a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--color-text);
    padding: 10px 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}
.home-contact .btn-click a:hover {
    color: var(--color-text);
    background: var(--white);
}
.star-rating {
    margin: 0 auto;
}
.view-small .star-rating{
    margin:0;
}



/*Module email - hotline*/
.info .line{
    display: inline-block;
}
.info .line:after,
.info .line:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.info .line:before{
    left: -110%;
}
.info .line:after{
    right: -110%;
}

.large-text{
    font-size: 25px;
    font-weight: bold;
    color: var(--color-main);
}

.color-orange{
    color: var(--color-main);
}
/*Module email - hotline*/

/*Module chi nhanh*/
.bg-icon{
    background-color: var(--main);
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
/*Module chi nhanh*/

/*Module button right*/
#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-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);
    }
}
/*Module button right*/

.border-black {
    border-color: var(--black) !important;
}

@media (max-width:1200px){
    .logo-section span {
        font-size: 15px;
    }
}
@media (max-width:1024px){
    .hight-light .inner-icon {
        display: block;
        margin: 0 auto 10px;
        float: unset;
    }
    
    .hight-light .inner-content {
        width: 100%;
    }
    
    .hight-light .entry-content {
        text-align: center;
    }
}
@media (max-width:991px){
    .container {
        max-width: 1170px;
    }
    .logo-section img {
        height: 46px;
    }
    .menu-container {
        padding: 7px 15px 7px 0;
    }
    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .album-item .album-title {
        font-size: 13px;
    }
    a.language-picker {
        color: var(--color-text);
    }
    .counter-value {
        font-size: 35px;
        line-height: 35px;
    }
    
    .home-contact p {
        font-size: 19px;
        margin-bottom: 15px;
    }
}
@media (max-width:768px){
    .title-section h3 {
        font-size: 25px;
    }
    .title-footer {
        font-size: 16px;
    }
    
    .title-footer:after {
        width: 75px;
    }
}
@media (max-width:767px){
    .slider-section, .slider-section .item img {
        height: 62vw;
    }
    .hight-light {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-counter {
        margin-bottom: 30px;
    }
}


.img_blur {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

.img_blur:hover .img_blur:before, .img_blur:hover .img_blur:after {
    opacity: 1;
    visibility: visible;
}

.info_content {
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    
    width: max-content;
    
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.info_content:hover {
    background-color: var(--color-main);
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.icon-footer{
    color: var(--white);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    padding: 0px 2px 0px 3px;
}

.menu-section>ul>li>.active {
    background-color: var(--color-main);
}

.h-50-custom{
    height: 50px;
}
.text-align-justify{
    text-align: justify;
}

.color-main {
    color: var(--color-main);
}

#scrollToTopBtn {
  background-color: var(--color-hightlight);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 25px;
  line-height: 38px;
  width: 40px;
  border-radius: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .w-25 {
        width: 15%!important;
    }
}