body,
.font-base-font {
    font-family: Roboto, arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.8;
    font-size: 15px;
}

/*.main-red .main .wraper .a:visited {
    color: rgba(153,27,27,0.8);
    border-bottom: 1px dotted #eaeaea;
}
.main-blue .main .wraper a:visited {
    color: #9ca3af;
    border-bottom: 1px dotted #eaeaea;
}
.main-blue .main .wraper a:hover {
    color: rgb(37, 99, 235);
}
.main-gray a:visited {
    color: rgba(30,64,175,0.8);
    border-bottom: 1px dotted #eaeaea;
}*/
.dl-menuwrapper li>a:not(:only-child)::after {
    right: 10px;
    left: auto;
}

.dl-menuwrapper .dl-subviewopen li>a:not(:only-child)::after {
    right: 17px;
    left: auto;

}

.form-control {
    outline: none
}

.font-heading-font {
    font-family: Roboto, arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.8;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    /* gutter */
    margin-left: -0.75rem;
}

.col {
    flex: 1 0 0%;
}

[class^="col"],
[class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.playing .pause,
.play-button .running {
    display: none;
}

.playing .running {
    display: block;
}

.block-content-default .default-mask {
    -webkit-mask-image: url(../images/mask.png);
    mask-image: url(../images/mask.png);
    -webkit-mask-size: 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.orico-about-text p {
    margin-bottom: 1rem;
}

.orico-about-text img {
    display: inline-block
}

.orico-fun-fact-section {
    text-align: center;
    background: #F78914;
    position: relative;
}

.main-menu>li>a {
    font-family: 'Roboto Condensed'
}

.main-menu li.active>a {
    background: rgb(224, 242, 254);
    color: #0284c7;
}

.main-menu li.active>a:before {
    background-color: #0284c7;
    opacity: 1;
    visibility: visible;
}

.content-wysiwyg {
    font-size: 1rem;
    color: rgb(35, 35, 35);

}

/* ====== Editor Content Style (SEO + Readability) ====== */
.content-wysiwyg {
    font-size: 1rem;
    line-height: 1.75;
    color: #222;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* ----- Heading Styles ----- */
.content-wysiwyg h1,
.content-wysiwyg h2,
.content-wysiwyg h3,
.content-wysiwyg h4,
.content-wysiwyg h5,
.content-wysiwyg h6 {
    font-weight: 600;
    line-height: 1.4;
    margin: 1.6em 0 0.6em;
    color: #111;
}

/* ~16px */

/* ----- Paragraph & Text ----- */
.content-wysiwyg p {
    margin: 1em 0;
    text-align: justify;
    color: #333;
}

.content-wysiwyg strong {
    font-weight: 600;
}

.content-wysiwyg em {
    font-style: italic;
}

/* ----- Links ----- */
.content-wysiwyg a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s;
}

.content-wysiwyg a:hover {
    text-decoration: underline;
    color: #004999;
}

/* ----- Lists ----- */
.content-wysiwyg ul,
.content-wysiwyg ol {
    margin: 1em 0 1em 2em;
    padding: 0;
}

.content-wysiwyg ul li,
.content-wysiwyg ol li {
    margin: 0.4em 0;
}

/* ----- Images ----- */
.content-wysiwyg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
    border-radius: 6px;
}

/* ----- Blockquote ----- */
.content-wysiwyg blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    background: #f8f9fa;
    border-left: 4px solid #ccc;
    color: #555;
    font-style: italic;
}

/* ----- Tables ----- */
.content-wysiwyg table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}

.content-wysiwyg th,
.content-wysiwyg td {
    border: 1px solid #ddd;
    padding: 0.6em 0.8em;
    text-align: left;
}

.content-wysiwyg th {
    background-color: #f1f3f5;
    font-weight: 600;
}

/* ----- Code & Pre ----- */
.content-wysiwyg pre,
.content-wysiwyg code {
    font-family: "Fira Code", monospace;
    background: #f5f5f5;
    border-radius: 4px;
}

.content-wysiwyg code {
    padding: 2px 6px;
    font-size: 0.95em;
}

.content-wysiwyg pre {
    padding: 1em;
    overflow-x: auto;
}

/* ----- Responsive images and videos ----- */
.content-wysiwyg iframe,
.content-wysiwyg video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
}

/* ----- Horizontal line ----- */
.content-wysiwyg hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em 0;
}

.dl-menuwrapper li a.p-0 {
    padding: 0
}

.group1:hover .group1-hover\:opacity-100,
.group2:hover .group2-hover\:opacity-100,
.group3:hover .group3-hover\:opacity-100 {
    opacity: 1
}

.group1:hover .group1-hover\:visible,
.group2:hover .group2-hover\:visible,
.group3:hover .group3-hover\:visible {
    visibility: visible
}

.content-wysiwyg p,
.content-wysiwyg ul,
.content-wysiwyg li {
    margin-bottom: 1rem;
}

.content-wysiwyg h1,
.content-wysiwyg h2,
.content-wysiwyg h3,
.content-wysiwyg h4,
.content-wysiwyg h5,
.content-wysiwyg h6,
.content-wysiwyg b,
.content-wysiwyg strong {
    font-weight: 700
}

.content-wysiwyg h1 {
    font-size: 2rem;
}

/* ~32px */
.content-wysiwyg h2 {
    font-size: 1.75rem;
}

/* ~28px */
.content-wysiwyg h3 {
    font-size: 1.5rem;
}

/* ~24px */
.content-wysiwyg h4 {
    font-size: 1.25rem;
}

/* ~20px */
.content-wysiwyg h5 {
    font-size: 1.1rem;
}

/* ~18px */
.content-wysiwyg h6 {
    font-size: 1rem;
}

.content-wysiwyg li {
    padding-left: 1rem;
    position: relative;
}

.content-wysiwyg li:before {
    content: '★';
    color: #ffb402;
    position: absolute;
    top: 0;
    left: 0
}

.content-wysiwyg table,
.content-wysiwyg .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-collapse: collapse;
}

.content-wysiwyg table>thead,
.content-wysiwyg .table>thead {
    vertical-align: bottom;
}

.content-wysiwyg table> :not(caption)>*>*,
.content-wysiwyg .table> :not(caption)>*>* {
    padding: 0.5rem;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
}

.content-wysiwyg table>tbody>tr:nth-of-type(odd),
.content-wysiwyg .table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    /* zebra-stripe style */
}

.content-wysiwyg hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.rating-stars {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    height: 14px;
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
}

.rating-stars a {
    color: #F78914;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 1.5rem;
}

.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1.5rem;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    font-weight: 900;
    color: #F78914;
}

.rating-stars .star-1 {
    z-index: 10;
}

.rating-stars .star-2 {
    z-index: 9;
}

.rating-stars .star-3 {
    z-index: 8;
}

.rating-stars .star-4 {
    z-index: 7;
}

.rating-stars .start-5 {
    z-index: 6;
}

.rating-stars .star-1:before {
    width: 1.7rem;
}

.rating-stars .star-2:before {
    width: 3.4rem;
}

.rating-stars .star-3:before {
    width: 5.1rem;
}

.rating-stars .star-4:before {
    width: 6.8rem;
}

.rating-stars .star-5:before {
    content: "";
}

.product-reviews-content .comments .img-thumbnail,
.post.single .comments .img-thumbnail {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    background: rgba(33, 33, 33, 0.07);
    text-align: center;
}

.product-reviews-content .comments .img-thumbnail span,
.post.single .comments .img-thumbnail span {
    font-size: 30px;
    line-height: 2;
    font-family: Montserrat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff
}

.product-reviews-content .comments .img-thumbnail img,
.post.single .comments .img-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover
}

.product-reviews-content .comment-list,
.post.single .comment-list {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
}

.ratings-container .ratings::before {
    color: #ffc107
}

.product-reviews-content .comments .comment-list {
    row-gap: 0.5rem;
}

.product-reviews-content {
    padding-bottom: 0
}

.comments .comment-block {
    margin-left: 0
}

.comments .comment-block p {
    white-space: pre-line
}

.shop-single-slider .slider-nav .slick-slide {
    text-align: center;
    opacity: 0.5;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 0.3rem;
}

.shop-single-slider .slider-nav .slick-slide.slick-current {
    opacity: 1;
    border-color: rgb(247, 137, 20);
}

.wpo-breadcumb-wrap {
    white-space: nowrap;
}

.theme-btn-s2 {
    font-size: 1rem;
}

[class*="line-clamp"] {
    display: -webkit-box
}

[type="submit"],
[type="button"] {
    cursor: pointer;
}

header .header-m {
    /*    background-image:url('../images/bg-TrongDong-dbnd.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    /*    background-color:#febe5eff;*/
    background-size: 102% 102%;
}

.main-blue header .header-m {
    background-image: url('../images/6.png')
}

header .page-t-title {
    text-align: center;
    /*text-shadow: rgb(255, 255, 255) 1px 0px 1px, rgb(255, 255, 255) 0px 1px 1px, rgb(255, 255, 255) -1px 0px 1px, rgb(255, 255, 255) 0px -1px 1px, rgb(255, 255, 255) 1px 1px 1px;*/
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

header .page-title {
    text-align: center;
    /*text-shadow: rgb(255, 255, 255) 1px 0px 1px, rgb(255, 255, 255) 0px 1px 1px, rgb(255, 255, 255) -1px 0px 1px, rgb(255, 255, 255) 0px -1px 1px, rgb(255, 255, 255) 1px 1px 1px;*/
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.main-blue header .page-title,
.main-blue header .page-t-title {
    color: #fff;
    text-shadow: none;
    /*rgb(255, 255, 0) 1px 0px 1px, rgb(255, 255, 0) 0px 1px 1px, rgb(255, 255, 0) -1px 0px 1px, rgb(255, 255, 0) 0px -1px 1px, rgb(255, 255, 0) 1px 1px 1px*/

}

.main-gray header .page-title,
.main-gray header .page-t-title {
    text-shadow: none;
}

.document-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.main-red .document-bg {
    background-image: url('../images/dinamod-orange-bg-sm.png')
}

.main-blue .document-bg {
    background-image: url('../images/dinamod-blue-bg-sm.png');
}

.main-gray .document-bg {
    background-image: url('../images/dinamod-gray-bg-sm.png')
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee div {
    animation: marquee 15s linear infinite;
}

.marquee:hover div {
    animation-play-state: paused;
}

button.dl-trigger.bg-sky-400 {
    background-color: rgb(56, 189, 248);
}

button.dl-trigger.bg-amber-400 {
    background-color: rgb(251, 191, 36);
}

button.dl-trigger.bg-gray-500 {
    background-color: rgb(107, 114, 128);
}

.main-red .back-to-top {
    background-color: rgba(237, 51, 0, 0.7);
    border: 2px solid #ed3400;
}

.main-blue .back-to-top {
    background-color: rgba(0, 126, 237, 0.7);
    border: 2px solid #2a58e3;
}

.main-gray .back-to-top {
    background-color: rgba(209, 213, 219, 0.7);
    border: 2px solid rgb(179, 182, 187);
}

.mainfooter .top-footer{
    background-image: url('../images/bg-footer-new.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-gray .mainfooter .top-footer{
    background-image: url('../images/bg-footer-gray.png');
}

.main-gray img.withfilter {
    filter: grayscale(1);
}

.tab-panel-container #tab-video:checked~div.panel>#panel-video,
.tab-panel-container #tab-image:checked~div.panel>#panel-image,
.tab-panel-container #tab-infographic:checked~div.panel>#panel-infographic {
    display: grid;
}

.swiper-button.style-1 {
    width: 30px;
}

.swiper-button.style-1.swiper-button-next {
    right: 0;
    border-right: 0;
    border-radius: 15px 0 0 15px;
}

.swiper-button.style-1.swiper-button-prev {
    left: 0;
    border-left: 0;
    border-radius: 0 15px 15px 0;
}

.page-wrapper {
    overflow: visible;
}

#lightbox.show {
    opacity: 1;
}

#lightbox.hide {
    opacity: 0;
    pointer-events: none;
}

.lightboxImg.show {
    opacity: 1;
    transform: scale(1);
}

.lightboxImg.hide {
    opacity: 0;
    transform: scale(0.95);
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    width: calc(100vw - 100px);
    min-width: 360px;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background-color: #0284c7
}

.play-btn .fa-pause-circle {
    display: none;
}

.play-btn.playing .fa-play-circle {
    display: none;
}

.play-btn.playing .fa-pause-circle {
    display: inline;
}

.container-delegate-card-grid {
    position: relative;
    background-color: white;
    margin: 1rem 0;
    overflow: visible;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    width: 23% !important;
    transition: all 0.3s ease;
}

.container-delegate-card-list {
    position: relative;
    background-color: white;
    margin: 1rem 0;
    overflow: visible;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    width: 100% !important;
    transition: all 0.3s ease;
}


@media (max-width: 767px) {
    .main .wraper {
        overflow: hidden;
    }

    header .header-m {
        background-size: cover;
    }

    header .page-t-title {
        letter-spacing: 0px;
    }

    header .page-title {
        letter-spacing: 0.5px;
    }

    #dl-menu .dl-trigger {
        right: -2px;
    }
    .mainfooter .top-footer{
        background-image:none
    }
}

@media (min-width: 576px) {


    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {


    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    body {
        line-height: 1.6
    }

    .content-wysiwyg h1 {
        font-size: 2.18rem
    }

    .content-wysiwyg h2 {
        font-size: 1.75rem
    }

    .content-wysiwyg h3 {
        font-size: 1.53rem
    }

    .content-wysiwyg h4 {
        font-size: 1.3rem
    }

    .content-wysiwyg h5 {
        font-size: 1.1rem
    }

    .content-wysiwyg h6 {
        font-size: 0.875rem
    }


}

@media (max-width: 380px) {
    .container-delegate-card-grid {
        width: 100% !important;
    }
}