.d_segment_link{
    display: none;
}

.header_contact{
    display: flex;
}
.d_segment_top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d_segment_top{
    padding: 5px 0;
    background-color: #f6f6f6;
}
.d_segment_header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d_segment_header .header_search_form{
    width: 250px;
}
.umt_cart a{
    display: block;
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.d_segment_header{
    padding: 15px 0;
}
.d_segment_menu{
    background-color: #20a36d;
}
.commit_item{
    display: flex;
    flex-wrap: wrap;
}
.commit_item .g_icon{
    width: 60px;
    height: 60px;
    background-color: #20a36d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 100%;
    color: #fff;
}
.commit_item .g_content{
    width: calc(100% - 60px);
    padding-left: 20px;
}
.commit_item .g_title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.commit_item .g_title2{
    font-size: 13px;
    color: #666;
    margin-top: 0;
}
.d_segment_commit{
    padding: 40px 0;
}

.umt_hot_cat_group{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.umt_hot_cat_group .g_wrapper{
    width: 25%;
}

.general_tab_header ul li{
    list-style: none;
    border-left: 1px solid #e2e2e2;
    cursor: pointer;
    padding: 0 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.general_tab_header ul li:first-child{
    border-left: none;
    padding-left: 0;
}
.general_tab_header ul li:last-of-type{
    padding-right: 0;
}
.general_tab_header ul{
    display: flex;
}
.general_tab_header{
    padding-bottom: 7px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.general_tab_header ul li.active{
    color: #20a36d;
}
.product_excerpt{
    display: none;
}
.home_adv{
    margin-top: 20px;
}

.d_title{
    color: #20a36d;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.d_segment_product{
    margin-top: 40px;
}
.d_segment_link{
    margin-top: 40px;
    margin-bottom: 20px;
}
.d_segment_footer{
    padding: 40px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.d_segment_copyright{
    padding: 15px 0;
    color: #666;
    font-size: 13px;
}
.d_segment_copyright .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product_item.no_border{
    border: none;
}

.single_contact{
    background: #ff2e17;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.single_contact a{
    color: #fff;
    padding: 10px 0;
    display: block;
}

.header_contact{
    display: flex;
    align-items: center;
}

.header_contact .g_icon{
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #ff2e17;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}


.header_contact .g_text a{
    font-size: 18px;
    color: #ff2e17;
    font-weight: bold;
}

.d_segment_menu{
    position: sticky;
    top: 0;
    z-index: 999;
}

.d_logo img{
    max-height: 80px;
}

.single_tab_content h2{
    font-size: 1.75rem;
}
.single_tab_content h3{
    font-size: 1.25rem;
}
.single_tab_content h2 strong, .single_tab_content h3 strong{
    font-weight: normal;
}

.left_small_news img{
    width: 100px;
    height: 66.75px;
    object-fit: cover;
}

.umt_content{
    margin-bottom: 40px;
}

.product_item.g_product .product_img{
    padding: 20px;
}


.tr_content dl, .tr_content ol, .tr_content ul {
     margin-top: 0;
     margin-bottom: 1rem;
}

.tr_content ol, .tr_content ul {
    padding-left: 2rem;
}

.content_detail td, .content_detail th{
    border: 1px solid #e2e2e2;
    padding: 3px;
}

.header_logo_group{
    display: flex;
    text-align: center;
    align-items: center;
}
.d_header_name .g_title1{
    font-weight: bold;
    font-size: 17px;
}
.d_header_name .g_title2{
    font-weight: bold;
    font-size: 30px;
    color: #d0021b;
}
.d_header_name{
    margin-left: 10px;
}