/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.phone-topbar .border {
    border-color: #222 !important;
}

.menu-section>ul>li.nav-sale>a {
    color: var(--color-hightlight);
}

.menu-section>ul>li.nav-sale>a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-hightlight);
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    box-shadow: 0px 0px 5px var(--color-hightlight);
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.title-section-1 {
    background: #3db959;
    background: -moz-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: -webkit-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: linear-gradient(to right, #3db959 0%, #efe864 100%);
}

.bg-intro,
.bg-email {
    background: #3db959;
    background: -moz-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: -webkit-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: linear-gradient(to right, #3db959 0%, #efe864 100%);
}

.form-email .btn {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 19px;
    padding: 3px 8px;
}

.rti-gallery {
    padding-top: 100%;
}

.rti-gallery img {
    border: 3px solid #bb9d64;
    width: auto !important;
    margin: 0 auto !important;
}

.inner-icon img {
    width: 64px;
}

/*Page Agency*/
.box-agency {
    background-image: linear-gradient(to right, #3db959 , #F9E5BC);
    padding: 30px 0;
}

.box-agency__sub-title {
    text-align: center;
    font-size: 18px;
}

.box-agency__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-agent {
    background: #ECE5BE;
    padding: 20px;
    border-radius: 12px;
}

.form-agent__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*End Page Agency*/

.bg-gl:before {
    content: "";
    height: 12%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3db959;
    background: -moz-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: -webkit-linear-gradient(left, #3db959 0%, #efe864 100%);
    background: linear-gradient(to right, #3db959 0%, #efe864 100%);
}

.border-title .title-section {
    position: relative;
}

.border-title .title-section:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dee2e6;
    position: absolute;
    left: 0;
    top: 50%;
}

.border-title .title-section span {
    background: #fff;
    position: relative;
    padding: 0px 15px;
}

.bg-about {
    background-size: contain;
}
.img-about {
    padding-top: 120%;
}

.gallery-section .slick-slider .slick-prev {
    left: 0;
}

.gallery-section .slick-slider .slick-next {
    right: 0;
}
/*.left-img {*/
/*    margin-left: -15px;*/
/*    height: 650px;*/
/*}*/

.youtube-container {
	overflow: hidden;
	width: 100%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
	/* No clicking/hover effects */
	pointer-events: none;
}
.youtube-container	iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.phone-btn {
    position: fixed;
    bottom: 10px;
    left: 15px;
}

.phone-btn img {
    height: 50px;
}

/*css-new*/
.text-phi-top-html-header > .container > .row > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cus-text-phi-dau-trang {
    color: var(--color-hightlight);
    padding-top: 0px;
    margin-bottom: 0;
    font-size: 26px;
    font-family: "Arizonia", cursive;
}
.cus-tieu-de-thongtin-nb {
    font-size: 15px;
}


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 468px) {
.cus-text-phi-dau-trang {
    color: var(--color-hightlight);
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
}
    .grid-row .row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.view-hot-product .product-title {
    height: auto;
}
.social-footer-section{
    padding-bottom: 30px !important;
}
@media (min-width: 992px) { 
    .setting-menu .logo-section {
        margin-top: -60px;
    }
    .view-hot-product .product-title {
        height: 70px;
    }
    .social-footer-section {
        padding-bottom: 0px !important;
    }
}


.fix .logo-section .img-fluid {
    height: 100px;
    margin-top: 50px;
    margin-bottom: -10px;
}