
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow-x: hidden;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #4c4743;
    color: #acaba7;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: none;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px 10px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    color: #acaba7;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #21409a;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;    
}
.list-unstyled.components li{
    margin-bottom: 0px;
    border-bottom: 1px solid #433e39;;
}
a[data-toggle="collapse"] {
    content: "\f105";
}
li ul.list-unstyled li a{
    font-size: 16px!important;
    line-height: 16px!important;
    padding: 15px 15px 15px 90px!important;
}

a[aria-expanded="false"]::before{
    content: "\f105";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 28px;
}a[aria-expanded="true"]::before {
    content: "\f105";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 28px;

}
a.co [aria-expanded="false"]::before{
    content: "\f105";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 28px;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #e6e6e6;
}
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #2aa1c0;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
/* 18/11/2017 By Chicken */
.banner-login > img {
    width: 100%;
}
.bg-new-product {
    background-color: #efefef;
}
.head-new-product {
    font-family: 'Conv_Kanit-Medium';
    font-size: 76px;
    line-height: 76px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}
.sub-new-product {
    font-family: 'Conv_Kanit-Medium';
    font-size: 16px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 0px;
}
.thumbnail-product .thumbnail img {
    padding-top: 20px;
}
.thumbnail-product .thumbnail .caption h3 {
    text-align: center;
    font-family: 'Conv_Kanit-Medium';
    font-size: 24px;
    font-weight: bold;
    line-height: 10px;
}
.thumbnail-product .thumbnail .caption p {
    font-family: 'Conv_Kanit-Medium';
    font-size: 16px;
    color: #3e3c42;
    margin: 0;
}
.thumbnail-product .thumbnail .caption p span {
    font-family: 'Conv_Kanit-Medium';
    font-size: 31px;
    color: #3e3c42;
}
.thumbnail-product .thumbnail .caption .sum {
    padding: 0 30px;
}
.thumbnail-product .thumbnail .caption .sum p:nth-child(2) {
    padding: 0 20px;
}
.thumbnail-product .thumbnail .btn-buy-login {
    background-color: #21409a;
    border: none;
    box-shadow: 0 0 ;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.thumbnail-product .thumbnail .btn-sale-login {
    background-color: #ff2323;
    border: none;
    box-shadow: 0 0 ;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.thumbnail-product .thumbnail i {
    position: absolute;
    margin-top: 16px;
    right: 28px;
    font-size: 32px;
    color: #ff0000;
}
.thumbnail-product .thumbnail i.null {
    color: #c0c0c0;
}
.page-login .head-footer-product {
    font-family: 'Conv_Kanit-Medium';
    font-size: 20px;
    font-weight: bold;
    color: #1d2124;
    padding-bottom: 20px;
}
.page-login .footer-product p {
    font-size: 15px;
    font-family: 'Conv_Kanit-Regular';
    color: #1d2124;
    line-height: 23px;
    margin: 0;
}
.page-login .footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-login .copyright {
    background-color: #21409a;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Conv_Kanit-Regular';
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-login .copyright .text-copy {
    font-family: 'Conv_Kanit-Regular';
    font-size: 16px;
}
.content-product {
    margin-bottom: 0px;
    margin-top: 0px;
}
.page-login .footer-product .icon-social i {
    padding: 0 5px;
    font-size: 20px;
    color: #414345;
}
.ckbox {
    position: relative;
}
.ckbox input[type="checkbox"] {
    opacity: 0;
}
.ckbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ckbox label:before {
    content: '';
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #bbb;
    background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
    border-color: #2BBCDE;
    background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
    top: 0px;
    left: 3.5px;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.login .dropdown-menu {
    min-width: 400px;
    top: 60px;
    left: -260px;
    right: 0;
    padding: 20px 0;
}
.form-login .login, .form-forget .login {
    font-family: 'Conv_Kanit-Medium';
    font-size: 20px;
    color: #4f4f4f;
    padding-bottom: 10px;
    font-weight: bold;
}
.form-login .text-login, .form-forget .text-login {
    font-family: 'Conv_Kanit-Medium';
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}
.form-login .input-login input, .form-forget .input-login input{
    font-family: 'Conv_Kanit-Medium';
    font-size: 15px;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.form-login .save-user-login .ckbox label {
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    font-size: 13px;
    color: #4f4f4f;
    padding-left: 10px;
}
.form-login .save-user-login, .form-forget .save-user-login {
    padding-top: 10px;
}
.form-login .text-or-login , .form-forget .text-or-login {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    color: #707070;
}
.form-login .text-forget, .form-forget .text-forget{
    font-size: 13px;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    color:#04a9f4;
    cursor: pointer;
}
.form-login .btn-login {
    background-color: #21409a;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    border-bottom: 4px solid #0075aa;
    border-radius: 8px;
    padding: 10px 0;
    margin: 10px 0;
}
.form-login .btn-register {
    background-color: #76c80e;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    border-bottom: 4px solid #21409a;
    border-radius: 8px;
    padding: 10px 0;
    margin: 10px 0;
}
.form-login .btn.btn-primary, .form-forget .btn.btn-primary {
    box-shadow: 0 0;
}
.form-login .btn-login:hover {
    background-color: #21409a;
}
.form-login .btn-register:hover {
    background-color: #76c80e;
}
.hide-show {
    width: 94%;
    margin: -3.62em 3% 0 1.5%;
    position: relative;
    z-index: 5;
    display: none;
}
.hide-show span {
    background: #f8f1bd;
    font-size: 11px;
    float: right;
    cursor: pointer;
    font-family: 'Conv_Kanit-Medium';
    margin-top: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 0;
}
.popup-forget .modal-header , .popup-forget .modal-footer {
    border-bottom: none;
    border-top:none;
}
.form-forget .hide-show span {
    background: #f8f1bd;
    font-size: 11px;
    float: right;
    cursor: pointer;
    font-family: 'Conv_Kanit-Medium';
    margin-top: 16px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
}
.form-forget .btn-save {
    background-color: #80c723;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    padding: 10px 40px;
    letter-spacing: 2px;
    text-align: center;
}
.form-forget .btn-save:hover {
    background-color: #80c723;
}
.login .name-user {
    cursor: pointer;
}
.modal-backdrop {
    background-color: #fff;
}
#otp .text-otp p {
    text-align: center;
    font-size: 18px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}
#otp .text-otp .text-number-otp {
    text-align: center;
    font-size: 25px;
    color: #0075aa;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    padding-top: 20px;
}
#otp .text-otp {
    padding-bottom: 10px;
}
#otp .text-otp-save {
    text-align: center;
    font-size: 18px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    padding-top: 10px;
}
#otp .btn-save {
    background-color: #80c723;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    width: 40%;
    text-align: center;
    padding: 10px 40px;
    margin: 15px auto;
}
#otp .btn-new-otp {
    background-color: #0075aa;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    width: 40%;
    text-align: center;
    padding: 10px 40px;
    margin: 15px auto;
}
#newotp .btn-new-otp {
    background-color: #0075aa;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    width: 60%;
    text-align: center;
    padding: 10px 40px;
    margin: 15px auto;
}
#newotp .text-otp p {
    font-size: 18px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    text-align: center;
    margin: 0;
}
#newpassword .btn-save {
    background-color: #80c723;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    width: 30%;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
#newpassword .text-user .username{
    font-size: 18px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    margin: 0;
}
#newpassword .text-user .email{
    font-size: 15px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Regular';
    margin: 0;
}
#newpassword .text-password {
    font-size: 18px;
    color: #4f4f4f;
    font-family: 'Conv_Kanit-Medium';
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
#newpassword .text-user {
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-center {
        text-align: center;
    }
    .page-login .head-footer-product {
        padding-top: 40px;
        text-align: center;
    }
    .page-login .footer-product .icon-social {
        padding-bottom: 40px;
    }
    .page-login .footer-product p {
        text-align: center;
    }
    .thumbnail-product .thumbnail .btn-sale-login, .thumbnail-product .thumbnail .btn-buy-login {
        padding: 10px 35px;
    }
    .thumbnail-product .thumbnail .caption .sum {
        padding-bottom: 10px;
    }
    .form-forget .btn-save {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 290px) and (max-width: 767px) {
    .img-center {
        text-align: center;
    }
    .page-login .head-footer-product {
        padding-top: 40px;
        text-align: center;
    }
    .page-login .footer-product p {
        text-align: center;
    }
    .thumbnail-product .thumbnail .btn-sale-login, .thumbnail-product .thumbnail .btn-buy-login {
        padding: 10px 44px;
    }
    .thumbnail-product .thumbnail .caption .sum {
        padding-bottom: 10px;
    }
    .form-forget .btn-save {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
    #otp .btn-new-otp, #otp .btn-save, #newotp .btn-new-otp, #newpassword .btn-save {
        width: 100%;
    }
    .head-new-product {
        font-size: 60px;
    }
    .sub-new-product {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    p .btn {
        margin: 0 15px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
    .thumbnail-product .thumbnail .btn-sale-login, .thumbnail-product .thumbnail .btn-buy-login {
        padding: 10px 31px;
    }
    .login .dropdown-menu {
        min-width: 360px;
        top: 40px;
        left: -226px;
        right: 0;
        padding: 20px 0;
    }
    .form-login .save-user-login .ckbox label {
        padding-left: 6px;
    }
    .form-login .text-login, .form-forget .text-login, .form-login .btn-login {
        font-family: 'Conv_Kanit-Medium';
        font-size: 16px;
        line-height: 16px;
    }
    .form-login .input-login input {
        font-size: 14px;
        line-height: 14px;
    }
    .form-login .login, .form-forget .login{
        font-size: 18px;
        line-height: 18px;
        padding: 5px 15px;
    }
    .form-login .btn-register{
        font-size: 18px;
        line-height: 18px;
        border-bottom: 2px solid #0075aa;
        border-radius: 6px;
        padding: 10px 0;
        margin: 5px 0;
    }
    .hide-show span {
        margin-top: 22px;
    }
    img.log-img {
        height: 60px;
        margin-top: 5px;
    }
    .form-forget .btn.btn-primary{
        border-bottom: 2px solid #0075aa;
        border-radius: 6px;
        padding: 6px 0;
    }
    .form-forget .input-login input{
        font-size: 14px;
        line-height: 14px;
        border: 1px solid #d8d8d8!important;
        padding: 5px 10px;
        border-radius: 4px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
    .thumbnail-product .thumbnail .btn-sale-login, .thumbnail-product .thumbnail .btn-buy-login {
        padding: 10px 18px;
    }
    .login .dropdown-menu {
        min-width: 300px;
        top: 34px;
        left: -186px;
        right: 0;
        padding: 10px 0;
    }
    .form-login .save-user-login .ckbox label {
        padding-left: 6px;
        font-size: 10px;
    }
    .form-login .text-forget {
        font-size: 10px;
    }
    #otp .text-otp p {
        font-size: 16px;
    }
    #newotp .text-otp p {
        font-size: 14px;
    }
    .form-login .text-login, .form-forget .text-login, .form-login .btn-login {
        font-family: 'Conv_Kanit-Medium';
        font-size: 16px;
        line-height: 16px;
    }
    .form-login .input-login input {
        font-size: 14px;
        line-height: 14px;
        padding: 5px 15px;

    }
    .form-login .login, .form-forget .login{
        font-size: 18px;
        line-height: 18px;
        padding: 5px 15px;
    }
    .form-forget .input-login input, .form-login .btn-register {
        font-size: 18px;
        line-height: 18px;
        border-bottom: 2px solid #0075aa;
        border-radius: 6px;
        padding: 10px 10px;
        margin: 5px 0;
    }
    .form-login .btn-register {
        font-size: 18px;
        line-height: 18px;
        border-bottom: 2px solid #0075aa;
        border-radius: 6px;
        padding: 10px 0;
        margin: 5px 0;
    }
    .hide-show span {
        margin-top: 22px;
    }
    img.log-img {
        height: 60px;
        margin-top: 5px;
    }
    .form-forget .btn.btn-primary{
        border-bottom: 2px solid #0075aa;
        border-radius: 6px;
        padding: 6px 0;
    }
    .form-forget .input-login input{
        font-size: 14px;
        line-height: 14px;
        border: 1px solid #d8d8d8!important;
        padding: 5px 10px;
        border-radius: 4px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    p .btn {
        margin: 0 15px;
    }
    .thumbnail-product .thumbnail .btn-sale-login, .thumbnail-product .thumbnail .btn-buy-login {
        padding: 10px 63px;
    }
}

.form-forget .btn.btn-primary{
    border-bottom: 2px solid #0075aa;
}

/*[End]*/
/* 18/11/2017 By Chicken */

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.with-100 {
    width: 100% !important;
}