header {
    background: white;
}
.btn-action-search {
    height: 80px;
    line-height: 80px;
    display: block;
}
.box-search {
    position: absolute;
    width: 100%;
    right: 0;
    margin: auto;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 999;
    padding: 2px;
    border-radius: 50px;
    box-shadow: 0 0 5px #000;
    min-width: 400px;
}
.menu-section > ul > li > a::before {
    background-color: transparent;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 1;
}
.menu-section > ul > li:hover > a::before{
    background-color: var(--color-hightlight);
    left: 0;
    right: 0;
}
.color-gray{
    color:var(--gray);
}
.slide-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    top: auto;
    max-width: 40%;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: rgba(0,0,0,.35);
    padding: 30px;
}
.fs-40 {
    font-size: 40px !important;
}
.footer-menu-section a {
    color: #878787;
    font-weight: 300;
}
.icon-markup {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.inner-description {
    font-weight: 300;
}
.slider-section .slick-dots li button:before {
    width: 15px;
    height: 15px;
}

.slider-section .slick-dots li {
    margin: 0 10px;
}

.slider-section .slick-dots li.slick-active button:before {
    background-color: var(--color-main);
}
.number-counter {
    font-size: 75px;
    font-weight: 300;
    line-height: 85px;
}
#counter {
    color: #52595e;
}
.name-count {
    font-weight: 400;
}
.article-content {
    font-family: sans-serif;
    line-height: 26px;
    font-size: 16px;
}

.intro-home .article-description {
    font-size: 25px;
}

.intro-home .article-title-detail {
    font-size: 48px;
    font-weight: 400;
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: white;
}
.article-item {
    -webkit-box-shadow: 0 0 15px #d3d8eb;
    box-shadow: 0 0 15px #d3d8eb;
}
.rti-55{
   padding-top:55%; 
}
.desc-category {
    line-height: 35px;
}
.box-event {
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.slick-next, .slick-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-socical img {
    width: 22px;
}
.footer-menu-section a:hover {
    color: var(--color-main);
}
.article-detail .article-category {
    padding-left: 10px;
}

.article-detail .post-date {
    color: var(--gray);
}
.article-detail .article-category a {
    color: var(--gray);
    text-transform: uppercase;
}
.form-get-more-deals .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
}  
.logo-section img {
    height: 115px;
}

#socials{
    display: inline-block;
    position: fixed;
    right: 15px;
    z-index: 100;
    /* width: 50px; */
    bottom: 15px;
}
#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: red;
    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);
    }
}

@media (max-width:991px) {
    .slide-content {
      max-width: 100%;
      position: inherit;
      z-index: 999;
      bottom: inherit;
      left:inherit;
      padding:20px;
      height: 148px;
    }
    .number-counter {
        font-size: 50px;
    }
    .slider-section .item img{
        height:45vw
    }
    .slider-section{
        height: calc(45vw + 148px);
    }
    .intro-home .article-title-detail {
        font-size: 30px;
    }
    
    .intro-home .article-description {
        font-size: 18px;
    }
    .view-carousel .article-entry-info {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .view-carousel .article-title {
        font-size: 14px !important;
    }
    
    .view-carousel .read-more {
        font-size: 16px !important;
    }
    .footer-mid>.container>.row>div {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .box-search {
        min-width: 300px;
    }
    .logo-section img {
        height: 80px;
    }
}
@media (max-width:768px) {
    .effect-nav li a {
        padding: 12px 19px;
    }
    .view-carousel .inner-content {
        padding: 15px !important;
        float: left;
        width: 100%;
    }
}
@media (max-width:767px) {
    .footer-mid>.container>.row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*Box Partner*/
.box-partner__item {
    position: relative;
    padding-top: 58%;
    /*height: 100px;*/
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.box-partner__item:hover {
    box-shadow: 0 0 9px rgb(0 141 202 / 36%), 0 7px 36px rgb(0 141 202 / 36%);
}

.box-partner__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    object-fit: cover;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.box-partner__item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
/*End Box Partner*/

.article-content img {
    /* height: auto !important; */
    /* width: auto !important; */
}
.box-partner .slick-dots {
    bottom: -10px;
}