:root {
    --primary-color: #098850;
}

#tracuu {
    margin: 3% 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

#ProdID, #inputsearch {
    width: 40%;
    font-size: 15px;
    height: calc(2em + 2px);
}

#ProductID:focus {
    outline: none !important;
}

#titletracuu {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

#searchcode {
    width: 100%;
}

.show-btn-desk {
    margin-left: 5px;
}

#ProdID::-webkit-input-placeholder, #inputsearch::-webkit-input-placeholder {
    font-size: 15px;
}

#ProdID::-moz-placeholder, #inputsearch::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
}

#ProdID:-ms-input-placeholder, #inputsearch:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
}

#ProdID:-moz-placeholder, #inputsearch:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
}

.camera-button {
    display: none;
}

.phoneno {
    border-radius: 30px;
    border: 1px solid #ccc;
}

.modal-header {
    background-color: #E8E8E8;
    padding: 10px 15px;
}

.modal-title {
    font-size: 15px;
    font-family: 'Roboto-Bold';
}

.modal-footer {
    border-top: none;
}

.btn-save {
    background-color: #098850;
    color: #fff;
}

.btn-cancel {
    background-color: #89918E !important;
    color: #fff;
}

.div-dealer {
    text-align: center;
    display: grid;
}

.btn-save:hover {
    color: #fff !important;
    background-color: #004A29 !important;
}

.btn-cancel:hover {
    color: #fff !important;
}

.btn-save:focus, .btn-cancel:focus {
    outline: none !important
}

.button-tracuu {
    background: #D32027;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid;
    margin-left: 5px;
    font-size: 15px;
}

.button-tracuu-mobile {
    border-radius: 30px;
    background-color: #D32027;
    color: #fff;
    padding: 8px 10px;
    border: none;
    margin-top: 10px;
}

#PIN, .pin-text {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 30px;
}

    #PIN:focus, .pin-text:focus {
        outline: #ccc;
    }

.phoneno {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: auto;
}

.phoneno:focus {
    outline: #ccc;
}

.image-product {
    width: 35%;
}

@media screen and (max-width: 447px) {
    .title-nnt-mb{
        font-size: 17px !important;
    }
}

@media screen and (max-width: 390px) {
    .title-nnt-mb {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 350px) {
    .title-nnt-mb {
        font-size: 14px !important;
    }
}



@media screen and (max-width: 430px) {
    .org-item {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 410px) {
    .org-item {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .image-product {
        width: auto !important;
    }

    .header {
        display: none;
    }

    #titletracuu {
        display: none;
    }

    #form-horizontal span#searchcode {
        text-align: center;
    }

    .camera-button {
        display: inline-block;
        right: 0;
        color: #989FA5;
    }

    .button-tracuu {
        display: none;
    }

    .footer {
        display: none;
    }

    #ProdID, #inputsearch {
        border: none;
        width: 100%;
        left: 0;
        padding-left: 20px;
        background: #E6EAED;
        font-size: 20px;
    }

    .div-search {
        /*border: 1px solid #ccc;*/
        /*border-radius: 30px;*/
        margin: 5%;
        /*background: #E6EAED;*/
    }

    #searchcode {
        display: block;
        border: 1px solid #E6EAED;
        border-radius: 30px;
        background: #E6EAED;
        position: relative;
    }

    #ProdID:focus, #inputsearch:focus {
        outline: none;
        color: #333;
        font-size: 20px;
    }

    .fix_tel {
        display: none;
    }

    .icon-logo-mobile {
        height: 70px;
        display: block !important;
        margin: auto;
    }

    .divCamera {
        right: 5%;
        top: 25%;
        position: absolute;
    }

    .clear-all-text {
        display: none;
    }

        .clear-all-text i {
            color: #989FA5;
        }

    #ProdID:focus ~ .divCamera .camera-button {
        display: none !important;
    }

    #listproduct .nav.nav-tabs {
        overflow-x: scroll;
        /*width: 550px !important;*/
        white-space: nowrap;
    }

        #listproduct .nav.nav-tabs li a {
            font-size: 12px !important;
            text-transform: uppercase;
        }

    .div-image-box {
        width: 100%;
    }

    .info-first {
        display: none;
    }

    .info-box-mobile {
        display: block !important;
        text-align: center;
    }

    .div-box-info, .div-box-info .div-image-box {
        width: 100%;
    }

    .btn-chinh-hang-mobile {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .image-box img {
        height: auto;
    }

    .div-info-box {
        padding: 0;
    }

    .bodycontent {
        /*text-align: justify;*/
    }
    /*.hidden-desktop{
        display: inline;
    }*/
    #ProdID::-webkit-input-placeholder, #inputsearch::-webkit-input-placeholder {
        font-size: 14px;
    }

    #ProdID::-moz-placeholder, #inputsearch::-moz-placeholder { /* Firefox 19+ */
        font-size: 14px;
    }

    #ProdID:-ms-input-placeholder, #inputsearch:-ms-input-placeholder { /* IE 10+ */
        font-size: 14px;
    }

    #ProdID:-moz-placeholder, #inputsearch:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }

    .info-prod-mobile {
        display: flex !important;
    }

    #basicModal .modal-dialog {
        width: auto !important;
    }

    #basicModal #DealerCode {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-mobile {
        display: block !important;
        text-align: center;
        bottom: 0;
        position: fixed;
        background: #FFF;
        padding: 10px 0;
        z-index: 9999;
    }

    .tab-content {
        padding-bottom: 150px;
    }

    .logo-app {
        height: 40px !important;
    }

    .div-info-box {
        display: block !important;
        box-shadow: none !important;
    }

    .show-btn-desk {
        margin-left: 5px;
    }

    .divGuide {
        display: inline-block;
    }

        .divGuide a.show-btn-desk {
            display: inline-block;
            padding: 6px 0 5px 5px;
            margin-left: 0;
        }

            .divGuide a.show-btn-desk img {
                height: 20px;
            }

    .m-img {
        width: 100% !important;
    }
}

.div-box-info {
    padding: 20px 0;
}

.div-image-box {
    box-shadow: 4px 4px 5px #DDD;
    width: 50%;
    margin: auto;
    /*display: flex;*/
}

.image-box img {
    height: auto;
}

.div-info-box {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}

#listproduct .nav.nav-tabs li a {
    font-size: 15px;
    text-transform: uppercase;
}

.btn-chinh-hang {
    font-size: 14px;
    background-color: #098850;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.title-nnt {
    /*color: #098850;*/
    font-size: 20px;
    /*font-weight: bold;*/
    font-family: 'Roboto-Bold';
    margin-bottom: 0;
    text-transform: uppercase;
    /*text-align: center;*/
}

#ProdID, #inputsearch {
    border-radius: 30px;
    color: #A9A9A9;
    padding: 5px 20px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 20px;
}

.btn-show-hd {
    margin-top: 10px;
    background-color: #D3A320;
}

.tracuu-timkiem {
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .tracuu-timkiem {
        top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #tracuu > img {
        display: none;
    }

    .tracuu-timkiem {
        top: 0 !important;
        width: 100% !important;
        color: #000 !important;
        position: relative !important;
    }

    .nav.nav-tabs {
        display: block !important;
        overflow-x: scroll;
        white-space: nowrap;
        /*width: 500px;*/
    }
        .nav.nav-tabs li {
            display: inline-block;
            float: inherit!important;
        }
        .overflowauto {
            overflow: auto;
        }

    #titletracuu {
        text-align: center;
    }

    .titlelstserial {
        font-size: 20px;
        font-weight: 700;
    }

    .nav-tabs > li > a {
        padding: 6px 5px;
        font-size: 15px;
    }

    .btn-show-hd {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .row-show-hd {
        text-align: center;
    }

    #ProdID, #inputsearch {
        border-radius: 30px;
        border: none;
    }

    .hd {
        display: none;
    }
    #ModelInfoPromotion .modal-header img{
        height: 90%;
    }
}

.title-green {
    background: url(/Images/1.png) no-repeat;
    padding-left: 20px;
    color: #014632;
    margin: 20px 0;
}

.display-none {
    display: none;
}

.bodycontent img {
    width: 100%;
    height: auto;
}

.img-ba {
    margin: auto;
    width: 100%;
}

.clear-all-text {
    display: none;
}

.hidden-desktop {
    display: none;
}

.info-first {
    padding: 20px 0;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
    /*display: flex;*/
    align-items: center;
    position: relative;
}

.btn-save:focus {
    color: #fff;
}
.btn-tracuu-pin {
    padding: 5px 10px !important;
}
.scrollable-horizontal::-webkit-scrollbar {
    display: none;
}
.idn-hidden{
    display: none;
}
.idn-show{
    display: block;
}
.warranty-date {
    color: #098850;
    font-family: 'Roboto-Bold';
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.ul-tabs {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.nav-tabs {
    font-size: 18px;
    height: 46px;
    display: inline-block;
}
.now-idno {
    color: #098850;
    font-family: 'Roboto-Bold';
}
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.hdbottom{
    position: absolute;
    width: 100%;
    margin: auto;
}
#listserial a:hover, #listserial a:focus {
    color: #098850;
    text-decoration: none;
    font-family: 'Roboto-Bold';
}
.font-bold {
    /*font-weight: bold;*/
    font-family: 'Roboto-Bold';
}
.padding-bottom15 {
    padding-bottom: 15px;
}

/*Modal css*/
.title-kichhoat {
    font-style: italic;
    color: #0090DB;
    font-family: 'Roboto-Bold';
}
.so-diem {
    color: #0090DB;
}
.promotion-header .modal-title {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    text-transform: uppercase;
}
    .btn-promotion {
        background: #E58E13!important;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        padding: 5px 20px!important;
    }
        .btn-promotion:hover, .btn-promotion :focus {
            background: #ce7c0a !important;
        }
        #ModelInfoPromotion .modal-body p {
            font-size: 16px;
            line-height: 30px;
        }
#ModelInfoPromotion .modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url(../Images/background.svg) no-repeat;
    background-size: cover;
    text-align: center;
    background-position: top;
    background-origin: border-box;
    background-color: #fff !important;
    border-bottom: none;
}
#ModelInfoPromotion .modal-content {
    border-radius: 10px;
}
#ModelInfoPromotion .modal-footer{
    padding-top: 0;
}

#ModelAlertEmptyPhoneNo .modal-title {
    padding: 5px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #FFF;
}

    #ModelAlertEmptyPhoneNo .modal-body {
        padding-bottom: 0px;
    }

    #ModelAlertEmptyPhoneNo .modal-body--detail {
        padding: 12px 12px 24px 12px;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
    }