body {
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-stretch: normal;
    padding: 0px;
    margin: 0px;
    --text-white: #ffffff;
    --background-btn-yellow: #FCA311;
    --color-btn: #132140;
    --background-inf: #141E35;
    --text-inf-color: #FEFCF1;
    --black00: #0A0A0A;
    --border-color: #E8E8E8;
    --text-dark: #fefcf3;
    background: var(--text-dark);
    
}

p {
    font-size: 14px;
    line-height: 1.5;
    c: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 700;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
}

:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: inside;
}

.wapper-header .container,
.wapper-banner .container {
    max-width: 1417px;
}

.container {
    max-width: 1328px;
    padding: 0 16px;
}

.wapper-banner {
    background: url(../images/background.png) no-repeat center top/cover;
    padding-top: 152px;
}

.header-custom .navbar-nav-custom {
    display: flex;
    gap: 8px;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
    padding-right: 3px;
}

ul.sub-menu {
    list-style: none;
    padding: 24px 0;
}

ul.sub-menu li:not(:last-child) {
    margin-bottom: 25px;
}

li.menu-item-has-children > a:after {
    content: '';
    background: url(../images/icon-down.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 19px;
    right: 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.navbar-nav-custom li a {
    position: relative;
}

.wapper-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--text-dark);
    z-index: 1;
}

.home .wapper-header {
    background: transparent;
}

.header-custom .logo {
    max-width: 205px;
    margin-right: 40px;
}

.header-custom {
    padding: 20px 0;
}

.btn-custom {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    padding: 13px;
    border-radius: 8px;
    text-decoration: none;
    align-items: center;
    display: inline-block;
}

.header-custom .navbar-nav-custom .btn-yellow {
    padding: 11px 0;
}

.btn-yellow {
    background-color: var(--background-btn-yellow);
    color: var(--text-white);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.btn-yellow:hover {
    color: var(--text-white);
    background: var(--black00);
}

.header-custom .navbar-nav-custom a {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: left;
    text-align: center;
    color: var(--black00);
    text-decoration: none;
    padding: 11px 17px;
}

.header-custom .navbar-nav-custom a:hover {
    color: var(--background-btn-yellow);
}

.header-custom .navbar-nav-custom .btn-yellow a {
    color: var(--text-white);
    padding: 11px 17px;
    font-weight: 700;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.header-custom .navbar-nav {
    padding-top: 4px;
}

.right-nav {
    margin-right: -3px;
    position: relative;
    width: max-content;
    margin-left: auto;
    display: none !important;
}

.content-banner h1 {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
    color: var(--black00);
}

.text-yellow {
    color: var(--background-btn-yellow);
}

.main-page {
    padding-top: 152px;
}

.main-page {
    padding-top: 137px;
}

.btn-white {
    color: var(--color-btn);
    border: 1px solid var(--color-btn);
}

.btn-white:hover {
    background-color: var(--color-btn);
    color: var(--text-white);
}

.content-banner .btn-yellow {
    margin-right: 12px;
    padding: 11px 17px;
}

b {
    font-weight: 700;
}

.chart-img {
    max-width: 1077px;
    max-height: 635px;
    border: 8px solid var(--color-btn);
    border-radius: 20px;
    box-shadow: 0px 4px 80px 0px #14213D66;
    width: 100%;
}

.wapper-chart {
    padding: 120px 0;
}

.btn-icon {
    background-color: var(--color-btn);
    color: var(--text-white);
    position: relative;
}



.box-content h3 {
    color: var(--black00);
    font-size: 50px;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 24px;
}

.box-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black00);
    margin-bottom: 12px;

}

.box-content .btn-custom {padding: 12px 16px;}

.question-answer {
    padding: 40px 0;
}

.illustration-img {
    width: 100%;
    max-height: 414px;
    border-radius: 30px;
    object-fit: contain;
}

.btn-icon img {
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 16px;
    width: auto;
    display: block;
}

.content-right,
.content-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.wapper-img-inf {
    position: relative;
    margin-top: -211px;
}

.wapper-img-inf img {
    width: 100%;
}

.wapper-information {
    margin-top: 231px;
    background-color: var(--background-inf);
    background-image: url('../images/background-information.png');
    background-repeat: no-repeat;
    background-position-y: center;
}

.wapper-information .box-content {
    margin-top: -13px;
}

.wapper-information .box-content h3,
.wapper-information .box-content p {
    color: var(--text-inf-color);
}

.wapper-content {
    height: 680px;
}

.wapper-blog .container {
    max-width: 1328px;
}

.blog-title {
    color: var(--color-btn);
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 32px;
}

.wapper-blog .card {
    border: 1px solid #14213D33;
    border-radius: 26px;
}

.card-body {
    padding: 23px 23px 20px;
}

.wapper-blog {
    padding: 97px 0 82px;
}

.list-card .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.list-card .card-title a {
    color: var(--black00);
}

.list-card .card-title a:hover {
    color: var(--background-btn-yellow);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-card .card-subtitle {
    color: var(--black00);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    margin-bottom: 16px;
    opacity: 0.3;

}

.list-card .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #242424;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-footer h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--text-white);
    margin-bottom: 19px;
}

.box-footer h3 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--text-white);
}

.box-footer li {
    margin-bottom: 16px;
}

.logo-footer p {
    color: #A6A4A3;
    margin-top: 27px;
}

.logo-footer p,
.box-footer p  {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.box-footer p,
.box-footer ul a {
    color: var(--text-white);
    opacity: 80%;
}

.box-footer p {
    margin-bottom: 16px;
}

.logo-footer img {
    max-width: 240px;
}

.wapper-footer ul {
    list-style: none;
}

.box-footer ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--border-color);

}

.wapper-footer {
    background-color: var(--color-btn);
    padding-top: 80px;
}

.end-content-footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 0;
    color: #E8E8E8;
}

.end-content-footer p a {
    color: var(--border-color);
}

.end-content-footer p a:hover,
.box-footer ul a:hover {
    color: var(--background-btn-yellow);
}

.end-content-footer {
    margin-top: 47px;
    border-top: 1px solid #63605E;
    padding: 32px 0 33px;
}

.wapper-footer .container {
    max-width: 1400px;
}

.right-content-end {
    gap: 24px;
}

#icon-menu span {
    width: 18px;
    height: 2px;
    background: var(--black00);
    display: inline-block;
    border-radius: 1px;
    margin-bottom: 3px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.box-menu-resp {
    display: none;
}

.content-banner .btn-white {
    padding: 10px 15px;
}

.dv-banner-img img {
    padding-top: 22px;
    width: 100%;
}

.wapper-question-answer .container,
.wapper-information .container {
    max-width: 1328px;
}

.question-answer .col-sm-12,
.wapper-information .col-sm-12 {
    padding: 0 40px;
}

.question-answer .row {
    margin: 0 -40px;
    align-items: center;
}

.wapper-information .row {
    margin: 0 -40px;
}

.question-answer .dv-btns {
    margin-top: 47px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.box-content .btn-custom.btn-white {
    padding: 11px 16px;
}

.box-content .dv-btn-down .btn-custom {
    padding: 12px 51px 12px 18px;
}

.box-content .dv-btn-down .btn-custom:hover {
    color: var(--text-white);
    opacity: 0.9;
}

span.dv-slash {
    display: inline-block;
    background: var(--color-btn);
    opacity: 40%;
    height: 20px;
    width: 1px;
    position: relative;
    top: 3px;
    margin: 0 4px;
}

.wapper-footer .col-sm-12:nth-child(3) {
    padding-left: 15px;
}

.wapper-footer .col-sm-12:nth-child(4) {
    padding-left: 18px;
}

.wapper-footer .col-sm-12:nth-child(5) {
    padding-left: 21px;
    padding-right: 21px;
}

.dv-socials a {
    width: 48px;
    background: rgb(255 255 255 / 20%);
    border-radius: 12px;
    padding: 13px;
    display: inline-block;
    height: 48px;
    line-height: 1 !important;
}

.content-banner a.btn-custom {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    background: rgb(17 106 252 / 15%);
    padding: 8px 16px;
    margin-bottom: 32px;
}

.content-banner p {
    font-size: 20px;
    color: var(--color-btn);
    line-height: 1.6;
}

.banner-list-logo {
    list-style: none;
    margin: 64px -7px 0;
}

.banner-list-logo li {
    display: inline-block;
    padding: 0 7px;
}

.banner-list-logo li:nth-child(2) a {
    padding: 11px 19px 11px 20px;
}

.banner-list-logo li a {
    font-size: 16px;
    color: var(--text-white);
    line-height: 1.6;
    background: var(--color-btn);
    padding: 11px 16px;
    border-radius: 8px;
    display: block;
    font-weight: 700;
}

.banner-list-logo li a img {
    margin-right: 12px;
}

.logo-section {
    background: #f2f2f2;
    padding: 80px 0 48px;
}

.logo-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin: 0 -6px;
}

.logo-section ul a {
    display: block;
    padding: 12px 16px;
}

.logo-section ul li {
    padding: 0 6px;
}

.logo-section li img {
    filter: brightness(0%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.logo-section .lg-hover {
	display: none;
}

.logo-section2 img {
    filter: invert(64%) sepia(10%) saturate(17%) hue-rotate(39deg) brightness(84%) contrast(91%);
}

.logo-section2 img:hover {
    filter: none;
}

.item-logo a:hover img.lg-default {
    display: none;
}

.item-logo a:hover img.lg-hover {
	display: block;
}

.title-section h3 {
    font-size: 50px;
    line-height: 1.6;
    font-weight: 800;
    color: #000;
}

.logo-section .title-section h3 {
    margin-bottom: 24px;
}

.logo-section .list-logo {
    justify-content: center;
    align-items: stretch;
}

.logo-section img {
    display: block;
    margin: 0 auto;
    padding: 16px  14.86px 16px 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 8px;
	max-width: 174.86px;
}

.item-logo {
    max-width: 186.86px;
    width: 100%;
}

.list-logo .item-logo {
    padding: 0 6px;
}

.item-logo a {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.logo-section2 .title-section h3 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.logo-section2 {
    padding: 48px 0 80px;
    background: var(--text-white);
}

.logo-section2 .item-logo2 {
    padding: 0 6px;
}

.logo-section2 .container {
    max-width: 1318px;
}

.item-logo2:last-child img {
    margin-top: 6px;
}

.logo-section2 ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 0 -6px;
}

.logo-section2 a {
    padding: 16px;
    border-radius: 8px;
    display: block;
    height: 100%;
}

.logo-section2 li {
    padding: 0 6px;
}

.logo-section2 img {
    display: block;
    margin: 0 auto;
    transition: all .3s ease;
}

.text-image-layout .inner {
    align-items: center;
}

.text-image-layout {
    padding: 83px 0 78px;
}

.dv-image img {
    width: 100%;
}

.text-image-layout .row {
    margin: 0 -12px;
}

.text-image-layout .col-sm-12 {
    padding: 0 12px;
}

.text-image-layout ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 41px;
    list-style: none;
    padding-left: 44px;
    position: relative;
    color: var(--color-btn);
}

.text-image-layout ul li img {
    position: absolute;
    left: 7px;
    top: 9px;
}

.text-image-layout .title-section {
    margin-bottom: 24px;
}

.crawls-section {
    background: var(--color-btn);
    padding: 80px 0 59px;
}

.title-light h3,
.title-light p {
    color: #fff;
}

.crawls-list .inner {
    background: var(--text-dark);
    padding: 24px;
    border-radius: 24px;
}

.item-crawl .icon-box img {
    background: #fdcf82;
    padding: 10px;
    border-radius: 10px;
    margin-right: 16px;
    display: block;
    width: 64px;
    height: 64px;
}

.item-crawl .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.item-crawl .icon-box h4 {
    font-size: 20px;
    color: var(--black00);
    line-height: 1.6;
    margin: 0;
}

.item-crawl .inner p {
    font-size: 18px;
    color: var(--background-inf);
    line-height: 1.6;
    margin: 0;
}

.item-crawl {
    margin-bottom: 23px;
}

.image-text-layout {
    padding: 80px 0;
}

.image-text-layout .dv-image img {
    background: #FCA3111A;
    padding: 24px 0;
}

.image-text-layout .inner {
    align-items: center;
}

.image-text-layout .title-section h4 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 800;
    color: #000;
    margin-bottom: 24px;
    margin-top: -24px;
}

.dv-content p {
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.image-text-layout .dv-content {
    padding-left: 36px;
}

.seo-section {
    background: #fff;
    padding: 79px 0;
}

.seo-section .title-section h3 {
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 2px;
}

.title-section p {
    line-height: 1.6;
    font-size: 16px;
}

.seo-list .inner {
    background: #116AFC1A;
    padding: 38px 16px 11px;
    border-radius: 24px;
    text-align: center;
    height: 100%;
}

.item-seo .icon-box img {
    display: block;
    margin: 0 auto;
}

.item-seo p {
    display: inline-block;
    color: #116AFC;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    position: relative;
    padding-left: 30px;
}

.item-seo .icon-box {
    margin-bottom: 39px;
}

.item-seo p img {
    position: absolute;
    left: 0;
}

.text-image-layout .title-section {
    margin-top: -15px;
}

.crawls-section .title-section h3 {
    margin-bottom: 5px;
}

.crawls-section .title-section p {
    margin: 0;
}

.crawls-section .title-section {
    margin-bottom: 24px;
}

.seo-section .container {
    max-width: 1108px;
}

.seo-section .title-section p {
    margin: 0;
    color: var(--black00);
}

.seo-section .title-section {
    margin-bottom: 23px;
}

.seo-list .item-seo:not(:first-child) .inner {
    padding: 31px 16px 25px;
}

.item-seo:not(:first-child) .icon-box {
    margin-bottom: 32px;
}


/*Start Blogs css*/

.blog-info h3 a {
    font-size: 20px;
    line-height: 1.6;
    color: var(--black00);
    font-weight: 700;
}

.blog-info h3 a:hover {
    color: var(--background-btn-yellow);
}

.blog-cat a {
    font-size: 16px;
    line-height: 1.6;
    color: var(--black00);
    border: 1px solid #A6A4A3;
    display: inline-block;
    border-radius: 8px;
    padding: 3px 15px;
}

.blog-cat {
    margin-bottom: 8px;
}

.blog-info h6.card-subtitle {
    color: #63605E;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 21px;
}

.blog-info h3 {
    margin: 0 0 8px;
}

.blog-info span.dv-slash {
    height: 16px;
    margin: 0 8px;
}

.blog-page .blog-info span.dv-slash {
    margin: 0 12px;
}

.blog-content .des p {
    font-size: 16px;
    color: var(--black00);
    line-height: 1.6;
    margin: 0;
}

.blog-item:not(:first-child) .blog-info h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item:not(:first-child) .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item:first-child {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 35px;
    padding-top: 0;
}

.blog-item:first-child .inner {
    display: flex;
}

.blog-readmore a {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    color: var(--text-white);
    background: var(--background-btn-yellow);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.blog-readmore a:hover {
    background: var(--black00);
}

.blog-readmore svg path {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.blog-item:not(:first-child) .blog-readmore svg {
    width: 16px;
}

.blog-readmore svg {
    margin-left: 8px;
}

.blog-readmore {
    margin-top: 20px;
}

.blog-item {
    padding: 20px 25px 0;
}

.blog-item:not(:first-child) .inner {
    border-top: 2px solid #101A30;
    padding: 24px 0 31px;
}

.blog-item:first-child .blog-info h3 a {
    font-size: 50px;
    line-height: 1.3;
}

.blog-item:first-child .blog-info {
    width: 50%;
    padding: 7px 12px 0;
}

.blog-item:first-child .blog-content {
    width: 50%;
    padding: 0 13px;
}

.blog-item:first-child .blog-cat a {
    background: #EEEEEE;
    border-color: #EEEEEE;
    font-weight: 600;
}

.blog-item:first-child .blog-cat {
    margin-bottom: 13px;
}

.blog-item:first-child .blog-info h6.card-subtitle {
    font-size: 16px;
}

.blog-item:first-child .blog-info h3 {
    margin: 0 0 13px;
}

.blog-item:first-child .blog-info h3 {
    margin: 0 0 12px;
}

.blog-item:first-child .blog-box {
    background: var(--text-white);
    padding: 32px 40px 32px 48px;
    border-radius: 24px;
}

.blog-item:first-child .blog-content .des p {
    margin-bottom: 30px;
    font-size: 18px;
}

.blog-item:first-child .blog-content .des p:last-child {
    margin-bottom: 0;
}

.blog-item:first-child .blog-readmore a {
    font-size: 16px;
    padding: 11px 15px 11px 15px;
}

.blog-item:first-child .blog-readmore svg {
    margin-left: 14px;
}

.loadmore-post {
    text-align: center;
    border-top: 1px solid #E8E8E8;
    padding-top: 28px;
    margin-top: 20px;
    max-width: 416px;
    margin: 20px auto 0;
    cursor: pointer;
}

.loadmore-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
}

.loadmore-post a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #132140;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 6px;
}

.loadmore-post a:hover {
    opacity: .8;
}

.blog-item:first-child .blog-readmore {
    margin-top: 16px;
}

.blog-list-wrrap {
    position: relative;
    padding-bottom: 97px;
}

.wrap-loadmore {
    position: absolute;
    left: 0;
    right: 0;
}

.main-page {
    padding-bottom: 80px;
	min-height: 56vh;
}
/*End Blogs css*/

/*Start Blog Detail css*/
ul.dv-breadcrumb li {
    display: inline-block;
}

ul.dv-breadcrumb li a {
    color: var(--black00);
    font-size: 18px;
}

.dv-breadcrumb span.dv-slash {
    height: 16px;
    margin: 0 9px;
}

ul.dv-breadcrumb li a:hover {
    text-decoration: underline;
    color: var(--background-btn-yellow);
}

.single-title {
    max-width: 856px;
    margin: 0 auto;
}

.single-banner h1 {
    font-size: 50px;
    line-height: 1.3;
    margin: 17px 0 14px;
    color: var(--black00);
}

.single-thumb {
    margin: 48px 0 49px;
}

.single-thumb img {
    width: 100%;
    border-radius: 16px;
}

.single-entry-content {
    max-width: 898px;
    padding-left: 42px;
    padding-right: 0;
}

.single-sticky-menu li a {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    display: block;
    margin-bottom: 17px;
    position: relative;
}

.single-sticky-menu ul {
    list-style: none;
}

.single-sticky-menu ul ul a {
    padding-left: 15px;
}

.single-sticky-menu ul ul ul a {
    padding-left: 16px;
}

.single-sticky-menu li a.active {
    font-weight: 600;
}

.single-sticky-menu >ul {
    border-left: 2px solid #e8e8e8;
}

.single-sticky-menu >ul li a {
    padding-left: 14px;
}

.single-sticky-menu li a.active:before {
    content: '';
    position: absolute;
    width: 4px;
    background: #262626;
    height: 100%;
    left: 0;
}

.single-sticky-menu li ul a.active:before {
    left: -22px;
}

.single-sticky-menu li ul ul a.active:before {
    left: -43px;
}

.single-sticky-menu #ez-toc-container li,
.single-sticky-menu #ez-toc-container ul {
    overflow: unset !important;
}

.single-sidebar.sticky .single-sticky-menu {
    position: fixed;
    top: 88px;
    max-width: 276px;
}

.single-sticky-menu li ul ul a {
    margin-bottom: 12px;
}

.single-sticky-menu li ul a {
    margin-bottom: 16px;
}

.single-sticky-menu .dv-socials p {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 7px;
}

.single-sidebar {
    max-width: 300px;
}

.dv-socials ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-single-page .dv-socials li a {
    width: 40px;
    height: 40px;
    background: rgb(252 163 17 / 20%);
    text-align: center;
    line-height: 40px !important;
    display: block;
    padding: 0;
}

.single-sticky-menu .dv-socials {
    margin-top: 25px;
}

.single-entry-content h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 800;
    color: var(--black00);
    margin-bottom: 17px;
}

.single-entry-content h3 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--black00);
    margin-bottom: 17px;
}

.single-entry-content p,
.single-entry-content ul li,
.single-entry-content ol li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--black00);
    margin-bottom: 32px;
}

.single-entry-content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--black00);
    margin-bottom: 17px;
}

.single-entry-content ul li {
    margin-bottom: 9px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    padding-right: 15px;
}

.single-entry-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--black00);
    position: absolute;
    left: 12px;
    top: 10px;
    border-radius: 50%;
}

.single-entry-content ul {
    margin-top: -22px;
    margin-bottom: 33px;
}

.single-entry-content ol li {
    margin-bottom: 9px;
}

.single-entry-content ol {
    margin: -21px 0 31px;
}

.single-entry-content blockquote {
    border-top: 1px solid #363230;
    border-bottom: 1px solid #363230;
    padding: 20px 0;
    max-width: calc(100% - 24px);
    margin: 0 auto 32px;
    position: relative;
}

blockquote:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 20px;
    width: 18px;
    height: 17px;
    background: url(../images/quote.svg) no-repeat;
}

.single-entry-content blockquote p {
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    padding: 0 12px 0 46px;
    margin: 0;
}

.single-entry-content pre {
    background: #EEEEEE;
    border-radius: 8px;
    padding: 12px 16px 13px;
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
    color: var(--black00);
    font-family: "IBM Plex Mono", monospace;
    margin-bottom: 32px;
}

.single-entry-content .text-border {
    padding-left: 24px;
    border-left: 4px solid #262626;
}

.single-entry-content figure img {
    border-radius: 16px;
    width: 100%;
}

.single-entry-content figure {
    margin: 0;
}

.single-entry-content figcaption {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    color: #63605E;
    padding: 13px 35px;
    text-align: center;
}

.single-relative .card {
    border-radius: 18px;
}

.title-comments {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: var(--back00);
    font-weight: 800;
    border-top: 1px solid #E8E8E8;
    max-width: 416px;
    margin: 0 auto 32px;
    padding-top: 28px;
}

.single-comments {
    margin-top: 70px;
}

.dv-socials-mb {
    display: none;
}

.single-entry-content div#ez-toc-container {
    display: none;
}

.single-sticky-menu #ez-toc-container {
    background: transparent;
    border: none;
    padding: 0;
    border-left: 2px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
}

.single-sticky-menu #ez-toc-container a {
    font-weight: 400;
    padding-left: 14px;
    color: #262626;
}

.single-sticky-menu #ez-toc-container a.active {
    font-weight: 600;
}

.single-sticky-menu #ez-toc-container ul.ez-toc-list-level-1 {
    margin-left: -3px;
}

.dv-comments {
    max-width: 856px;
    margin: 0 auto;
}

.dv-comment-form form .comment-form-author,
.dv-comment-form form .comment-form-email {
    position: relative;
    width: calc(50% - 12px);
    display: inline-block;
    float: left;
    margin: 0 0 24px;
}

.dv-comment-form form .comment-form-email {
    float: right;
}

.dv-comment-form form .comment-form-author input,
.dv-comment-form form .comment-form-email input,
.comment-form-message {
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    background: transparent;
    padding: 35px 16px 8px;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.dv-comment-form form .comment-form-author input:focus,
.dv-comment-form form .comment-form-email input:focus,
.dv-comment-form form .comment-form-message:focus,
.comment-respond textarea:focus {
    border-color: #132140;
    box-shadow: none;
    background: transparent;
}

.dv-comment-form form .comment-form-author label,
.dv-comment-form form .comment-form-email label {
    position: absolute;
    top: 8px;
    left: 16px;
}

.dv-comment-form form .comment-form-author label:after,
.dv-comment-form form .comment-form-email label:after {
    content: '*';
    color: #E10000;
    padding-left: 3px;
}

.comment-form-message {
    padding-top: 21px;
    max-height: 132px;
    margin-bottom: 25px;
}

.dv-comment-form p.comment-form-cookies-consent {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
}

.dv-comment-form p.form-submit {
    text-align: center;
    margin-top: 39px;
    margin-bottom: 48px;
}

.dv-comment-form p.form-submit input,
.comment-respond .form-submit input#submit {
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--background-btn-yellow);
    border: none;
    font-weight: 700;
    padding: 12px 16px;
}

.dv-comment-form p.form-submit input:hover,
.comment-respond .form-submit input#submit:hover {
    opacity: 0.8;
}

.comment-list div#respond {
    margin-top: 30px;
    margin-left: 96px;
}

.dv-comments ol.comment-list {
    padding: 0;
    list-style: none;
}

.dv-comments .comment-author .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 16px;
}

.dv-comments .comment-author .fn a {
    color: #262626;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: -31px;
    display: block;
}

.dv-comments .comment-author span.says {
    display: none;
}

.dv-comments .comment-metadata time {
    color: #63605E;
    font-size: 14px;
    line-height: 1.6;
}

.dv-comments .comment-metadata {
    position: absolute;
    left: 96px;
    bottom: 23px;
}

.dv-comments .comment-meta {
    position: relative;
}

.dv-media-left {
    width: 80px;
}

.dv-media-body {
    width: calc(100% - 80px);
    padding-left: 16px;
}

.nancy-inner-box {
    display: flex;
}

.dv-media-left img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.dv-media-body .date-comment {
    color: #63605E;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    display: block;
}

.dv-media-body .dv-cmt-author-name {
    margin-bottom: 6px;
}

.dv-cmt-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #262626;
}

a.comment-reply-link {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    padding: 6px 12px 9px 36px;
    border-radius: 6px;
    display: inline-block;
    background: url(../images/reply-icon.svg) no-repeat 10px 50%, #132140;
}

a#cancel-comment-reply-link {
    font-size: 14px;
    font-weight: 800;
    background: #132140;
    color: #fff;
    padding: 6px 12px 9px 36px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 10px;
}

a.comment-reply-link:hover,
a#cancel-comment-reply-link:hover {
    background-color: #f87614;
}

.dv-cmt-text {
    margin-bottom: 23px;
}

.single-relative {
    margin-top: 172px;
}

.dv-comments-wrap .comments-title {
    font-size: 20px;
    line-height: 1.6;
    color: #132140;
    font-weight: 600;
    margin-bottom: 29px;
}

.single-comments p.logged-in-as,
.single-comments p.logged-in-as a {
    font-size: 16px;
    line-height: 1.6;
    color: #262626;
}

.single-comments p.logged-in-as a {
    font-weight: 600;
}

.comment-list li li {
    margin-left: 96px;
    list-style: none;
}

.comment-list .nancy-inner-box {
    margin-bottom: 24px;
}

.comment-list .children .nancy-inner-box {
    padding-top: 27px;
}

.comment-list .children .nancy-inner-box {
    border-top: 1px solid #E8E8E8;
}

ol.comment-list .depth-1.parent {
    position: relative;
}

ol.comment-list .depth-1.parent:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 88px;
    width: 1px;
    height: calc(100% - 80px);
    background: #E8E8E8;
}

a#cancel-comment-reply-link {
    padding: 6px 12px 9px;
}

.post-date-time span.dv-slash {
    margin: 0 10px;
    height: 16px;
    background: #E8E8E8;
}

.post-date-time {
    color: #63605E;
}

.single-relative .blog-title {
    font-size: 36px;
    margin-bottom: 25px;
}

.content-404 h2 {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--black00);
}

.content-404 {
    text-align: center;
}

.content-404 p {
    font-size: 20px;
    color: var(--color-btn);
    line-height: 1.6;
}

.content-404 a.backhome {
    font-size: 16px;
    color: var(--text-white);
    line-height: 1.6;
    background: var(--color-btn);
    padding: 11px 16px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
}

.content-404 a.backhome:hover {
    background: var(--background-btn-yellow);
}

.mode-switch-mb .checkbox,
.mode-switch-pc .checkbox {
  opacity: 0;
  position: absolute;
}

.mode-switch-mb .checkbox-label,
.mode-switch-pc .checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mode-switch-mb .checkbox-label .ball,
.mode-switch-pc .checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  z-index: 2;
}

.mode-switch-mb .checkbox:checked + .checkbox-label .ball,
.mode-switch-pc .checkbox:checked + .checkbox-label .ball {
  	transform: translateX(24px);
	-webkit-transform: translateX(24px);
}

.mode-switch .sun-icon {
    fill: #fca311;
    z-index: 1111;
    width: 16px;
    position: relative;
    z-index: 0;
}

.mode-switch .moon-icon {
    width: 16px;
    z-index: 444;
    right: 0;
    position: relative;
    z-index: 0;
}

.mode-switch .moon-icon path {
    fill: #f1c40f;
}

.mode-switch {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.menu-header-menu-right-container {
    position: relative;
}

/*End Blog Detail css*/
@media screen and (min-width: 1200px) {
    .dv-banner-img {
        padding-left: 5px;
    }
    
    #navcustom {
        display: block !important;
    }
    
    li.menu-item-has-children > a:hover:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        top: 15px;
    }

    li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    ul.sub-menu {
        position: absolute;
        box-shadow: 0 0 10px #dedede;
        background: #fff;
        border-radius: 8px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
}

@media screen and (min-width: 992px) {
    .wapper-footer .col-lg-2 {
        width: calc(65% / 4);
    }

    .wapper-footer .col-lg-4 {
        width: 35%;
    }
}

@media screen and (max-width: 1400px) {
    .wapper-information .row,
    .question-answer .row {
        margin: 0 -16px;
    }

    .question-answer .col-sm-12,
    .wapper-information .col-sm-12 {
        padding: 0 16px;
    }

    .single-entry-content {
        padding-right: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .content-banner h1 {
        font-size: 50px;
    }

    .box-content h3 {
        font-size: 40px;
    }

    .wapper-img-inf {
        margin-top: -40px;
    }

    .wapper-information {
        margin-top: 66px;
    }

    .menu-main-container {
        width: 100%;
    }

    #icon-menu {
        padding: 11px 0 0;
    }

    .right-nav {
        width: auto;
        margin-left: unset;
    }

    .mode-switch {
        left: unset;
        right: 60px;
    }

    .menu-header-menu-right-container {
        width: 100%;
    }

    .menu-header-menu-left-container {
        width: 100%;
    }

    ul.sub-menu {
        display: none;
    }

    li.menu-item-has-children > a:after {
        right: 12px;
        top: 10px;
    }

    .menu-item-has-children.active a:after {
        transform: rotate(180deg);
    }

    li.menu-item-has-children.active {
        background: rgb(252 163 17 / 5%);
    }

    .header-custom {
        padding: 15px 0 20px;
        box-shadow: 0 2px 4px #00000014;
        background: var(--text-dark);
        background: #fff;
    }

     #navcustom {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: var(--text-white);
        border-radius: 0 0 20px 20px;
        z-index: 999;
        height: 100vh;
        background: rgb(0 0 0 / 80%);
    }

    #icon-menu {
        display: flex;
        flex-direction: column;
        z-index: 111;
        left: 0;
    }

    #icon-menu.active span:first-child {
        transform: translate(0px, 0) rotate(45deg);
        -webkit-transform: translate(0px, 0) rotate(45deg);
    }

    #icon-menu.active span:last-child {
        transform: translate(0px, -5px) rotate(-45deg);
        -webkit-transform: translate(0px, -5px) rotate(-45deg);
    }

    #icon-menu.active span:nth-child(2) {
        display: none;
    }

    .desktop {
        display: none;
    }

    .header-custom .navbar-nav-custom {
        display: block;
        width: 100%;
        border-top: 1px solid var(--border-color);
        /* padding-top: 25px; */
    }

    #nav-menu-resp {
        margin: auto;
        padding: 0;
        background: #fff;
        padding: 20px 0;
/*         background: var(--text-dark); */
    }
    
    .header-custom.active {
        background: #fff;
    }

    #nav-menu-resp .col-sm-12 {
        padding: 0;
        width: 100%;
    }

    .right-nav {
        justify-content: start !important;
        padding-bottom: 15px;
    }

    .header-custom .navbar-nav-custom a {
        width: 100%;
        margin-top: 20px;
    }

    .header-custom .navbar-nav-custom a.btn-custom.btn-yellow {
        padding: 11px 17px;
    }

    .right-nav {
        margin-top: 21px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        display: none !important;
    }

    .right-nav ul.navbar-nav-custom {
        padding-top: 16px;
    }

    .right-nav ul.navbar-nav-custom.active {
        padding-top: 22px;
    }

    .right-nav .navbar-nav-custom li:not(:last-child) {
        padding-bottom: 1px;
    }

    .header-custom .navbar-nav-custom .btn-yellow a {
        margin-top: 2px;
        padding: 13px 19px;
    }

     .header-custom .navbar-nav-custom a {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 12px;
        margin-top: 0;
    }

    .header-custom .right-nav .navbar-nav-custom li:last-child a {
        text-align: center;
        width: 100%;
        display: block;
    }

    .header-custom .right-nav .navbar-nav-custom li:last-child {
         padding: 1px 12px;
         margin-top: 27px;
         width: calc(100% - 24px);
         margin: 27px auto 0;
         text-align: center;
         display: block;
    }

     .navbar-nav-custom li {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        padding: 17px 0 7px;
     }

    .navbar-nav-custom.active li:not(:last-child),
    .navbar-nav-custom.active li {
        padding-top: 12px;
        margin-bottom: 12px;
    }

    ul.sub-menu {
        padding: 13px 0 8px;
    }

    ul.sub-menu li:not(:last-child) {
        margin-bottom: 12px;
    }

    .right-nav.active {
        margin-top: 0;
    }

    .box-menu-resp {
        display: block;
    }

}


@media screen and (max-width: 991px) {

    .header-custom .logo {
        max-width: 172px;
    }

    .custom-reverse {
        flex-direction: column-reverse;
    }

    .content-banner {
        padding-top: 60px;
    }

    .content-banner {
        text-align: center;
    }

    .wapper-information {
        height: auto;
    }

    .image-inf {
        position: relative;
        right: 0px;
        top: 0px;
        transform: translateY(0%);
    }
    .wapper-img-inf{
        padding-bottom: 40px;
    }

    .wapper-content {
        height: auto;
        padding: 50px 0px;
    }

    .content-banner {
        max-width: 100%;
    }

    .content-banner h1 {
        text-align: center;
    }

    .logo-footer {
        padding-bottom: 5px;
    }

    .wapper-header {
        position: fixed;
        z-index: 2;
    }

    .illustration-img {
        margin-bottom: 21px;
    }

    .box-content h3 {
        font-size: 32px;
    }

    .crawls-list .inner {
        height: 100%;
    }

    .image-text-layout .title-section h4 {
        margin: 30px 0 10px;
    }

    .image-text-layout {
        padding-bottom: 0;
    }

    .item-seo {
        margin-bottom: 24px;
    }

    .seo-section {
        padding-bottom: 0;
    }

    .single-banner h1 {
        font-size: 40px;
    }

    .single-entry-content {
        padding-left: 30px;
        max-width: calc(100% - 250px);
    }

    .single-sidebar {
        max-width: 250px;
        width: 100%;
    }

    .single-entry-content h3 {
        font-size: 20px;
    }

    .single-entry-content h4 {
        font-size: 18px;
    }

    .single-entry-content h2,
    .title-comments,
    .single-relative .blog-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .single-relative {
        margin-top: 80px;
    }

    .dv-comment-form form .comment-form-author,
    .dv-comment-form form .comment-form-email {
        width: 100%;
        margin-bottom: 16px;
    }

    .title-comments {
        margin-bottom: 27px;
    }

    .dv-media-left {
        width: 56px;
    }

    .dv-media-body {
        width: calc(100% - 56px);
    }

    .comment-list li li {
        margin-left: 72px;
    }

    .comment-list div#respond {
        margin-left: 72px;
    }

    .wapper-blog .container {
        padding-right: 0;
    }

    .wapper-banner,
    .main-page {
        padding-top: 66px;
    }

    .content-banner h1 {
        font-size: 36px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .content-banner {
        padding-top: 25px;
    }

    .content-banner .btn-yellow {
        padding: 12px 17px 11px;
    }

    .wapper-chart {
        padding: 29px 0 27px;
    }

    .chart-img {
        border-width: 4px;
        border-radius: 23px;
    }

    .box-content h3 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .question-answer {
        padding: 24px 0;
    }

    .box-content p {
        font-size: 18px;
    }

    .question-answer .dv-btns {
        margin-top: 23px;
    }

    .box-content .btn-custom {
        padding: 11px 16px;
    }

    .box-content .dv-btn-down .btn-custom {
        padding: 11px 51px 11px 18px;
    }

    .wapper-information {
        margin-top: 24px;
    }

    .wapper-content {
        padding: 54px 0px 55px;
    }

    .wapper-img-inf {
        padding-top: 22px;
    }

    .blog-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .wapper-blog {
        padding: 56px 0 49px;
    }

    .list-card .card-subtitle {
        margin-bottom: 16px;
    }

    .box-footer {
        padding-bottom: 8px;
    }

    .end-content-footer {
        margin-top: 24px;
        padding: 24px 0 23px;
    }

    .end-content-footer 
     .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .end-content-footer .right-content-end.d-flex {
        flex-direction: row;
        margin-top: 9px;
    }


    .illustration-img {
        margin-bottom: 21px;
        border-radius: 0;
    }

    .question-answer:nth-child(odd) .col-sm-12:last-child,
    .question-answer:nth-child(even) .col-sm-12:first-child{
        padding: 0;
        text-align: center;
    }

    .question-answer:nth-child(2) .content-left {
        margin-bottom: 4px;
    }

    .question-answer:nth-child(2) .dv-btns {
        margin-top: 23px;
    }

    .question-answer:nth-child(3) .illustration-img {
        margin-bottom: 24px;
    }

    .question-answer:nth-child(4) .illustration-img {
        margin-bottom: 26px;
    }

    .logo-footer {
        text-align: center;
    }

    .logo-footer p {
        margin: 25px 0 19px;
    }

    .wapper-footer .col-sm-12:nth-child(3),
    .wapper-footer .col-sm-12:nth-child(4) {
        padding-left: 12px;
    }

    .wapper-footer .col-sm-12:nth-child(5) {
        padding: 0 12px;
    }

    #icon-menu {
        padding: 11px 15px 0;
    }

    .content-banner a.btn-custom {
        font-size: 18px;
    }

    .banner-list-logo li {
        display: block;
        margin-bottom: 17px;
    }

    .banner-list-logo {
        margin-top: 31px;
    }

    .title-section h3, .logo-section2 .title-section h3 {
        font-size: 28px;
    }

    .logo-section {
        padding: 69px 0 3px;
    }

    .logo-section .title-section h3 {
        margin-bottom: 22px;
    }

    .list-logo .item-logo {
        margin-bottom: 21px;
        padding: 0 12px;
    }

    .logo-section .list-logo {
        justify-content: flex-start;
        margin: 0 -12px;
    }

    .logo-section2 {
        padding: 24px 0 56px;
    }

    .logo-section2 img {
        width: auto;
        max-width: 100%;
    }

    .text-image-layout {
        padding: 61px 0 49px;
    }

    .crawls-section {
        padding: 49px 0 32px;
    }

    .item-crawl .icon-box img {
        width: 48px;
        height: 48px;
        margin-right: 12px;
    }

    .item-crawl .icon-box h4 {
        font-size: 18px;
    }

    .crawls-list .inner {
        padding: 16px;
    }

    .item-crawl .icon-box {
        margin-bottom: 8px;
    }

    .item-crawl .inner p {
        font-size: 16px;
    }

    .item-crawl {
        margin-bottom: 17px;
    }

    .image-text-layout .dv-image img {
        background: transparent;
        padding: 0;
    }

    .image-text-layout {
        padding: 48px 0;
    }

    .image-text-layout .title-section h4 {
        font-size: 28px;
        margin: 24px 0 26px;
        line-height: 1.6;
    }

    .image-text-layout .dv-content {
        padding: 0 12px;
    }

    .seo-section .title-section h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .seo-section {
        padding: 48px 0 32px;
    }

    .dv-banner-img img {
        padding-top: 33px;
        width: 100%;
        max-width: 329px;
        margin: 0 auto;
        display: block;
    }

    .content-banner p {
        text-align: left;
    }

    .logo-section img {
        padding: 15.4px 14.3px 15.4px 15.4px;
        max-width: 100%;
        padding: 17px 14.86px 18px 16px;
    }

    .item-logo {
        max-width: 50%;
        width: 50%;
    }

    .logo-section2 .title-section h3 {
        margin-bottom: 31px;
    }

    .item-logo2:last-child img {
        margin: 27px auto 0;
    }

    .text-image-layout ul li:last-child {
    }

    .text-image-layout .dv-image {
        margin-top: 12px;
    }

    .seo-list .inner {
        padding: 30px 16px 22px;
    }

    .item-seo .icon-box {
        margin-bottom: 31px;
    }

    .item-seo {
        margin-bottom: 16px;
    }

    .seo-list .item-seo:not(:first-child) .inner {
        padding: 24px 16px 23px;
    }

    .item-seo:not(:first-child) .icon-box {
        margin-bottom: 22px;
    }

    .card-body {
        padding: 23px 23px 22px;
    }

    .wapper-footer {
        padding-top: 49px;
    }

    .box-footer h3 {
        margin-bottom: 17px;
    }

    .blog-item:first-child .inner {
        flex-direction: column;
    }

    .blog-item:first-child .blog-info,
    .blog-item:first-child .blog-content {
        width: 100%;
    }

    .blog-item:first-child .blog-info h3 a {
        font-size: 36px;
        line-height: 1.5;
    }

    .main-page {
        padding-top: 98px;
        padding-bottom: 56px;
    }

    .blog-item, .blog-item:first-child .blog-info,
    .blog-item:first-child .blog-content {
        padding: 0;
    }

    .blog-list {
        margin: 0;
    }

    .blog-item:first-child .blog-box {
        padding: 24px 16px;
    }

    .blog-item:first-child .blog-info h6.card-subtitle {
        margin-bottom: 25px;
    }

    .blog-item:first-child {
        padding-bottom: 36px;
    }

    .blog-item:not(:first-child) .des {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .blog-item:not(:first-child) .inner {
        padding-bottom: 52px;
    }

    .loadmore-post {
        margin-top: -2px;
    }

    .blog-item:not(:first-child) {
        padding: 0 12px;
    }

    .single-sidebar {
        display: none;
    }

    .single-entry-content {
        padding-left: 12px;
        max-width: 100%;
        width: 100%;
    }

    .single-banner h1 {
        font-size: 36px;
        line-height: 1.5;
    }

    .single-thumb img {
        border-radius: 0;
        min-height: 314px;
        object-fit: cover;
        max-height: 314px;
    }

    .single-thumb {
        margin: 25px -16px 32px;
    }

    .dv-socials-mb {
        display: block;
        border-top: 1px solid #EEEEEE;
        margin-top: 16px;
        padding-top: 14px;
    }

    .main-single-page {
        padding-top: 100px;
    }

    .dv-socials-mb ul {
        justify-content: center;
    }

    .single-entry-content h2,
    .single-entry-content h3,
    .single-entry-content h4 {
        margin-bottom: 18px;
    }

    .single-entry-content blockquote {
        max-width: 100%;
    }

    .single-entry-content blockquote p {
        padding: 0 12px 0 42px;
    }

    .single-entry-content blockquote:before {
        left: 12px;
    }

    .single-entry-content figcaption {
        font-size: 14px;
        padding: 13px 0;
    }

    .single-comments {
        margin-top: 56px;
    }

    .blog-list-wrrap {
        padding-bottom: 75px;
    }
}
.page-template-default .single-entry-content {
     max-width: 100%;

}