/*new*/
#header-contact li a span {
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
    color: #ffffff;
}

.nav>li>a>i {
    color: #bd6501;
}

#top-bar .nav>li>a>i {
    color: #ffffff;
}

.tel {
    list-style: none;
    height: 65px;
    min-width: 268px;
    background: url(../images/bg-tell.png)no-repeat center;
    background-position-y: 0px;
}

.tel li:first-child {
    margin-left: 20px !important;
}
.tel li:last-child {
    border-left: 1px solid #ee4133;
}
.header-nav .html strong {
    color: red;
}
.tel li {
    float: left;
    width: 45%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.search-mobile {
    display: none;
}

@media screen and (max-width: 849px){
    .medium-logo-center .logo {
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px;
    }
    .medium-logo-center .logo img {
        margin: 0 auto;
    }
}

@media (max-width: 549px){
    .header-main .logo-left a {
        position: inherit;
        top: 0;
    }
    #logo img {
        box-shadow: none;
        max-height: 70px !important;
        margin-top: 0px;
        position: inherit;
    }
    
}

.section-banner-img{
    margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
    .slide-min-height{
        min-height: 493px;
    }
    .section-banner-img {
        margin-top: -50px;
        z-index: 2;
    }
}


.nav>li>a>i.icon-menu {
    color: #579041;
}

.footer-section .cot1 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -30px;
    background: #006738;
    padding-top: 30px !important;
}

#section_798829679 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(131 19 3);
}
.footer-section h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}
.footer-section h3 a {
    position: relative;
    display: inline-block;
}
.footer-section h3 a:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.footer-section ul li {
    margin-bottom: .6em;
    list-style: disc;
    margin-left: 1.3em;
    font-size: 15px;
}
.footer-section ul {
    list-style: disc;
}
.line{
    white-space: nowrap;
    border: 1px dotted #bd6501;
    background: #f7f7f7;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 30px;
}

.section-title-normal span{
    border-bottom: 2px solid rgb(189 20 119);
}

.footer-section .row-small>.col{
    padding: 0 9.8px 19.6px;
}

.c-commit .col .icon-box .icon-box-img .icon i {
    font-size: 48px;
    color: #bd6501;
    border: 1px solid #bd6501;
    border-radius: 100%;
    padding: 20px;
}
/*end new*/
.row.row-small {
    max-width: 1200px;
}
.product-small .product-title a {
    line-height: 1.3;
}
.name_product_gird {
    height: 41px;
}
.product-small .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px;
}
.title14 {
    font-size: 14px;
}

.unit, .amounts {
    color: #e51717;
    font-size: 16px;
}

.widget-area ul > li, .mh-sidebar ul > li, .shop-sidebar ul > li, #shop-sidebar ul > li {
    border-top: 0 !important;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 10px;
}

.widget-area ul > li > a, .mh-sidebar ul > li > a, .shop-sidebar ul > li > a, #shop-sidebar ul > li > a {
    font-size: 15px;
    padding: 0 0 10px;
    width: 100%;
    -o-transition: padding 0.6s ease-out 0s;
    -webkit-transition: padding 0.6s ease-out 0s;
    transition: padding 0.6s ease-out 0s;
}

#shop-sidebar ul > li:hover > a,  #shop-sidebar ul > li.active > a, .mh-sidebar ul > li:hover > a{
    padding-left: 25px;
}

#shop-sidebar ul > li::before, .mh-sidebar ul > li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -10%;
    -o-transition: left 0.6s ease-out 0s;
    -webkit-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s;
    font-size: 20px;
    top: 3px;
    font-weight: bolder;
}



.widget-area ul > li:hover::before, .mh-sidebar ul > li:hover::before, .shop-sidebar ul > li:hover::before, #shop-sidebar ul > li:hover::before, #shop-sidebar ul > li.active::before, .mh-sidebar ul > li:hover::before {
    left: 5px;
    color: var(--primary-color);
}

.widget-area ul > li::after, .mh-sidebar ul > li::after, .shop-sidebar ul > li::after, #shop-sidebar ul > li::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #f5f5f5;
    bottom: 0;
    left: -100%;
    width: 100%;
}

.widget-area ul > li:hover::after, .mh-sidebar ul > li:hover::after, .shop-sidebar ul > li:hover::after, #shop-sidebar ul > li:hover::after, #shop-sidebar ul > li.active::after {
    -o-transition: left 0.6s ease-out 0s;
    -webkit-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s;
    left: 0;
    background-color: var(--primary-color);
}
.title25{
    font-size: 25px;
}

.section-product h3.section-title a::before{
    font-family: 'FontAwesome';
    content: "\f0e7";
    margin-right: 5px;
}
.breadcrumb {
    margin-left: 150px;
}
.item-center{
    align-items: center;
}
.texttranup{
    text-transform: uppercase;
}
.info-service ul li{
    width: 33.33%;
}
.section.info-service{
    background-color: #bd8728;
}
.info-service ul li img{
    display: flex;
    object-fit: cover;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 200px;
}
.info-service ul {
    margin: 0px;
}
.info-service ul ul {
    margin: 0px;
}
.info-service:before{
    content: "";
    position: absolute;
    width: 110px;
    height: 72px;
    background: url(../images/icon_slider.png) no-repeat;
    background-size: contain;
    left: calc(50% - 55px);
    top: calc(100% - 2px);
}
.pdt100{
    padding-top: 100px;
}

/* .gioi-thieu-sago h5:before {
    content: "";
    position: absolute;
    width: 96px;
    height: 96px;
    background: #FFFDEE;
    border-radius: 50%;
    top: 0;
    left: -40px;
} */

.title-about .title-150 {
    letter-spacing: 14px;
    position: absolute;
    top: -60px;
    left: -5px;
    pointer-events: none;
}

.title-150 {
    font-size: 100px !important;
    line-height: 1.2;
}
.trans-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
    opacity: 0.2;
}
#main {
    background-color: #fff;
    position: relative;
    background-image: url(../images/fishbg.jpg);
}
@media (max-width: 549px) {
    .breadcrumb {
        margin-left: 0px;
    }
}

.img-product-detail {
    display: flex;
    object-fit: cover;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 400px;
}