.header .logo-top img {
    width: 350px;
}

.logo-top {
    padding: 15px;
}

.m-search {
    display: flex;
    height: 45px;
    border: 2px solid #f3942f;
    width: 100%;
    margin: 0 auto;
}

.m-search__select {
    width: 160px;
    text-align: center;
    border: 0;
    background: 0;
    padding: 0 1px;
    cursor: pointer;
    font-weight: bold;
}

.m-search__group {
    display: flex;
    flex: 1;
    border-left: 1px solid #f3942f;
}

.m-search__input {
    flex: 1;
    border: 0;
    padding: 5px;
}

.m-search__btn {
    border: 0;
    background: 0;
    padding: 9px;
    cursor: pointer;
    background-color: #f3942f;
}

li.icon-cart {
    padding: 10px 5px 10px 0px;
    border: 2px solid #f3942f;
}

span.icon {
    font-size: 20px;
    margin-right: 8px;
    color: #ffffff;
    background: #f3942f;
    margin: auto;
    padding: 10px;

}

.hotline-header {
    text-align: center;
}

span.cart {
    font-size: 16px;
    margin-left: 3px;
}

.search-top {
    margin-top: 20px;
}

.card-top {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Menu*/

i.fa.fa-search {
    color: white;
    font-size: 25px;
}

/*Service*/
.list-item {
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.service {
    margin-top: 10px;
}

.list-item .item-title {
    font-size: 14px;
    font-weight: bold;
}

.col-sm-20.he-service {
    border: 1px solid #D8D8D8;
}

.shadow-border {
    background-color: inherit;
    box-shadow: 0 0 0 1px #D8D8D8 !important;
}

.system-service {
    margin-top: 5px;
}

.title-system {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.title-system h2 {
    background: #4d9bc7;
    color: white;
    font-weight: bold;
    display: initial;
    padding: 5px;
}

.title-system hr {
    border: 2px solid #4d9bc7;
}

.box-system {
    text-align: center;
    margin-bottom: 5px;
}

.box-system h3 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.box-system img {
    border-radius: 10px;
}

.repair-process {
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.col-md-10.process {
    background: #4d9bc7;
    padding: 4px !important;
}

.title-01 p {
    font-weight: bold;
    color: white;
    margin-top: 11px;
}

.col-md-2.process-left {
    background: #f3942f;
    padding: 10px !important;
}

.col-md-2.process-left .title p {
    font-weight: bold;
    color: white;
    padding: 5px;
}

i.fa.fa-caret-right {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 25px;
    font-size: 20px;
    margin-right: 5px;
}

/**/
.system-service .title {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.system-service .title::after {
    background-color: #4d9bc7;
}

.title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    z-index: -1;

}

.title span {
    display: inline-block;
    background-color: #4d9bc7;
    color: #fff;
    padding: 12px 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
}

.title span::before, .title span::after {
    content: '';
    display: block;
    background-color: #4d9bc7;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.title span::after {
    left: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

#navfixed {
    margin-top: 0;
    background: #4d9bc7;
}

.fixedToppage {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}