.page-ttl h2 {
    margin: 0 40px;
    padding: 80px 0;
    min-height: 196px;
}

.page-ttl h2.line {
    border-bottom: #DDD 3px solid;
}

.page-ttl strong {
    display: block;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    text-align: left;
    position: relative;
    top: 2.7em;
}

.title-option {
    font-weight: 700;
    font-size: 18px;
    color: #707070;
    text-wrap: nowrap;
}

.center-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: 16px !important;
    color: inherit;
    margin: 0;
}

input[type=text], input[type=email], input[type=tel], select, textarea {
    /* padding: 0.5em 0.5em; */
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.6rem;
}

.box-lang-top {
    text-align: right;
    font-size: 13px;
    font-size: 12px;
    margin-top: 30px;
}

.chose-language {
    width: 150px;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    font-size: 12px !important;
    color: inherit;
}

.box-btn-option {
    background-color: #F8F6F6;
    display: flex;
    justify-content: center;
}

.recomment-os {
    text-align: left;
}

.link-back {
    float: right;
    margin-right: 7px;
    color: #9F965C;
}

.link-back:hover {
    cursor: pointer;
    text-decoration: underline;
}

.title-product-type {
    border-left: 4px solid #B3B2A4;
    padding-left: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.arwList {
    margin-top: 10px;
    margin-left: 30px;
}

.arwList li span a {
    text-decoration: underline;
    color: black;
}

.arwList li span a:hover {
    text-decoration: underline;
}

.arwList li span:first-child {
    width: calc(100% - 12em);
}

.arwList li {
    margin-top: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-explanation-frame {
    height: auto;
    border: #9F965C solid 1px;
    padding: 10px;
    margin-left: 25px;
}
/*Xử lý input search*/
#loading {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 22px;
    width: 22px;
    overflow: visible;
    background: url("https://global.sharp/shared_top/img/icon_loading.gif") no-repeat;
}

/*Page detail*/
.box-detail {
    width: 100%;
}

.box-detail dl {
    background: #F8F6F6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}

.box-detail dl dt {
    padding: 10px 10px 0 10px;
    text-align: left;
}

.box-detail dl dd {
    background: #fff;
    margin-left: 30%;
    padding: 10px 30px;
}

.line-detail {
    border-bottom: #DDD 2px solid;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}

.box-right {
    text-align: right;
    font-size: 18px;
}

.box-os {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.box-os div a {
    text-decoration: none;
}

.btn-submit-os {
    background-color: #716F63;
    text-align: center;
    width: 200px;
    height: 45px;
    color: white;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
}

.mt70 {
    margin-top: 70px;
}

.mt30 {
    margin-top: 30px;
}

.text-option-select {
    margin-left: 20px;
    color: #2B353B;
    font-weight: bold;
}

.label-recomment-os {
    font-size: 1.2em;
    font-weight: bold;
}

.box-btn-option a {
    text-decoration: none;
    line-height: 45px;
    color: white !important;
}

.change-os:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tglbar {
    background-color: #F8F6F6;
    text-align: left;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.licagrmt {
    height: 240px;
    padding: 20px 15px;
    border: 1px solid #c9c9c9;
    overflow: auto;
    text-align: left;
}

.txtred {
    color: #cb2528;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}

:root {
    --color-lightninggreen: #0000;
}