.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: white;
}



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

.menu-section>ul>li.nav-sale>a {
    color: #f00 important;
}

.menu-section>ul>li.nav-sale>a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f00;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #f00;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.title-section-1 {
    background: #f4dc77;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #f4dc77 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #f4dc77 0%, #FBE7BE 100%);
}

.bg-intro, .bg-email, .bg-gradient-1 {
    background: #f4dc77;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #f4dc77 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #f4dc77 0%, #FBE7BE 100%);
    padding: 3rem 0;
}

.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, #B99B62 , #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: #B99B62;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #B99B62 0%, #FBE7BE 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: #FAF2DE;
    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;*/
/*}*/
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.phone-btn {
    position: fixed;
    bottom: 10px;
    left: 15px;
}

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

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 468px) {
    .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;
}

.brand-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: rgb(0 0 0 / 66%);
    left: 0;
    right: 0;
    text-align: center;
}

.image-brand img {
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    -o-transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
}

.item-brand a:hover .image-brand img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-brand .image-brand:after {
    content: '';
    background: var(--color-text);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.item-brand a:hover .image-brand:after {
    opacity: 0.3;
}

@media (min-width: 992px) {
    .social-footer-section {
        padding-bottom: 0px !important;
    }
}

/*so dien thoai*/
.html-contact {
    border: 0.1rem solid #adb5bd;
    border-radius: 5px;
}

/*search*/
.btn-action-header {
    color: var(--black);
}

/*text intro*/
.text-intro-pq {
    padding-left: calc(3rem + 4vw);
    padding-right: calc(3rem + 4vw);
    text-align: justify;
}

@media (max-width: 550px) {
    .text-intro-pq {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .intro-img-pq {
        padding-top: 15% ;
    }
}

@media (min-width: 800px) {
    /*.intro-img-pq {*/ /*    padding-top: 15%;*/ /*}*/
}

/*intro*/
.story-text {
    font-size: 20px;
}

.info {
    font-family: "Montserrat", Arial, sans-serif;
    /* font-size: 14px; */
    font-weight: 400;
    line-height: 1.8;
}

.inner-content {
    color: black;
}

/*.intro-img-pq {*/
/*    padding-top: 15%;*/
/*}*/
/*thong tin so dien thoai*/
.font-danger {
    color: #c33;
    font-size: 16px;
}

/*co so thu hoach*/
.item-brand {
    height: 80%;
}

.image-brand img {
    width: 370px;
}

/*lien he*/
.bg-main {
    border: 0.1rem solid #343a40;
    border-radius: 4px;
    background: #343a40;
}

.bg-main:hover {
    border: 0.1rem solid red;
    background: red;
}

/*email lien he*/
.w-lg-50 {
    width: 50%;
    ; }

.bg-footer, .bg-breadcrum {
    background-color: #efefef;
}

/*Danh sach hien thi bai viet*/
.content-text-date {
    font-size: 13px;
    font-weight: 400;
    color: #343a40;
    padding-top: 3px;
}

.color-main {
    font-size: 13px;
    font-weight: 600;
}

.article_list .categories {
    width: 80%;
	margin-left: auto;
}
.share-buttons .share-button:nth-child(1) .share-button-primary, .share-buttons .share-button:nth-child(1) .share-button-secondary-content {
    background: #0866FF;
}
.share-buttons .share-button:nth-child(2) .share-button-primary, .share-buttons .share-button:nth-child(2) .share-button-secondary-content {
    background: #005AE0;
}
.share-buttons .share-button:nth-child(3) .share-button-primary, .share-buttons .share-button:nth-child(3) .share-button-secondary-content {
    background: #000000;
}
.share-buttons .share-button:nth-child(4) .share-button-primary, .share-buttons .share-button:nth-child(4) .share-button-secondary-content {
    background: #FF7E00;
}
.share-buttons .share-button:nth-child(4) .share-button-icon {
    filter: none;
    width: 3rem;
    overflow: hidden;
    border-radius: 50%;
}

.share-buttons .share-button:nth-child(5) .share-button-primary, .share-buttons .share-button:nth-child(5) .share-button-secondary-content {
    background: #029835;
}
.share-buttons .share-button:nth-child(5) .share-button-icon {
    filter: none;
    width: 4rem;
    overflow: hidden;
    border-radius: 50%;
}
.share-button-primary {
    box-shadow: 1px 1px 1px 0px #ddd;
}
/*Mobile*/
@media (max-width: 550px) {
    .header-mobile >.container > .row > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }

    .price-amount {
        color: red;
        font-weight: 700;
        font-size: 10px;
    }
}

.contact-icon-sdt {
    font-size: 20px;
}

@supports (position: sticky) {
    .sticky-top {
        top: 10rem;
    }
}
