.img__box__shine .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img__box__shine .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
	100% {
    left: 125%;
}
}
.list-post .post-item .post-title {
    margin-bottom: 10px;
    font-size: 1rem;
	color: #0a0a0a
}
.slider__testi .icon-box .icon-box-img img {
    border-radius: 99%;
    border: 5px solid white;
    padding-top: 0;
}
.Ss__testimonial .col {
    padding-bottom: 0;
}
.slider__testi .icon-box .icon-box-text p.des {
    font-style: inherit;
    color: var(--sc-color) !important;
    margin-bottom: 5px;
}
.slider__testi .icon-box .icon-box-text p {
    font-style: italic;
    font-size: 0.932rem;
}
.Ss__faq .post-item .box-text {
    text-align: left;
    background-image: linear-gradient(transparent, black);
    padding: 10px;
}
.Ss__faq .post-item .post-title {
    margin: 0;
    font-weight: normal;
    font-size: 0.982rem;
    text-shadow: none;
}
.Ss__faq .col__3 .col-inner {
    background: #fef5ea;
    min-height: 95%;
    padding: 1.25rem;
}
.Ss__faq h2 a {
    color: black;
}
.Ss__advanced b {
    background: none !important;
}
.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2024/10/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.Ss__advanced .icon-box h3 {
    font-size: 1.125rem;
    line-height: 1.563rem;
    padding-top: 9px;
    color: #232323;
}
.Ss__footer h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #585858;
}
.Ss__footer ul {
    margin-bottom: 0;
}
.Ss__footer ul li {
    list-style: none;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
}
.Ss__footer ul li a {
    font-size: 0.932rem;
    margin-left: 0;
    color: #288ad6;
}
.Ss__footer ul li a:hover {
    text-decoration: underline;
}
h1.entry-title.mb {
    margin-bottom: 20px !important;
    text-transform: none;
    letter-spacing: 0;
}
.page-right-sidebar .large-9 {
    border-right: none !important;
}
.page-right-sidebar .large-3 {
    padding-left: 0 !important;
    border-left: none !important;
}
.box__info__sidebar .col > .col-inner {
    background: #FEFCEA;
    border: 1px solid #ff9600;
    border-radius: 0px;
    padding: 10px;
}
.widget .box__info__sidebar h3 {
    font-size: 1rem;
}
.box__info__sidebar h3 {
    text-transform: uppercase;
    text-align: center;
    color: red;
    margin-bottom: 5px;
}
.box__info__sidebar ul {
    margin-bottom: 0;
}
.widget .box__info__sidebar ul li {
    font-size: 0.932rem;
}
.box__info__sidebar ul li {
    margin-bottom: 8px;
    background-image: url(/wp-content/uploads/2024/10/icon-check-1.png);
    background-repeat: no-repeat;
    background-size: 22px;
    list-style: none;
    margin-left: 0 !important;
    padding-left: 28px;
    color: #2d2d2d;
    font-size: 1rem;
    border-bottom: 1px dashed #ffe2b2;
    padding-bottom: 8px;
    background-position-y: 3px;
}
span.widget-title {
    display: block;
    width: 100%;
    background: var(--main-color);
    padding: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0;
    color: white;
}
.widget-area .is-divider {
    display: none;
}
.widget ul {
    margin: 0;
}
.flatsome_recent_posts {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: white;
}
.recent-blog-posts {
    padding: 10px !important;
    font-size: 0.932rem;
}
.header-nav li .sub-menu li a {
	padding-right: 0 !important;
	padding-left: 0 !important
}
.header-nav li .sub-menu li a:hover {
    padding-left: 10px !important;
    color: #4285de;
    background: none;
}
.blog-archive .large-3 {
    padding-left: 0 !important;
}
.blog-single .large-3 {
    padding-top: 0 !important;
    padding-left: 0 !important;;
}
.Ss__footer {
    border-top: 1px solid #eaeaea;
}
.blog-archive .post-item .post-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.blog-archive h1.page-title {
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.625rem;
}
.blog-single {
    background: #f7f7f7;
}
.blog-single .post {
    background: white;
    border-radius: 10px;
    padding: 15px;
}
.blog-single .is-divider {
    display: none;
}
.blog-single .entry-meta {
    text-transform: none;
    font-size: 0.875rem;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}
#comments .comment-respond {
    border-radius: 10px;
    background-color: rgb(255 255 255) !important;
    margin-top: 15px;
    padding: 20px !important;
}
.wrapper__rating__post {
    background: #fff;
    border-radius: .5rem;
    padding: 1.5rem;
}
.header__box__rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}
h2.title__rating {
    margin: 0;
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 600 !important;
}
.header__box__rating .col__right {
    flex: 1;
    padding: 0 1rem;
    text-align: center;
}
h4.display__rating {
    font-size: 2.3rem;
    color: #ffc107!important;
    line-height: 1.2;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.header__box__rating .col__left {
    padding: 1.5rem 1rem;
    border-right: 1px solid #dee2e6!important;
    width: 58.333333333%;
}
.box__rating__stars {
    background: #e5451b!important;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
	line-height: 2
}
.box__rating__stars span.fa-star {
    font-size: 1.5rem;
}
span.rating__title {
    margin-right: 0.5rem;
}
span.rsStar {
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    position: relative;
    color: #e5451b;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 1rem;
    border-radius: 2px;
    line-height: 1.75;
}
[role="button"] {
    cursor: pointer;
}
span.rsStar:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82,184,88,0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.wrapper__fields__rating {
    display: flex;
    gap: 1rem;
}
.form__group.input__feedback {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    appearance: none !important;
    border-radius: .3rem !important; 
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form__group.input__info {
    flex: 1;
}
.btn__rating {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    display: block;
    border-radius: .3rem;
    text-align: center;
    padding: 0.5rem;
    text-transform: uppercase;
	cursor: pointer
}
.btn__rating:hover {
	color: #fff !important
}
.form__group  textarea {
    margin: 0;
}
.form__group.input__info .flex__group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.btn__rating i {
	margin-right: 0.5rem
}
p.text__display__rating {
    font-size: 1rem;
    margin: 1rem 0;
    color: #198754!important;
    font-weight: 600;
}
.acf-comment-fields  {
	display: none
}
i.fa.fa-star {
    color: #ffc107!important;
}
ol.list__rating {
    list-style: none;
}
ol.list__rating li {
margin: 0 !important;
	padding-top: 1rem;
	padding-bottom: 0.5rem
}
ol.list__rating li:not(:last-child) {
	border-bottom: 1px solid #dee2e6!important
}

.box__info__rated {
    font-size: 1rem;
}
.box__info__rated span {
    color: var(--main-color);
    font-weight: 600;
}
.box__info__rated {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
a.btn__like__post i {
    padding-right: 0.5rem;
    font-size: 1.125rem;
}
.rated__value {
    margin-bottom: 0.25rem;
}
.pagination__rating {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 1rem 0;
    justify-content: center;
}
.pagination__rating .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
	border-right: 0 !important; 
}
.pagination__rating .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pagination__rating .page-link {
    padding: .375rem .75rem;
}
.pagination__rating .page-link {
    position: relative;
    display: block;
    color: #2a4e9a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination__rating .page-link i {
    font-size: 0.875rem;
}
.pagination__rating .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.Ss__template__search__docs {
    padding: 2rem 0;
    background: #f7f7f7;
}
.wrapper__form__search {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    border: 1px solid #acacac1f;
    box-shadow: 0px 25px 20px -20px rgb(0 0 0 / 22%);
    border-left: 5px solid #0C419A;
}
.header__form h1 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #0C419A;
    font-weight: 900 !important;
    margin-bottom: 1rem;
}
.form__group__input {
    display: flex;
}
.form__group__input input#search__keyword {
    box-shadow: none;
    border-radius: 5px 0px 0 5px;
    height: 47px;
    font-size: 0.932rem;
    padding: 0 1.25rem;
    transition: all .3s;
}
.form__group__input input#search__keyword:focus {
	border-color: var(--red-color)
}
.form__group__input .search__field {
    flex: 1;
}
button#btn__search__docs {
    border: 2px solid #0c419a;
    text-transform: none;
    font-weight: 400;
    font-size: 0.932rem;
    height: 47px;
    border-radius: 0px 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
	background: #0c419a;
	color: #fff;
	transition: all .3s
}
button#btn__search__docs:hover {
	background: #0c419a;
	color: #fff
}
form#search__docs__form {
    margin-bottom: 0.25rem;
}
.footer__form small span.txt__note__vali:not(:last-child) {
    margin-right: 3rem;
}
.txt__note__template {
    margin-bottom: 1.125rem;
}
.wrapper__box__docs {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 5rem;
	position: relative
}
.box__header {
    background: #fff;
    position: absolute;
    top: -1.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 1.125rem;
    left: 0;
    border-radius: 5px;
	border-top: 3px solid var(--main-color)
}
.box__header span {
    font-size: 1rem;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper__box__docs .col , .box__header__content .col{
    padding-bottom: 0;
}
a.title__docs {
    font-size: 1rem;
    color: #212529;
    font-weight: 500 !important;
	text-align: justify !important;
	display: inline-block
}
.info__docs small {
    font-size: 0.875rem;
}
.text-success {
    color: #198754!important;
}
.text-danger {
    color: #dc3545!important;
}
.btn__actions__docs {
    display: block;
    background: var(--red-color);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 0.35rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    border: 1px solid var(--red-color);
    font-size: 0.932rem;
	transition: all .3s
}
.wrapper__box__docs {
    background: #fff;
    padding: 2rem 0.932rem 0.932rem;
    border-radius: 10px;
    margin-top: 5rem;
    position: relative;
}
a.btn__view__docs {
    margin-bottom: 0.35rem;
}
.btn__actions__docs i {
    margin-right: 0.35rem;
    font-size: 0.932rem;
}
.btn__actions__docs:hover{
	background: #c11c23 !important;
	color: #fff !important;
	border-color: #c11c23 !important
}
.col__cate__docs {
	border-right: 1px solid #dee2e6 !important;
}
ul.list__cate__docs {
    list-style: none;
	padding-left: 1.75rem
}
ul.list__cate__docs li:before {
    content: "";
    border-color: transparent #006eff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    left: -1.25em;
    top: 1em;
    z-index: 1;
    position: relative;
}
ul.list__cate__docs li a {
    color: #212529;
    font-weight: 500;
	position: relative;
	 z-index: 2
}
.wrapper__docs__result__search {
	margin-top: 0 !important
}
.wrapper__count__result {
    margin-top: 2rem;
    padding: 2rem 0 2.5rem;
    border-top: 1px solid #e3e3e3;
}
.wrapper__count__result span {
	font-weight: bold
}
.card__sidebar {
    border: 2px solid var(--main-color);
    border-radius: 5px;
}
.card__header > h5 {
    font-size: 1.25rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    background: var(--main-color);
    color: #fff;
	font-weight: 500
}
.card__sidebar .card__body {
    padding: 1rem;
}
.card__body li.item__post a {
    color: #212529;
}
.card__body li.item__post {
    padding-left: .5rem!important;
}
ul.list__post {
    text-align: justify;
    padding-left: 1rem;
	 list-style-image: url(/wp-content/uploads/2024/10/right-arrow-1.png);
}
.card__sidebar.card__docs {
    margin-bottom: 2rem;
}
.sidebar__docs {
    position: sticky;
    top: 2rem;
}
.title__ss h2 {
    color: var(--main-color);
    font-weight: 800;
    font-size: 1.75rem;
    display: inline-block;
    position: relative;
	padding-bottom: 0.75rem
}
.title__ss h2:before {
	content: '';
	position: absolute;
	width: 3rem;
	height: 3px;
	background: var(--main-color);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}
.img__border__sty .img-inner {
    border: 5px solid #f7f7f7;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 25px 0 20px -20px rgb(0 0 0 / 15%), -25px 0 20px -20px rgb(0 0 0 / 15%);
}
.img__border__sty .img-inner img {
	 border-radius: 5px;
}
.row__imgbox__stt2 .box {
    background: #ffffff;
    color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
}	
.row__imgbox__stt2 .box-text {
    color: #fff;
    padding: 1.5rem 1rem;
}
.iconbox__wcus .icon-box-img {
    width: 75% !important;
    margin-bottom: 2rem !important;
}
.iconbox__wcus .icon-box-img .icon-inner {
    padding: 3.75rem;
    border-radius: 100%;
    box-shadow: 8px 8px 1px var(--main-color);
}
.list-post .post-item .col-inner {
    background: #fff;
    height: 100%;
	border-radius: 7px;
    overflow: hidden;
}
.list-post .box-blog-post {	
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
	height: 100%
}
.list-post .box-blog-post .box-text {
	padding: 1rem !important
}
.row__iconbox__advance .icon-box-img {
    width: 6.25rem !important;
}
.row__iconbox__advance .icon-inner {
    border-radius: 50%;
    padding: 1.25rem;
    box-shadow: -5px 0px 1px #363636;
}
.row__iconbox__advance .icon-box {
    align-items: center;
}
.box__header__content {
    border-top: 5px solid var(--main-color);
    background: #F8F9FA;
    padding: 1.5rem 1rem 1rem;
    position: sticky;
    z-index: 99;
    top: 0;
    display: flex;
    flex-direction: column;
}
.wrapper__content__single__docs {
    margin-top: 2rem;
    border: 1px solid rgb(0 0 0 / 4%);   
}
h1.title__docs {
    font-size: 1.25rem;
    text-align: justify;
    font-weight: 500;
}
.box__content__single__docs {
    background: #fff;
    padding: 1rem;
}
div#ez-toc-container {
    margin-bottom: 0;
	border-color: #dee2e6
}
hr.divider__single__docs {
    margin-top: 0;
    opacity: .05;
}
input#txthoten {
    margin-bottom: 0;
}
p.text__validate {
    margin-bottom: 0;
}
.box__content__single__docs {
    background: #fff;
    padding: 1rem;
    max-height: 1000px;
    overflow-y: auto;
}
.box__content__single__docs::-webkit-scrollbar {
    width: 8px; 
}
.box__content__single__docs::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 7px; 
}

.box__content__single__docs::-webkit-scrollbar-thumb {
    background-color: #232323; /* Color of the scrollbar thumb */
    border-radius: 7px; /* Rounded corners */
    border: 1px solid #f1f1f1; /* Optional border for thumb */
}

.box__content__single__docs::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
.recent-blog-posts a {
    color: #232323;
}
