*{
    font-family: system-ui, gitbook-content-font,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover {
    color: #0FBF61;
}
.container1 {
    max-width: 1500px;
    margin: auto;
    padding: 0 10px;
}
.guarantee {
    display: flex;
    margin-top: 120px;
}
.list-menu-item-lv2 {
    display: none;
}
.guarantee .list-menu {
    overflow: hidden;
    margin-bottom: 5px;
}
.guarantee .list-menu .list-menu-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
}
.guarantee .list-menu ul li {
    list-style-type: none;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(136,153,168,1.00);
}
.guarantee .list-menu ul li:hover {
    cursor: pointer;
    
}
.guarantee .list-menu ul li a {
    border-radius: 4px;
    padding: 5px;
}
.guarantee .list-menu ul li a:hover {
    background-color: rgba(136, 153, 168, 0.193);
}
.guarantee .list-menu li a{display:block}
.col-2 {
    padding: 0 !important;
}
.col-md-2 {
    padding: 0 !important;
}
.guarantee .list-menu ul {
    padding-left: 10px;
    border-left: 2px solid rgba(136, 153, 168, 0.492);
    margin-left: 5px;
    margin-top: 5px;
}
.overflow-auto {
    max-height: 100vh;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.guarantee-content {
    padding: 0 90px;
}
.guarantee h1 {
    font-weight: 700;
    margin-bottom: 40px;
}
.guarantee h4 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 700;
}
.guarantee h5 {
    margin-bottom: 20px;
    font-weight: 700;
}
.guarantee p {
    color: rgba(59,69,78,1.00);
    margin-bottom: 20px;
}
.guarantee table {
    width: 100%;
}
.guarantee table tr td {
    width: 50%;
}
.guarantee table tr:first-child td {
    border-style: solid;
    border-width: 1px;
    padding: 8px 16px;
    border-bottom: 2px solid rgb(242, 242, 242);
    border-left-width: 0px;
    border-top-width: 0px;
    border-color: rgb(209 209 209);
    background-color: rgb(242, 242, 242);
    font-weight: 600 !important;
    color: rgba(92,105,117,1.00) !important;
}
.guarantee table {
    display: block;
    margin-bottom: 40px;
}
.guarantee table tr td:first-child {
    border-style: solid;
    border-width: 1px;
    padding: 8px 16px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-color: rgb(209 209 209);
    color: #3b454e;
    font-weight: 400;
}
.guarantee table tr td:last-child {
    border-style: solid;
    border-width: 1px;
    padding: 8px 16px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-color: rgb(209 209 209);
    color: #3b454e;
    font-weight: 400;
}
.guarantee .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}
.guarantee .list-item i {
    margin: 10px 10px;
    font-size: 6px;
}
.guarantee #warranty-process p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.guarantee #warranty-process4 .list-item {
    margin: 30px 0;
}
.box-link .link {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: rgba(92,105,117,1.00);
    padding-left: 40px;
}
.box-link .link::before {
    content: "Copied!";
    position: absolute;
    top: -42px;
    right: 0;
    z-index: 2;
    background-color: #0FBF61;
    padding: 8px;
    color: white;
    border-radius: 4px;
    display: none;
}
.box-link .link::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 20px;
    z-index: 2;
    background-color: #0FBF61;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: none;
}
.box-link.click .link::after,
.box-link.click .link::before {
    display: block;
}
.box-link .active {
    color: #0FBF61;
}
.box-link strong{
    display: block;
    padding-left: 40px;
    color: rgba(119, 127, 135, 0.679);
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.box-link ul li {
    
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    
}
.activecolor {
    border-left: 2px solid #0FBF61;
    color: #0FBF61 !important;
    font-weight: 600;
}
.box-link ul li:hover a{
    color: #0FBF61;
}
.box-link ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 40px;
    color: rgba(92,105,117,1.00);
}
.box-link .box-link-lv2 ul li {
    padding-left: 50px;
}
.fa-angle-right {
    transition: 0.6s all;
}
.rotate {
    transform: rotate(90deg);
}
.header-mobile .fa-bars {
    display: none;
    font-size: 20px;
}
.menu-mobile {
    pointer-events: none;
    top: 0;
    position: fixed;
    z-index: 10;
}
.menu-mobile.opa {
    pointer-events: auto;
}
.lop-phu {
    pointer-events: none;
    position: relative;
    background-color: rgba(128, 128, 128, 0.359);
    width: 100vw;
    height: 100vh;
    z-index: 11;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}
.lop-phu.opa {
    pointer-events: auto;
    opacity: 1;
}
.list-menu-mobile {
    padding: 40px 10px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transition: 0.3s all ease-in-out;
    transform: translateX(100%);
}
.list-menu-mobile.transx {
    transform: translateX(0);
}
.list-menu-mobile .list-menu {
    margin-bottom: 10px;
}
.list-menu-mobile .list-menu .list-menu-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
}
.list-menu-mobile .list-menu .list-menu-item:hover a{
    color: #0FBF61 !important;
    text-decoration: none;
}
.list-menu-item.activecolor2 {
    color: #0FBF61;
    background-color: #0fbf6126 !important;
    font-weight: 600;
}
.list-menu-mobile .list-menu ul li {
    list-style-type: none;
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(136,153,168,1.00);
}
.menu-mobile .fa-xmark {
    z-index: 13;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 35px;
}
.fa-xmark.opa {
    pointer-events: auto;
    opacity: 1;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #9db7cd;
}
.sticky::-webkit-scrollbar {
    width: 5px;
}
.sticky::-webkit-scrollbar-thumb {
    background-color: #9db7cd;
}
header .header {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
}
.list-menu-lv3 {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.list-menu-item-lv3 {
    display: none;
}
.list-menu-lv3:hover {
    border-radius: 4px;
    background-color: rgba(136, 153, 168, 0.193);
}
.list-menu-item:hover {
    border-radius: 4px;
    background-color: rgba(136, 153, 168, 0.193);
}



@media screen and (max-width: 556px){
    .list-menu-item-lv3 li {
        border-bottom: 1px gray solid;
        padding: 16px 5px !important;
        border-radius: 4px;
    }
    .list-menu-lv3 {
        border-bottom: 1px gray solid;
    }
    .list-menu-mobile .list-menu .list-menu-item {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px gray solid;
        align-items: center;
        padding: 16px 5px;
        border-radius: 4px;
    }
    .list-menu ul {
        padding-left: 10px;
        border-left: 2px solid rgba(136, 153, 168, 0.492);
        margin-left: 5px;
        margin-top: 5px;
    }
    .list-menu a {
        padding: 15px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .guarantee  {
        margin-top: 70px !important;
    }
    
    .header .logo {
        width: auto !important;
    }
    .col-md-2 {
        display: none !important;
    }
    .guarantee-content {
        padding: 0;
    }
    .header-mobile .fa-bars {
        display: block;
    }
    header .menu {
        display: none;
    }
    header .header .phone {
        display: none;
    }
    header .header .login {
        display: none;
    }
    .header h2 {
        margin: 0 !important;
        font-size: 20px !important;
        height: 60px !important;
        line-height: 60px !important;
    }
    .header .logo {
        height: 60px !important;
    }
    .header {
        height: 60px !important;
    }
    .guarantee h1 {
        font-size: 25px !important;
    }
    .guarantee h4 {
        font-size: 20px !important;
    }
    .guarantee p {
        font-size: 14px !important;
    }
    .guarantee h5 {
        font-size: 18px !important;
    }
    .guarantee tr td {
        font-size: 14px !important;
    }
    .header .logo img {
        max-height: 40px !important;
    }
}



















*{outline:none;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}
body{margin:0;padding:0;background-color:white;font-size:var(--font-size);font-family:var(--font-name),Roboto, sans-serif}
a{text-decoration:none;color:inherit}
input.error,select.error{background-image:url(/images/fail.png) !important;background-repeat:no-repeat !important;background-position:right center !important;border-color:red !important}
img[data-src]{display:none}
iframe{max-width:100%}

.schema{display:none}
.container{max-width:1200px;padding:0 10px;margin:0 auto}




.header{width:100%;height:80px;background-color: #f2f2f4;}
.header a{display:block}
.header .logo{width:250px;height: 80px;display: inline-flex;justify-content: left;align-items: center;}
.header .logo img{max-width: 250px;max-height: 50px;}
.header h2{height:80px;line-height:80px;font-size:32px;font-weight:bold;display:inline-block;vertical-align: top;margin: 0 15px 0 50px;padding:0;color: #101C2C;}
.header .login{font-size: 18px;font-weight: bold;display:inline-block;float:right;margin:15px 0;padding: 10px;border:1px solid #101C2C;border-radius:10px;}
.header .login i{margin-right:8px}
.header .phone{font-size: 18px;font-weight:bold;display:inline-block;float:right;color:#101C2C;border: 1px solid #101C2C;padding: 10px;border-radius: 10px;}
.header .phone i{margin-right: 10px;font-size: 28px;transform: rotate(90deg);}
.menu{width: 100%;margin: 0;padding:0;height: 50px;background-color:white;}
.menu ul{height:50px;margin:0;padding:0;display:flex;justify-content:space-between;list-style:none}
.menu ul li{text-align:center;line-height: 50px;}
.menu ul li:last-child{border-right:0}
.menu ul li a{font-size: 16px;color: #101C2C;font-weight: 500;transition:all .25s ease-in-out;text-decoration:none;text-transform: uppercase;}
.menu ul li:hover a{color: #0FBF61;}
.menu li > ul{height:auto;padding:20px;position:absolute;top: 40px;left: -30px;background-color:white;display:none;box-shadow:0 0 8px rgba(0,0,0,0.6);z-index:999}
.menu li:hover > ul{display:block}
.menu li:hover > ul li{width:250px;line-height:30px;padding:3px 10px;margin:7px 10px 7px 0;text-align:left;font-size:14px;background-color:white;}
.menu li:hover > ul li a{font-weight:unset;color:#151515}
.menu li:hover > ul li:hover{background-color:white}
.menu li:hover > ul li:hover > a{color:#27ae93}
.menu ul ul ul{left:250px;top:0;min-width:250px}


