.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-51 {
    padding: 0px 5px 0px 5px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 18px;
}

.form-group label b {
    color: #ff3333;
}

.form-group label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.form-group p i {
    color: #65b311;
}

.form-group p {
    margin-top: 10px;
    font-size: 14px;
}

.input-file {
    margin-top: 5px;
    overflow: hidden;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px !important;
}

.input-file .input-file-control {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.input-file .input-file-footer {
    color: #000;
    font-size: 16px;
}

.form-control {
    width: 100%;
    box-shadow: unset !important;
    border-radius: 5px !important;
    margin-bottom: 5px !important;
}

.form-control.error {
    border: 1px solid #ff3333 !important;
}

.list-tool ul li label {
    font-weight: normal;
    font-size: 13px;
}

.list-tool ul {
    display: flex;
    flex-wrap: wrap;
}

.list-tool ul li {
    list-style: none;
    flex: 33.3333%;
}

.list-tool ul li input[type="checkbox"], .photo-document input[type="checkbox"] {
    width: 23px !important;
    height: 23px !important;
    margin-top: -1px;
    margin-bottom: 0px !important;
    background-image: url(../images/uncheck.png);
    float: left;
}

.list-tool ul li input[type="checkbox"]:checked, .photo-document input[type="checkbox"]:checked {
    background-image: url(../images/checked2.png) !important;
}

.list-tool ul li label {
    float: left;
}

.form-title b {
    color: #ff3333;
}

.form-title {
    color: #000;
    font-size: 15px;
}

.bg-gray {
    background: #eeeeee !important;
}

.photo-document a {
    color: #65b311;
}

.form-group button.btnSubmit {
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    color: #fff;
    border-radius: 50px;
    margin: 0px !important;
}

.account-main form {
    margin: 0px !important;
}

label.error {
    font-weight: normal !important;
    text-transform: unset !important;
    font-size: 13px;
    color: #ff3333;
    margin-bottom: 10px;
}

.alert {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.alert-success {
    color: #155724;
    background-color: #d4edda !important;
    border-color: #155724 !important;
}


.list-baiviet-bst ul li input[type="checkbox"], .photo-document input[type="checkbox"] {
    width: 23px !important;
    height: 23px !important;
    margin-top: -1px;
    margin-bottom: 0px !important;
    background-image: url(../images/uncheck.png);
    float: left;
}

.list-baiviet-bst ul li input[type="checkbox"]:checked, .photo-document input[type="checkbox"]:checked {
    background-image: url(../images/checked2.png) !important;
}

.list-baiviet-bst ul li label {
    font-weight: 100;
    text-transform: capitalize;
    color: #000000;
}

li.html.custom.html_top_right_text {
    margin: 0px !important;
}

/**login**/
.input-login {
    width: 100%;
    display: inline-block;
    box-shadow: unset !important;
    border-radius: 5px !important;
    margin: 0px !important;
}

.title-register {
    padding: 10px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
}

div#mega-menu-title {
    background: linear-gradient(to right, #ef4318, #f17828);
}

/**forgot**/
article.dv-account {
    width: 600px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.form-body {
    width: 100%;
    margin: auto;
    padding: 30px;
}

.form-body form {
    margin: 0px !important;
}

/**alert**/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 15px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda !important;
    border-color: #c3e6cb;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff !important;
    border-color: #b8daff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd !important;
    border-color: #ffeeba;
}

/**input**/
input.input-account {
    border-radius: 4px !important;
    box-shadow: unset !important;
}


button.btnAccount {
    background: linear-gradient(to right, #ef4318, #f17828);
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    border-radius: 45px;
    text-transform: capitalize;
    margin: auto !important;
    display: inherit;
    color: #fff;
}

/**page-author**/
section.bk-account-page {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 20px 0;
}

.us-box {
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.box-author-action {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    background: #fff;
    margin-top: 15px;
}

.box-author-action h3 {
    background: linear-gradient(to right, #ef4318, #f17828);
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0px !important;
    text-align: center;
    font-size: 18px;
}

.box-author-action ul {
    margin: 0px !important;
}

.box-author-action ul li {
    list-style: none !important;
    padding: 10px;
    margin: 0px !important;
}

.box-author-action ul li:hover h4 {
    color: #ff3333 !important;
}

.box-author-action ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.box-author-action ul li .slibar-left-img {
    width: 40px;
    height: 40px;
}

.box-author-action ul li .slibar-left-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-author-action ul li .slibar-left-content h4 {
    color: #000;
    font-size: 16px;
    margin: 0px !important;
}

.box-author-action ul li .slibar-left-content {
    width: calc(100% - 40px);
    float: left;
    padding-left: 15px;
}

.box-author-action ul li .slibar-left-content p {
    margin: 0px !important;
    color: gray;
}

/**box**/
.box-account-body {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.caption-account h3 {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin: 0px !important;
}

.account-action {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.account-main {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.account-action a.btn, table .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.account-action a.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.account-action a.btn-danger, table .btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.account-action a.btn-success, table .btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

/**table**/
div#table-data_length label select {
    width: 50px;
    margin: 0px 5px;
    box-shadow: unset !important;
    border: 1px solid #f2f2f2;
}

div#table-data_length label {
    display: flex;
    font-weight: normal !important;
    font-size: 13px;
    width: unset !important;
    align-items: center;
}

div#table-data_filter label {
    display: flex;
    font-weight: normal !important;
    font-size: 13px;
    width: unset !important;
    align-items: center;
}

div#table-data_filter input {
    margin: 0px 5px;
    box-shadow: unset !important;
    border: 1px solid #f2f2f2;
}

table#table-data {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

table#table-data thead {
    width: 100%;
    background: #e8e8e8;
}

table#table-data thead tr th {
    padding: 10px !important;
    color: #000 !important;
}

table#table-data tbody tr td {
    padding: 10px !important;
    color: #000;
}

table#table-data tbody tr td a {
    color: #007bff;
}

table#table-data tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}


table#table-data tbody tr td, table#table-data thead tr th {
    border: 1px solid #ddd;
}

.account-main .pagination a, .account-main .pagination span {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    text-align: center;
    padding: 0px !important;
    line-height: 30px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.account-main .pagination span.current, .account-main .pagination a:hover {
    background: linear-gradient(to right, #ef4318, #f17828);
    color: #fff;
    border: 1px solid #ddd;
}

.btnDelete {
    padding: 5px 10px !important;
    margin: 0px !important;
    font-size: 13px !important;
}

table#table-data .btn {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

table#table-data .btnEdit {
    padding: 5px 10px !important;
    font-size: 12px !important;
}

/**author**/
.account-box {
    text-align: center;
}

.account-box .account-avatar img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    display: inherit;
    object-position: top;
    object-fit: cover;
}

.account-box .user-name h4 {
    color: #000;
    font-size: 18px;
    margin: 0px !important;
}

.account-box .user-name {
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: #000;
}

.account-box .user-text b {
    color: #ff3333;
}

.account-box .user-text {
    color: #000;
    font-size: 15px;
    margin: 5px 0;
}

.account-box .user-text:last-child {
    margin-bottom: 0px !important;
}

.user-a a {
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 29.12px 2.88px rgb(0 0 0 / 14%);
    color: #fff !important;
    border-radius: 45px;
    font-size: 15px !important;
    padding: 5px 25px !important;
}

.wrap-change-img {
    position: relative;
}

.wrap-change-img img {
    width: 165px;
    object-position: top;
    height: 165px;
    object-fit: cover;
    border-radius: 50%;
}

.account-main .changeImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url(../images/sua-tt-ca-nhan.svg) center center no-repeat;
    background-color: #ef4318;
    background-size: auto;
    border: 0px !important;
    margin: 0px !important;
    min-height: 29px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}

.account-main .file-upload {
    display: none;
}

.inputUser {
    border: 0.5px solid #f2f2f2 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    box-shadow: unset !important;
}

.form-user label {
    text-transform: unset !important;
    font-size: 15px;
}

form.form-user {
    width: 900px !important;
    margin: auto !important;
    display: inherit;
}

li.account-item.has-icon.has-dropdown {
    display: flex;
}

.account-header-name {
    float: left;
    padding-right: 10px;
}

.account-header-name h5 {
    margin: 0px !important;
}

span.account-header-avatar {
    float: left;
}

a.logout {
    color: #ef4318;
}

/**login**/
.login-speend .wp-social-login-connect-with {
    display: none !important;
}

.login-speend {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    background: #eeeeee;
}

.loginBtn-google {
    background: #DD4B39;
}

.loginBtn {
    position: relative;
    padding: 8px 15px 8px 46px;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
}

.loginBtn-google:before {
    border-right: #BB3F30 1px solid;
    font-family: 'FontAwesome';
    content: "\f1a0";
}

.loginBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    text-align: center;
    padding-top: 8px;
}

.loginBtn-facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354c8c;
}

.loginBtn-facebook:before {
    border-right: #364e92 1px solid;
    font: normal normal normal 19px/1 FontAwesome;
    content: "\f09a";
}

.wp-social-login-provider-list a {
    width: 105px !important;
    display: inline-block;
}

.login-speend .wp-social-login-provider-list {
    text-align: center;
}

.login-speend .wp-social-login-provider-list:before {
    content: 'Đăng nhập nhanh';
    color: #000;
}

/**download**/
.product-download {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
    border-radius: 5px;
}

.product-download .download-body {
    width: 100%;
    padding: 20px 30px 10px 30px;
}

.product-download .download-body h3 {
    font-size: 18px !important;
    color: #000;
    margin: 0px;
    text-align: center;
}

.product-download .product-line {
    width: 100%;
    background-image: -webkit-linear-gradient(
            33deg, #ef4318 0%, #f17828 100%);
    height: 3px;
    margin: -20px 0 0px 0;
}

.product-download .download-price p {
    font-size: 40px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: 15px 0;
    color: #f65e39;
    text-align: center;
}

.product-download a.btn-download {
    border-radius: 55px;
    font-size: 18px;
    line-height: 47px;
    height: 55px;
    padding: 5px 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    background-image: -moz-linear-gradient(33deg, #ef4318 0%, #f17828 100%);
    background-image: -webkit-linear-gradient(
            33deg, #ef4318 0%, #f17828 100%);
    background-image: -ms-linear-gradient(33deg, #ef4318 0%, #f17828 100%);
    box-shadow: 0 2px 29.12px 2.88px rgb(0 0 0 / 14%);
    color: #fff;
}

.product-download a.btn-download:hover {
    color: #fff;
}

.product-download .link {
    line-height: 14px;
    color: #65b311;
    text-align: center;
    display: block;
    margin: 20px 0;
}

.product-download .btn-like, .product-download .btn-remove-like {
    background: #e6e6e6;
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    border-radius: 55px;
    font-size: 17px;
    line-height: 50px;
    height: 55px;
    padding: 5px 20px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #000 !important;
}

.product-download .download-share {
    width: 100%;
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #dddddd;
}

.product-download .download-share h4 {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.modal-redirect a {
    background: transparent !important;
    padding: 0px !important;
}

/**modal**/
.modal-download {
    width: 100%;
    display: inline-block;
    background: #fff;
}

.modal-download .modal-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 0px !important;
}

.modal-download .modal-title {
    background: linear-gradient(to right, #ef4318, #f17828);
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}

.modal-download .modal-body {
    width: 100%;
    padding: 15px;
}

.modal-download .modal-user {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.green2 {
    color: #65b311;
}

.red2 {
    color: #ff3333;
}

.modal-download .modal-form {
    font-size: 18px;
    color: #000;
}

.modal-download b.modal-text {
    padding-top: 5px !important;
    margin-bottom: 0;
    display: block;
}

.modal-download .modal-body-title {
    text-align: center;
    font-size: 18px;
    color: #ff3333;
    padding: 20px;
}

.modal-download .modal-button {
    text-align: center;
}

.modal-download .modal-button a {
    background: linear-gradient(to right, #fdb635, #f3cd1e);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    background-image: -moz-linear-gradient(33deg, #fdb635 0%, #f3cd1e 100%);
    background-image: -webkit-linear-gradient(
            33deg, #fdb635 0%, #f3cd1e 100%);
    background-image: -ms-linear-gradient(33deg, #fdb635 0%, #f3cd1e 100%);
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.modal-download .modal-footer {
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #f2f2f2;
}

.modal-download .modal-footer a {
    color: #ef4318
}

button.swal2-confirm.swal2-styled.swal2-default-outline, .swal2-styled.swal2-cancel {
    padding: 3px 20px !important;
    font-size: 12px !important;
}

h2#swal2-title {
    font-weight: normal;
    font-size: 20px;
}

.main-slider.demo {
    width: 100%;
    background: #333;
    overflow: hidden;
    position: relative;
    transition: background .2s;
    box-shadow: 0px 1px 5px 1px #ddd;
    margin-bottom: 16px;
}

.bst-check-item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: cover;
}

.bst-check-item b {
    margin-left: 5px;
    font-weight: 700;
}

.dot-line:last-child {
    display: none !important;
}

form.form-payment {
    color: #000;
    font-size: 17px;
}

input.form-payment {
    width: 100px !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0px !important;
}

.list-baiviet-bst ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.bst-check-item {
    width: 100%;
    align-items: center;
    display: flex;
}

/**col**/
span.section-title-main {
    padding: 0px !important;
    color: #000;
    text-transform: capitalize !important;
    font-size: 28px;
}

.note.note-info {
    background-color: #eeeeee;
    border-color: #f65e39;
}

.note {
    margin: 30px 0;
    color: #000;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;

}

.green2 {
    word-break: break-all;
}

.note a {
    color: #f65e39;
}

.note h4 {
    color: #000;
}

.note ul li {
    list-style: none;
}

.note ul {
    padding: 0px !important;
}

.container.section-title-container {
    margin-bottom: 10px !important;
}

.sp-banve-home .product-thumbnail, .sp-sanphammoi-home .product-thumbnail {
    width: 100%;
    height: 250px;
    border-radius: 6px 6px 0 0;
}
.ho_trợ_tieu_desg {
    text-align: center;

}

.header-home-top ul a.dangnhap{
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 29.12px 2.88px rgb(0 0 0 / 14%);
    color: #fff !important;
    border-radius: 45px;
    font-size: 15px !important;
    line-height: 40px !important;
    padding: 0 23px !important;
}

.header-home-top ul a.dangky{
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 29.12px 2.88px rgb(0 0 0 / 14%);
    color: #fff !important;
    border-radius: 45px;
    font-size: 15px !important;
    line-height: 40px !important;
    padding: 0 23px !important;
}
a.green2 {
border-radius: 10px;
padding: 6px;
border: 1px solid;
margin: auto;
justify-content: center;
text-align: center;
}
.ho_trợ_tieu_desg h3 , p {
color: var(--primary-color);

}
.sp-banve-home .product-thumbnail img, .sp-sanphammoi-home .product-thumbnail img {
width: 100%;
height: 200px;
border-radius: 6px 6px 0 0;
object-fit: contain;
}
.banner_imgs {
margin-bottom: 20px;
}
.bosuutap-slide img {
max-height: 300px;
}
div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-size-medium.nav-spacing-xlarge.nav-uppercase {
width: 100%;
}
.tab-vd img {
width: 300px;
}
div#wide-nav .flex-col.hide-for-medium.flex-left {
min-width: 300px !important;
width: 300px !important;
max-width: 300px !important;
}

ul#mega_menu {
border: 0px !IMPORTANT;
box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

#mega_menu > li > a {
border-top: 1px solid #f2f2f2 !important;
}

#mega_menu > li > a {
border-top: 1px solid #ddd;
font-size: .9em;
color: #000;
font-weight: 700;
}

/**single product**/
.product-info {
    padding: 0px !important;
}

.product-footer {
    margin: 30px 0;
}

.download-link {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}

.textCenter {
    text-align: center !important;
}

.download-link a {
    color: #ef4318;
    display: block;
    text-align: center;
    font-size: 16px;
}

.download-link a:not(:last-child) {
    margin-bottom: 5px;
}

.download-share-email a {
    color: #000;
    font-size: 16px;
}

.download-share-email img {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.download-share-email {
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
}

/**author**/
.bk-pr-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    margin: 0px !important;
}

.box-author-product {
    padding: 15px 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 10px 1px #ddd;
    border-radius: 5px;
    margin-top: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.box-author-product .author-item {
    width: 100%;
    display: inline-block;
}

.box-author-product .author-item .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
}

.box-author-product .author-item .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.box-author-product .author-item .author-body {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
}

.box-author-product .author-item .author-body h4 {
    color: #333333 !important;
    font-size: 16px;
    margin-bottom: 0px !important;
}

.box-author-product .author-item .author-rating {
    color: #65b311;
    font-style: italic;
}

.us-btn {
    background: url(../images/ic-shop.png) no-repeat 13px 7px;
    padding: 7px 17px 7px 38px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    line-height: 45px;
    color: #333333 !important;
}

.border-right, .borderRight {
    border-right: 1px solid #dddddd;
}

.grayt {
    font-weight: bold;
    color: #898989;
}

.dt-number {
    color: #f65e39;
    font-size: 18px;
    font-weight: bold;
}

.us-item {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
}

.page-heading4 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 15px;
    color: #333;
}

.bk-product-content {
    margin-bottom: 30px;
}

a.btn-reviews-now {
    background: linear-gradient(to right, #ef4318, #f17828);
}

button#devvn_cmt_submit {
    background: linear-gradient(to right, #ef4318, #f17828);
}

h2.woocommerce-Reviews-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    margin: 0px !important;
}

/**review**/
.dt-sta-vie {
    padding-top: 14px;
    line-height: 30px;
}

.line {
    height: 1px;
    background: #e6e6e6;
    clear: both;
}

.dt-sta-vie .rating-product i.fa-star-o {
    margin: 0px 2px;
    color: #ddd;
}

.dt-sta-vie .rating-product i.fa-star {
    color: rgb(239, 197, 41) !important;
}

.dt-sta-vie .rating-product {
    color: #000;
    font-size: 15px;
}

.dt-sta-vie .rating-product a.btn-reviews-now {
    background: transparent;
    color: #ef4318 !important;
    font-weight: 700;
    margin-left: 15px;
}

.product-main {
    padding: 40px 0 0 0 !important;
}

div#reviews {
    margin-bottom: 0px !important;
}

.product-related {
    width: 100%;
    display: inline-block;
    margin: 0px 0 30px 0;
}

.product-mobile {
    display: none;
}

div#masthead {
    background: #fff !important;
}

.bts-information {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px 0;
}

.bts-information {
    color: #000;
}

span.dot {
    margin: 0px 3px;
}

span.bts-font {
    color: gray;
    font-weight: normal;
    font-size: 15px;
}

/**tab**/
.naptien-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px !important;
    color: #000;
}

.naptien-title {
    width: 100%;
    display: inline-block;
    color: #000;
    padding: 15px 15px 5px 15px;
}

.bk-payment {
    width: 100%;
    background: #fff;
    display: inline-block;
}

.bk-payment .bk-payment-tab {
    padding: 5px 15px 0 15px;
    background: linear-gradient(to right, #ef4318, #f17828);
}

.bk-payment .bk-payment-tab ul {
    width: 100%;
    margin-bottom: 0px !important;
    display: flex;
}

.bk-payment .bk-payment-tab ul li {
    list-style: none;
    padding: 6px 15px !important;
    margin-bottom: 0px !important;
}

.bk-payment .bk-payment-tab li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.bk-payment .bk-payment-tab ul li.active {
    background: #fff;
}

.bk-payment .bk-payment-tab ul li.active a {
    color: #000;
}

.bk-payment .bk-payment-tab ul li.active {
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.bk-payment .bk-payment-panel {
    width: 100%;
    padding: 15px;
}

.bk-payment .payment-item {
    width: 100%;
    display: inline-block;
}

.bk-payment .payment-item .payment-item-icon {
    width: 50px;
    float: left;
}

.bk-payment .payment-item .payment-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment-item-content p {
    color: #000;
    font-size: 12px;
    margin: 0px;
}

.payment-item-content h4 {
    color: #000;
    font-size: 14px;
    margin: 0px;
}

.payment-item-content {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
}

.tab-vd {
    width: 100%;
    display: inline-block;
}

.tab-vd ul {
    display: inherit;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100% !important;
}

.tab-vd ul li {
    list-style: none;
    margin: 0px 5px !important;
    display: inherit;
}

.tab-vd ul li a {
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 5px !important;
    text-align: center;
    padding: 15px;
}

.tab-vd ul li a img {
    max-width: 90% !important;
}

div#vd {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0px 0;
}

.tab-vd ul li.active a {
    border: 2px solid #f65e39;
    background: #fff;
    background-position: center top !important;
}

.tab-vd-note ul li, .introduce-list li {
    list-style: inside disc;
    color: #000;
    font-size: 14px;
}

.tab-vd-note ul, .introduce-list {
    margin: 0px !important;
}

.tab-vd-note {
    background: #f2f2f2;
    padding: 10px;
}

.tab-vd-content {
    width: 100%;
    display: inline-block;
    margin: 20px 0 !important;
}

.color3 {
    color: #f65e39;
    font-size: 30px !important;
}

.tab-item-2 p {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}

.tab-item-2 {
    text-align: center;
}

.payment-text {
    color: #000 !important;
    font-size: 16px;
}

.bg-pop {
    margin-top: 15px;
    background-color: #f2f2f2;
    border-radius: 5px !important;
    padding: 15px;
}

.green {
    color: #65b311;
}

.bg-pop .note {
    margin-bottom: 10px;
}

.bg-pop .note {
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.bg-pop input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 25px !important;
    margin-top: -2px !important;
    background-image: url(../images/unradio.png) !important;
    margin-top: 0px !important;
    margin: 0px !important;
}

.bg-pop em {
    color: #ff8401;
}

.bg-pop div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.bg-pop input[type='radio'] + label {
    cursor: pointer !important;
    margin: 0px 0px 0px 5px !important;
}

.bg-pop input[type="radio"]:checked {
    background-image: url(../images/radio.png) !important;
}

.bg-pop input[type="radio"]:hover {
    background-image: url(../images/radiohover.png) !important;
    transition: all .2s linear !important;
}

.product-main .flickity-slider img {
    height: 500px;
    object-fit: contain;
}

#btnPayment {
    background: linear-gradient(to right, #ef4318, #f17828);
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 29.12px 2.88px rgb(0 0 0 / 14%);
    color: #fff !important;
    border-radius: 45px;
    font-size: 15px !important;
    line-height: 40px !important;
    /* height: 45px; */
    padding: 0 23px !important;
}

ul.dropdown-menu.menu-user {
    top: 45px;
}

ul.dropdown-menu.menu-user {
    padding: 0px !important;
}

ul.dropdown-menu.menu-user li {
    padding: 10px !important;
    border-bottom: 1px solid #f2f2f2;
}

ul.dropdown-menu.menu-user li:last-child {
    border-bottom: 0px !important;
}

/**notification**/
.header-home-acount ul li {
    position: relative;
}

li.notification {
    font-size: 15px;
    position: relative;
}

.header-home-acount ul li a i {
    color: #acacac
}

.notification-alert {
    height: 20px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0px 9px;
    height: 20px;
}

.alert-2 {
    background: linear-gradient(to right, #fdb635, #f3cd1e);
    color: #fff;
    font-weight: 700;
}

.header-home-acount ul li .dropdown-menu {
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 -1px 12px rgb(0 0 0 / 25%);
    padding: 10px 0;
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
    border: 1px solid #dce1ec;
    right: 0;
    position: absolute;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    margin: 10px 0 0;
}

.header-home-acount ul li .dropdown-menu li.external {
    background: #fff;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
    padding: 10px;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: flex;
}

.header-home-acount ul li .dropdown-menu li.external span a {
    color: #ef4318;
    font-size: 14px;
}

.header-home-acount ul li .dropdown-menu li.external span {
    width: 75px;
}

.header-home-acount ul li .dropdown-menu li.external > h3 {
    color: #333;
    font-size: 18px;
    margin: 0px !important;
}

ul.dropdown-menu li {
    width: 100%;
}

.dropdown-menu-list {
    width: 100%;
    display: block !important;
}

.dropdown-menu-list .notification-item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

.dropdown-menu-list .notification-item .notification-icon {
    width: 50px;
    float: left;
}

.dropdown-menu-list .notification-item .notification-content {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
    color: #000;
}

.dropdown-menu-list .notification-item .notification-content h3 {
    color: #65b311;
    font-size: 15px;
    margin-bottom: 5px;
}

.dropdown-menu-list .notification-item .notification-content p {
    font-size: 14px;
    color: #000;
    margin: 0px !important;
}

.dropdown-menu-list.scroller {
    padding: 0 12px 0 0;
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
}

.icon-box {
    width: 100%;
    height: 50px;
    background-image: -webkit-linear-gradient(
            33deg, #ef4318 0%, #f17828 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

.layout-banve {
    margin-top: 20px !important;
}

select.orderby {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

footer#footer {
    margin: 40px 0 0 0 !important;
}

.wp-pagenavi {
    text-align: center;
}

.product-thumbnails .flickity-slider img {
    height: 100px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-align: center;
}

.bk .pagination ul li a, .wp-pagenavi a {
    border-radius: 5px !important;
    border: 1px solid #f2f2f2;
    color: #000;
    font-weight: normal;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    line-height: 40px;
}

.bk .pagination ul li:hover {
    background: transparent !important;
}

.bk .pagination ul li a:hover, .wp-pagenavi a:hover {
    border-radius: 5px;
    background: linear-gradient(to right, #ef4318, #f17828) !important;
}

.bk .pagination ul li span.page-number.current, .wp-pagenavi span.current {
    border-radius: 5px !important;
    border: 1px solid #f2f2f2;
    background: linear-gradient(to right, #ef4318, #f17828) !important;
    color: #fff;
    font-weight: normal;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    line-height: 40px;
}

.bk .pagination ul li span.page-number, .wp-pagenavi span.extend {
    border-radius: 5px !important;
    border: 1px solid #f2f2f2;
    color: #000;
    font-weight: normal;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    line-height: 40px;
}


/**mobile**/
@media only screen and (max-width: 768px) {
    table#table-data {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .box-account-body {
        margin-top: 20px;
    }

    .lightbox-content {
        max-width: 98% !important;
    }

    .bk-payment .bk-payment-tab li a {
        font-size: 13px;
    }

    input#woocommerce-product-search-field-1 {
        border: 1px #ff0000 solid;
        box-shadow: unset;
        height: 40px;
        border-radius: 0px 5px 5px 0;
        width: 100%;
    }

    .tab-vd ul li {
        height: 50px;
        margin-bottom: 10px !important;
    }

    .product-info {
        padding-top: 20px !important;
    }

    .product-mobile {
        display: block;
        margin: 20px 0 !important;
    }

    .dt-sta-vie .border-right {
        border-right: 0px !important;
        border-bottom: 1px solid #dddd;
    }

    h1.dt-title-vachngan {
        font-size: 25px;
    }


    .page-heading4 {
        font-size: 18px !important;
        text-transform: uppercase !important;
    }

    form.form-user {
        width: 100%;
    }


    #product-sidebar {
        display: none;
    }

    .box-author-product .author-item .author-avatar {
        float: none;
        margin: auto;
    }

    .author-body {
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-info {
        padding-top: 20px !important;
    }

    .product-mobile {
        display: block;
        margin: 20px 0 !important;
    }

    .box-author-product .author-item .author-avatar {
        float: none;
        margin: auto;
    }

    .author-body {
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: center;
    }
}

/* iPad landscape style*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .product-info {
        padding-top: 20px !important;
    }

    #product-sidebar {
        display: none;
    }

    .product-mobile {
        display: block;
        margin: 20px 0 !important;
    }
}

/* iPad portrait style*/
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-info {
        padding-top: 20px !important;
    }

    .product-mobile {
        display: block;
        margin: 20px 0 !important;
    }

    #product-sidebar {
        display: none;
    }
}
