/*Header*/
/*header, body, footer {*/
/*    font-family: 'Roboto';*/
/*}*/

.color-red {
    color: red !important;
}

.color-main {
    color: var(--color-main);
}
/*#192e54*/

.header_logo {
    direction: rtl;
}

.ds_baiviet img {
    border: 1px solid var(--color-main);
}

.menu-section {
    text-transform: uppercase;
}

.menu-section .active {
    color: var(--color-highlight);
    font-weight: bold;
}
.bg-top {
    background-color: white;
}

.shadow-highlight {
    box-shadow: 0.5rem 1rem 3.5rem 0rem rgb(255 194 49 / 45%) !important;
}

.logo-section img {
    width: 95px;
}

.logo-company img {
    width: 180px;
}

.logo-company p {
    color: red;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 10px;
}

a.language-picker::after, a.currency-picker::after {
    top: 50%;
    position: absolute;
    color: #fff;
}

a.language-picker img {
    height: 18px;
    width: 28px;
    object-fit: cover;
}

.language-section::before, .currency-section::before {
    display:none;
}

a.language-picker {
    height: 0;
    line-height: 0;
}

.language-section::before, .currency-section::before {
    content: '';
    background: #a6a6a6;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.border {
    border: 1px solid #96999d !important;
}

.bg-top>.container>.row>div:last-child {
     display: flex; 
     /*justify-content: space-between; */
     /*align-items: center; */
}

.slogan-topbar {
    font-size: 23px;
    font-family: "Rubik" !important;
    text-transform: uppercase;
}

.slogan-topbar-text {
    font-size: 20px;
    line-height: 1.2;
}

.company-name .text {
    font-size: 18px;
}

.language-section, .currency-section {
    font-size: 13px;
}

.object-cover {
    object-fit: cover !important;
}

.form-search .input-group {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.form-search .input-group .input-group-append button.btn.btn-submit {
    background-color: #ffc231;
    color: #1d3868;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 40px;
    width: 65px;
    height: 38px;
    font-size: 18px;
}

/*.bg-top>.container>.row>div:last-child {*/
/*     margin-left: -50px ; */
/*}*/

.title-logo p {
    line-height: 100px;
    height: 100px;
    text-align: center;
    padding: 0 30px;
}

.background_main {
    height: 400px;
}

.Phone .contact {
    background-color: var(--color-highlight);
    color: #fff;
    padding: 8px 24px;
    font-weight: 700;
    border-radius: 40px;
    transition: all .3s;
}

.Phone .contact .txt a {
    color: #fff;
}

.entire-action-header {
    padding: 20px 0;
}

.entire-action-header span {
    color: #fff;
    background: #000;
    padding: 3px 5px;
    border-radius: 1000%;
    border: 1px solid #000;
    font-size: 12px;
    position: absolute;
    top: -0.8rem;
    left: 1rem;
    color: var(--white);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.contact i {
    color: #192e54;
    margin-right: 10px;
    border-right: 1px dashed #fff;
    padding-right: 10px;
}

.bg-menu {
    background: var(--color-main);
    border-top: 1px solid var(--color-highlight);
    border-bottom: 1px solid var(--color-highlight);
}

.block-q .list-title {
    color: white;
    list-style: none;
}

.content-tittle .list-title {
    color: black;
    list-style: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
}

.product-content-detail .add-to-cart {
    font-weight: normal;
}

.dichvu {
    border-top: 2px solid var(--color-highlight);
    border-bottom: 2px solid var(--color-highlight);
}

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

.article-description .read-more {
    border: 1px solid var(--color-main);
    border-radius: 40px;
    padding: 7px 20px;
    font-weight: 700;
    color: white;
}

.menu-section > ul > li > a {
    line-height: 55px;
    height: 55px;
    color: #ffc231;
    text-align: center;
    font-size: 15px;
    padding: 0px 10px;
}

/*.header_sanpham .content_header:before, .header_sanpham .content_header:after {*/
/*    content: "";*/
/*    width: 100px;*/
/*    border-top: 2px solid var(--color-highlight);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -1px;*/
/*}*/


.header_sanpham .content_header:before {
    left: 100%;
}

.header_sanpham .content_header:after {
    right: 100%
}

.line {
    border-top: 1px solid #1d3868;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    display: block;
}

.title-section-link {
    color: var(--color-main);
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    background: white;
    right: 0;
}

.product-item .inner-content .product-title a {
    font-size: 14px;
}

.product .read-more {
    border-radius: 40px;
    font-weight: normal;
    padding: 6px 20px;
    display: block;
    font-size: 12px;
    background-color: var(--color-main);
    color: #fff;
}

.product .read-more:hover {
    background-color: var(--color-highlight);
}

.bg-gift {
    background: var(--color-main);
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-item {
    border-radius: 5%;
}

.product-item:hover {
    border: 1px solid #ffc231;
}

.bg-feel {
    background-color: #f2f2f2;
}

.content-img .img-small img {
    border-radius: 50%;
    height: 5em;
    width: 5em;
}

.infor .title-section {
    font-size: 14px;
    color: #777;
    margin-top: -10px;
}

.product_intro .title-section {
    color: var(--color-highlight);
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 60px;
}

.product_intro .main_image {
    height: 150px;
    width: auto;
}

.product_intro .content_left {
    direction: rtl;
}

.title-section:hover {
    color: var(--color-highlight) !important;
}

/*.title-section:before, .title-section:after {*/
/*    content: "";*/
/*    width: 100px;*/
/*    border-top: 2px solid var(--color-highlight);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -1px;*/
/*}*/

.inner-content .article-description {
    color: black;
    text-align: justify;
}

.inner-content .article-description {

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
}

.article-item .inner-content {
    min-height: 50px;
}

.hoat_dong .article-item .inner-content {
    min-height: 0;
}

.img_hd {
    border-radius: 10px;
    border: 1px solid transparent;
}

.img-big a img {
    object-fit: cover !important;
    border: 1px solid transparent;
    border-radius: 25px;
}

.img_camnhan {
    object-fit: cover !important;
    border: 1px solid transparent;
    border-radius: 5%;
}

.hdsd .article-entry-info .article-category a {
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
}

.article-item .article-title a {
    color: black;
    font-weight: bold;
    font-size:14px;
    
}

.hdsd .article-item .article-title a:hover {
    color: var(--color-highlight);
    font-weight: bold;
}

/*.view_map_small {*/
/*    overflow-y: hidden;*/
/*    overflow-x: hidden;*/
/*    max-height: 421px;*/
/*}*/

.row .image_map_small {
    /* padding-right: 0px ; */
}

.view_map_small .title-map {
    color: var(--color-main) !important;
}

.view_map {
    position: relative;
}

.view_map .title-map {
    background-color: rgb(46 44 44 / 80%);
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.map_left {
    padding-right: 0px ;
}

.company_name {
    font-size: 15px;
    color: #ffc231;
    text-transform: uppercase;
    font-weight: 700;
}

.home .object-cover {
    object-fit: cover;
}

.product-item .inner-content .product-title {
    height: 30px;
}

/*Chi tiáº¿t sáº£n pháº©m*/
.contact_sdt a {
    color: var(--color-highlight) !important;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0 11px;
    border-radius: 25px;
    border: 1px solid var(--color-highlight);
}

.contact_sdt a:hover {
    color: white !important;
   background: var(--color-highlight);
}

.contact_zalo a {
    color: var(--color-main) !important;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0 11px;
    border: 1px solid var(--color-main);
    border-radius: 25px;
}

.contact_zalo a:hover {
    color: white !important;
    background: var(--color-main);
}

footer {
    background-color: var(--color-main);
}

footer a {
    color: white !important;
}

footer a:hover {
    color: var(--color-highlight) !important;
}

footer .title-footer {
    display: block;
}

.footer-mid {
    background: var(--color-main);
}

.entire-info-website {
    color: white;
}

.entire-info-website address p i {
    color: white;
}

.entire-info-website address p {
    margin-bottom: 0;
}

.title-footer {
    font-size: 15px;
    color: #ffc231;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    display: none;
}
.menu-section > ul > li> a {
    color: var(--color-highlight);
}

.menu-section > ul > li:first-child a {
    padding-left: 10px;
}

.menu-section > ul > li:hover >a {
    font-weight: bold;
}

/*.menu-section > ul > li:hover {*/
/*    background: var(--color-highlight);*/
/*}*/

.menu-section .entry-menu.dropdown {
    background: var(--color-main);
    padding: 0;
}

.menu-section .entry-menu.dropdown li:hover .menu-link{
    text-decoration: underline;
}

.menu-section .menu-link {
    color: white;
    display: initial;
    text-transform: initial;
}

.menu-section > ul > li > .entry-menu li {
    text-align: left;
    border-bottom: 1px solid white;
    padding: 5px 0px;
}

/*.footer-menu-section {*/
/*    height: 100px;*/
/*    line-height: 100px;*/
/*    align-content: center;*/
/*}*/

.footer-menu-section ul li .certi{
    height: auto;
    line-height: auto;
    align-content: center;
}

footer .footer-menu-section ul li {
    height: 25px;
    line-height: 25px;
    align-content: center;
}

footer .footer-menu-section ul li {
    margin-bottom: 0;
    margin-bottom: 0;
    list-style: disc;
    color: white;
}

.footer-menu-section ul li a {
    color: black;
}

.footer-menu-section ul li .certi {
    height: auto;
    line-height: normal;
    align-content: center;
}

.certi .footer-menu-section ul li {
    margin-bottom: 0;
    /*border-top: 1px solid #f1eded;*/
    padding: 10px 0 0 0 !important;
}

.copyright {
    color: #ffc231;
    border-top: 1px solid;
    background: var(--color-main);
}

.contact-right {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.contact-right .entry-content {
    list-style: none;
    margin-top: 20px;
    text-align: right;
}

.contact-right .entry-content a.phone-right {
    padding: 10px;
    background: #25cc62;
    margin-right: 5px;
    border-radius: 5px;
    color: var(--white);
    opacity: 0;
}

.article-description .read-more:hover {
    background: var(--color-main);
    color: white;
}

.article-title-detail {
    font-size: 15px;
}

.breadcrumbs-section {
    font-size: 14px;
    padding-bottom: 8px;
}

.header_sanpham {
    position: relative;
}

.header_sanpham .title-section {
    background: white;
}

.about-home-introduce-affirmation {
    padding-left: 100px;
    padding-right: 100px;
}

/*Call Contact*/
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

/*Home_Intro*/
.home_intro .bg-intro {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    opacity: 10%;
}

.bg-intro:after {
    content: "";
    background: rgb(0 255 191 / 5%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.home_intro .intro {
    z-index: 2;
    position: relative;
}

.home_intro .intro .title-main {
    text-align: left;
    color: var(--color-main);
    font-size: 43px !important;
    font-weight: bold !important;
    line-height: 60px;
}

.title {
    line-height: 55px;
    height: 55px;
    color: var(--color-highlight);
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1;
}

.content_left .title {
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

.content_right .title {
    margin-left: 20px;
    margin-right: 0px;
    text-align: left;
}

.text {
    color: #ffffffab;
}

.content_left .text {
    direction: ltr;
    text-align: right;
}

.content_right .text {
    direction: ltr;
    text-align: left;
}

.icon {
    border-top: 1px solid var(--color-highlight);
    padding: 10px;
    border-radius: 50%;
    height: 100%;
}

.icon img {
    padding: 10px;
    object-position: center;
}

/*Block sáº£n pháº©m*/
.title-product {
    margin-top: 10px;
    margin-bottom: 25px;
    background: var(--color-main);
    color: var(--color-highlight);
    font-weight: bold;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 45px;
    text-transform: uppercase;
}

.product-tab.nav .nav-item .nav-link.active {
    color: var(--color-main);
    border-bottom: 2px solid var(--color-main);
    font-weight: bold;
}

.product-tab.nav .nav-item .nav-link {
    color: var(--color-main);
}

.product-tab.nav {
    margin-bottom: 46px;
    position: relative;
}



/*.product-tab.nav::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    background-color: #666;*/
/*    opacity: .2;*/
/*}*/

.tieu_de_gioithieu .title-section {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
}

.baochi .article-item:hover {
    border: 1px solid var(--color-highlight);
}

.baochi .article-item {
    border: 1px solid #f2f2f2;
    transition: all .3s;
}

.view_map_small .image_map_small img {
     /*aspect-ratio: 18/9; */
     /*width: 100%; */
     /*height: 100%; */
    object-fit: cover;
}


 
.sanphamnoibat .nav-item {
    margin: 0px -15px;
    margin-top: 0px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: -15px;
    color: #fff;
    background-color: var(--color-main);
    padding: 12px 79px;
    /* margin-bottom: 15px; */
    text-transform: uppercase;
    font-weight: 700;
}

.sanphambanchay .nav-item {
    margin: 0px -15px;
    margin-top: 0px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: -15px;
    color: #fff;
    background-color: var(--color-main);
    padding: 12px 72px;
    /* margin-bottom: 15px; */
    text-transform: uppercase;
    font-weight: 700;
}

.diachilienhe .entire-info-website {
    color: #1d3868;
}

.diachilienhe .company_name {
    font-weight: 700;
    color: #1d3868;
    text-transform: uppercase;
    font-size: 18.5px;
    text-align: center;
}

.diachilienhe .logo-section {
    padding: 0px 220px;
}

.diachilienhe .logo-company {
    padding: 0px 220px;
}

.diachilienhe .entire-info-website address p i {
    color: #1d3868;
}

.diachilienhe {
    padding-top: 120px;
}

.formlienhe1 {
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0px 30px;
    border-radius: 30px;
    /* margin-bottom: 15px; */
    margin-top: 15px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 8%);
}

.Phone .contact:hover {
    background-color: #ffc951;
}

.search-section .btn-action-header i {
    color: #fff;
    font-size: 20px;
}

.entire-action-header .btn-action-header {
    display: flex;
    position: relative;
}

.btn-action-header {
    height: -webkit-fill-available;
    line-height: normal;
}

.bg-top>.container>.row {
    align-items: center;
}

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

.language-picker i {
    ertical-align: text-top;
}

.language-section ul {
    text-align: left;
}

.language-section ul li img {
    height: 18px;
    /* margin: 2px 0; */
    width: 28px;
    object-fit: cover;
}

a.language-picker, a.currency-picker {
    color: black;
    font-weight: normal;
    text-transform: unset;
}

a.language-picker:hover, a.currency-picker:hover {
    color: var(--color-highlight);
}

header .title-footer, header .email-social {
    display: none;
}

header .social-footer ul {
    justify-content: end;
}

header .certi-form .social-footer ul {
    justify-content: center;
}

.social-footer ul li a {
    width: 32px;
    height: 32px;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
    line-height: 29px;
    text-align: center;
}

.social-footer ul li .certi{
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    display: block;
    line-height: 29px;
    text-align: center;
}

.social-footer ul li .certi img {
    -webkit-filter: unset;
    filter: unset;
    width: auto;
    height: 40px;
    padding: 0;
    object-fit: unset;
    background-color: white;
    border-radius: 0;
}

.social-footer ul li a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 16px;
    height: 16px;
    object-fit: scale-down;
}

.social-footer ul li a:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.social-footer ul li .certi:hover {
    background: transparent !important;
    border-color: transparent !important;
}

.search-section .btn-action-header {
    height: 35px;
    line-height: 35px;
}

.certi-form, .company-name {
    /*height: 90px;*/
    line-height: 30px;
}

.company-name {
    padding: 8px 0 0;
}

.certi-form p {
    font-weight: bold;
}

.header-form {
    height: 55px;
    line-height: 55px;
    margin-top: 0;
}

.product-cate-home .cate-product {
    height: 100%;
}

.title-section-1 {
    font-size: 15px;
}

.cate-product {
    background: var(--color-main);
    padding: 15px;
}

.cate-product .title-section-1 {
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cate-product .categories-section a {
    color: white;
}

.cate-product .categories-section a:hover {
    color: var(--color-highlight);
}

.header_sanpham {
    margin-bottom: 20px;
}

.slick-dots {
    bottom: -10px;
}

.block-q img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

/*----------------Trang hdsd----*/
.view-small .small-hdsd .inner-image {
    margin: 0;
}

.view-small .small-hdsd .inner-image img {
    width: 100%;
    height: 90px;
}

.article-item .inner-content_b1 {
    min-height: 70px;
}

.article-item .inner-content_b1 .article-title {
    font-size: 24px;
}

.view-small .small-hdsd .article-title a {
    font-size: 17px;
}

.ratio-hdsd_b1 a img {
    object-fit: cover;
}

.slider-gt_img {
    height: 250px;
}

.linh-vuc_gt {
    color: var(--color-highlight);
    font-size: 16px;
}

.img_bg1 {
    height: 300px;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact_social .contact-fixed {
    z-index: 999;
    left: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: #ffb40c;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #ffb40c;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    left: 25px !important;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--color-main);
}

.contact-fixed:hover .contact-fixed__list {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #003074;
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    color: var(--color-highlight) !important;
    font-weight: bold;
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: #ffb40c;
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

.icon-call {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 1024;
}

.icon-call li {
    margin-top: 10px;
    list-style: none;
}

.icon-call li a img {
    width: 60px;
    height: auto;
}

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

/*.is-mobile .certi-form, .is-mobile .company-name {*/
/*    height: 60px;*/
/*}*/

.logo_mobile {
    width: 100%;
}

.is-mobile body {
    margin-top: 0 !important;
}

.is-mobile a.language-picker, .is-mobile a.currency-picker {
    color: white;
    font-weight: normal;
}

.is-mobile.sanpham .nav-item  {
    padding-left: 15px;
}

.is-mobile .logo-company img {
    padding-left: 0;
}

.is-mobile .company-name .text {
    display: none;
}

.is-mobile .search-section .btn-action-header i {
    color: white;
}

.is-mobile .slider-section {
    height: 100%;
}

.is-mobile {
    margin-bottom: 0;
}

.is-mobile .product-tab.nav .nav-item {
    margin-top: 10px !important;
    padding-left: 15px;
}

.is-mobile .title-product {
    font-size: 16px;
}

.is-mobile footer {
    padding-top: 30px;
}

.is-mobile .menu-section {
    width: 260px;
}

.is-mobile .menu-section > ul > li > a {
    font-size: 13px;
    font-weight: normal;
    background-color: var(--color-main) !important;
}

.is-mobile .view_map_small {
    overflow-y: unset;
    overflow-x: unset;
    max-height: unset;
}

.is-mobile .slogan-topbar-text {
    font-size: 11.5px;
}

/*.is-mobile .entire-action-header .btn-action-header {*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*}*/

.is-mobile .menu-section > ul > li:hover,.is-mobile .menu-section .has-child > .entry-menu {
    background-color: var(--color-main);
}

.is-mobile .menu-section .menu-link {
    font-size: 13px;
}

.is-mobile .title-footer {
    margin-bottom: 0;
}

.is-mobile .slogan-topbar {
    color: var(--color-main) !important;
}

.is-mobile .title-tab {
    display: block !important;
}

.is-mobile .product-tab.nav {
    margin: 0 !important;
}

.is-mobile .company-name {
    height: 100%;
    line-height: normal;
}

.is-mobile .camnhankhachhang .article-item {
    margin-bottom: 0 !important;
}

.is-mobile .camnhankhachhang .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.is-mobile .company {
    width: 100%;
}

.is-mobile .slick-slider .slick-prev, .is-mobile .slick-slider .slick-next {
    background: #00000059;
    border-radius: 100%;
}

.is-mobile .menu-section > ul > li > .entry-menu li {
    border-bottom: 0 !important;
}

.is-mobile .map_left {
    display: none;
}

.is-mobile .view_map_small  {
    margin-left: 0 !important;
}

.is-mobile .footer-menu-section ul {
    margin-bottom: 0;
    margin: 0 1rem;
}

.is-mobile .logo-section img {
    /* height: 90px; */
}

.is-mobile .product-tab.nav {
    border-bottom: 0 !important
}

.is-mobile .tab-content {
    margin-top: 15px;
}

.is-mobile footer .entire-map {
    padding-top: 0;
}

.is-mobile .entire-map iframe {
    position: relative;
}

.is-mobile .seo-desc-background img {
    width: 100%;
    height: auto;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.is-mobile .company-name {
    padding: 0;
}

.is-mobile .slogan-topbar {
    text-transform: initial;
}

.item-partner img {
    border-radius: 5%;
}

/*End Button Contact Fixed*/
/*----------------*/

.ratio-brand {
    padding-top: 135%;
}
.header_logo {
    display: flex;
    align-items: center;
}

/*---------Responsive--------------*/
@media (max-width: 768px) {
    .is-mobile .btn-menu-mobile {
        color: white;
        display: block;
    }

    .logo-section img {
        /* height: 60px; */
    }
    
    .logo-company img {
        /* height: 60px; */
    }

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

    .entire-action-header .btn-action-header {
        color: white;
    }

    .title-section {
        font-size: 16px;
        line-height: 30px;
        padding-top: 10px;
    }

    .header_sanpham .content_header:before {
        content: "";
        width: 30px;
        border-top: 3px solid #ffc231;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -1px;
    }

    .hoatdong .content_header:before {
        content: "";
        width: 150px;
        border-top: 3px solid #ffc231;
        position: absolute;
        top: 60%;
        left: 100%;
        margin-top: -1px;
    }

    .baochi img {
        object-fit: cover;
    }

    /*.view_map_small .image_map_small img:first-child {*/
    /*    aspect-ratio: 14/9;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: contain;*/
    /*}*/

    /*.hethong h3 {*/
    /*    font-size: 25px;*/
    /*    line-height: 30px;*/
    /*    padding-top: 10px;*/
    /*    display: block;*/
    /*}*/

    .footer-mid-mb {
        background: var(--color-main);
    }

    .product-item .inner-content .product {
        display: block !important;
    }

    .diachilienhe {
        padding-top: 20px;
    }

    .background {
        margin-bottom: 15px;
    }
}

@media (max-width: 1550px) {
    .slogan-topbar {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .setting-menu-mb>.container>.row>div:nth-child(2) {
        display: flex;
        /*justify-content: center;*/
        /*align-items: center;*/
    }

    .product-item .inner-content .product {
        display: block;
    }

    .product-item .inner-content {
        text-align: center;
    }

    .diachilienhe {
        padding-top: 20px;
    }

    .block-q {
        padding-top: 20px ;
    }

    .is-mobile .menu-section.open {
        background: var(--color-main);
    }

    .is-mobile .menu-section > ul > li > a {
        color: white;
    }

    .is-mobile .menu-section > ul > li > .grower {
        color: white;
    }

    .contact-fixed {
        bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .product-item .inner-content .product {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .slogan-topbar {
        font-size: 14px;
    }
    .company-name .text {
        font-size: 14px;
    }
    .company-name {
        padding: 6px 0 0;
    }
    .certi .footer-menu-section ul li {
        padding: 3px 0 0 !important;
    }
    
    .social-footer ul li .certi img {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .header_sanpham .content_header:before, .header_sanpham .content_header:after {
        opacity: 0;
    }

    .title-section-link {
        position: inherit;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 568px) {
    .is-mobile .slogan-topbar {
        font-size: 11.5px;
    }

    .is-mobile .logo-section, .is-mobile .logo-company {
        text-align: center;
    }

    .is-mobile header .footer-menu-section, .is-mobile header .social-footer ul {
        margin: 0 !important;
    }

    .is-mobile .tieu_de_gioithieu .title-section {
        font-size: 20px;
    }
    
    .is-mobile .logo-company img, .is-mobile .logo-section img {
        height: 4rem;
        width: auto;
    }
}
