:root {
  --shop-color-bg: #f5f5f5;
  --shop-color-main: #263b96;
  --shop-color-text: #252a2b;
  --shop-color-title: #333333;
  --shop-color-hover: #45c9e3;
  --shop-color-button: #263b96;
  --shop-color-border: #eae4e8;
  --home-category-bg-1: #faf1ff;
  --home-category-bg-2: #faf4eb;
  --home-category-bg-3: #f4e6e5;
  --home-category-bg-4: #e6f2f4;
  --home-category-bg-5: #fff6f6;
  --home-coupon-bg: #ffffff;
  --home-coupon-light: #ffffff;
  --home-coupon-border: #f8d0d3;
  --home-coupon-text: #333333;
  --home-collection1-bg: #831713;
  --home-collection1-icon: #ffe501;
  --home-collection1-color-text: #ffffff;
  --home-categorize-bg: #dee4e9;
  --home-categorize-color: #333333;
  --home-collection2-bg: #adc4d2;
  --home-collection2-title: #ff0000;
  --home-collection3-bg: #e9dabe;
  --footer-bg-color-1: #2a2a2a;
  --footer-bg-color-2: #2a2a2a;
  --footer-bg-color-copyright: #222222;
  --footer-color-title: #ffffff;
  --footer-color-text: #aaaaaa;
  --footer-color-hover: #45c9e3;
  --accentColor1: #929292;
} 
.btn{
	background-color: var(--shop-color-button);
    border-color: var(--shop-color-button);
}
.btn:hover{
	background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}
.logo_ft{
    width:150px;
}
header .header-main .logo img{
    width:120px;
}
.header-main > .row{
    align-items: center;
    display: flex;
}
#menu {
    top: 110px;
}
.section_about .service-tab .tab-list-wrapper ul{
    min-height: 200px;
}

.section_about .service-tab .tab-content .tab-pane img{
    width:250px;
}
.partner_item {
    width: 100%;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.partner {
    width: 150px;
    height: 60px;
    object-fit: contain;
}
.section_why_choose_content >.row{
    display: flex;
    flex-wrap: wrap;
}
.section_service .service-bg .col-md-3 .item .service-content-wrap .content-cell .title{
    min-height: 40px;
}
.catnew-list h4{
    font-weight:700;
    font-size:20px;
}
#information-contact h3{
    font-weight:700;
}
.column_contact_box h3{
    font-weight:700;
}
.section_why_choose .section_why_choose_content .why_choose_item img{
    width:50px;
}
.section_why_choose .section_why_choose_content .why_choose_item .choose-right {
    padding-left: 60px;
}