.section-pro__hot .item-pro .title,
.section-pro__hot .item-pro .price{
	color: #fff;
}
.breadcrumb li:last-child a:after{
	content: none;
}
div#toc_container {
    /* background: #e8e8e8; */
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px !important;
}
.show_or_hidden_toc {
    cursor: pointer;
}
.toc_heading {
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toc_list {
    margin-left: 0;
    margin-top: 10px;
}
.toc_list li {
    position: relative;
    margin-bottom: 7px !important;
    padding-left: 0;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
}
div#toc_container ul {
    padding-left: 15px !important;
    margin-bottom: 0 !important;
}
.table_info_package {
    width: 100%;
    border-collapse: collapse;
}
.table_info_package td,
.table_info_package th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}
#consentBox { 
    background: #fff; 
    padding: 20px; 
    border-radius: 15px; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    text-align: center; 
    position: fixed;
    right: 20px;
    bottom: 40px;
    max-width: 500px;
    z-index: 1;
} 
#consentBox.hide { 
    opacity: 0; 
    pointer-events: none; 
    transform: scale(0.8); 
    transition: all 0.3s ease; 
} 
::selection { 
    color: #fff; 
    background: #229a0f; 
} 
#consentContent p { 
    color: #858585; 
    margin: 10px 0 20px 0; 
} 
#consentContent .buttons { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-top: 20px; 
} 
.consentButton, 
.rejectButton { 
    padding: 12px 30px; 
    border: none; 
    outline: none; 
    color: #fff; 
    font-size: 16px; 
    font-weight: 500; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    border: 2px solid #d9001d; 
} 
.consentButton { 
    background: #d9001d; 
    margin-right: 10px; 
} 
.consentButton:hover{
    background: #fff; 
    color: #d9001d; 
}
.rejectButton { 
    color: #111211; 
    background: transparent; 
    border: 2px solid #d9001d; 
    text-decoration: none; 
} 
.rejectButton:hover{
   background: #d9001d;
   color: #fff;
}
#consentBox img { 
    max-width: 90px; 
} 
#consentHeader { 
    font-size: 25px; 
    font-weight: 600; 
    margin-top: 10px; 
}
.auto_complete_result {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    padding: 0 !important;
    transition: none 0s ease 0s;
}
.lds-spinner {
    display: none;
    color: #ef5c28;
    margin: -8px auto 5px auto;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 40px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #ef5c28;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.auto_complete_result .title-result {
    padding: 5px;
    background: #ebebeb;
    color: #212121;
    font-weight: bold;
    border-bottom: solid 1px #ebebeb;
}
.auto_complete_result .item-auto-result {
    padding: 5px;
    border-bottom: solid 1px #ebebeb;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.auto_complete_result .item-auto-result:hover {
    background: #f9f9f9;
}
.auto_complete_result .item-auto-result .img {
    width: 85px;
}
.auto_complete_result .item-auto-result .name {
    font-weight: 600;
}
.auto_complete_result .item-auto-result .content {
    width: calc(100% - 85px);
    padding-left: 8px;
}
.auto_complete_result .item-auto-result .highlight {
    color: #ed3237;
}
.auto_complete_result .view-all {
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    background: #ebebeb;
}
.text_result {
    max-height: 350px;
    overflow-y: auto;
}
.c-img {
    display: block;
    position: relative;
}
.c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.item-vision .title{
    font-size: 24px;
}
.content_box_notify_order{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
.content_box_notify_order .content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.content_box_notify_order img{
    margin-bottom: 20px;
}
.content_box_notify_order .content .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.content_box_notify_order .content .title,
.content_box_notify_order .content .description{
    width: 100%;
    text-align: center;
}
.agent_system{
    padding: 50px 0;
}
.storemap-container_home {
    padding: 20px;
    background-color: #d9001d;
    color: white;
    border-top-left-radius: 15px;
}
.store-text {
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 25px;
}
.storeshow-map_container select,
.storeshow-map_container input{
    padding: 8px 15px;
    border-radius: 10px;
    color: #000;
    outline: none;
    border: 1px solid #ccc;
}
.mapshow-container_home iframe {
    min-height: 33.0625rem;
}
.resultmap-container_home {
    background-color: rgba(218, 220, 222, 0.3);
    padding: .5rem 1.25rem;
    font-size: 17px;
}
.infomap-contaner_home {
    padding: 10px;
    max-height: 18.8125rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.infomap-inside_home+.infomap-inside_home {
    border-top: 1px solid #ebebeb;
}
.infomap-inside_home {
    padding: 10px;
}
.map-detail {
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}
.mapname {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.map-address {
    margin-bottom: 10px;
    display: flex;
}
.map-address .map-phone {
    display: flex;
    align-items: center;
}
.map-address img {
    height: 18px;
    width: 14px;
    margin-right: 8px;
}
.map-phone img {
    height: 17px;
    width: 17px;
    margin-right: 8px;
}
.link-map {
    position: relative;
    z-index: 20;
    max-height: 6.125rem;
    align-items: center;
}
.link-map :after {
    position: absolute;
    content: "";
    z-index: 10;
    top: 50%;
    right: 0;
    left: 0;
    width: 105%;
    height: 59%;
    background-color: rgb(13 144 42 / 40%);
    transform: translate(-2%, -14%);
    border-radius: 15px;
}
.link-map img {
    max-width: 90px;
    max-height: 90px;
    margin-top: -15px;
}
.link-map div {
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    color: rgba(239, 197, 70)
}
.text_none .store_sys_content {
    display: none;
}
.box_contact_shopsystem .box_content{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.box_contact_shopsystem .box_content .title_big{
    font-size: 36px;
    text-align: center;
}
.box_contact_shopsystem .content_note_contact_system{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.box_bocongthuong img{
    max-width: 171px;
}