/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/****************************** ROOT ******************************/
html {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 62.5% !important;
}
body {
    line-height: 1.5 !important;
}

.page-wrapper {
    padding-top: 15px;
}

.widget_media_image img {
    width: 100%;
}

.page-numbers> li {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 1px;
    margin: 0 .5rem  !important;
}

.page-numbers> li .current {
    background: #e68209;
}

.page-numbers .page-number {
    font-size: 1.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    min-width: 3rem;
    border: none;
    border-radius: 2px;
    background: linear-gradient(0deg, #dadada 0%, #e4e4e4 100%);
}

.absolute-footer {
    font-size: 1.6rem;
}

p,
div,
span,
a,
li {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.is-box-shadow {
    box-shadow: 0px 0px 4px #d7d7d7 !important;
    -moz-box-shadow: 0px 0px 4px #d7d7d7 !important;
    -webkit-box-shadow: 0px 0px 4px #d7d7d7 !important;
}

.is-col-bordered > .col-inner {
    border: 1px solid #d7d7d7;
    padding: 1px;
    background-color: #fff;
}

.rank-math-breadcrumb {
    background-color: #f0f0f0;
    height: 34px;
}

.rank-math-breadcrumb * {
    font-size: 1.6rem;
    color: #fff;
}

.rank-math-breadcrumb p {
    display: inline-block;
    margin-bottom: 0;
    padding: 0.5rem 1.2rem;
    font-size: 1.6rem;
    color: #fff;
    background: #f7941d;
    position: relative;
    z-index: 1;
    padding-right:75px;
    text-transform: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:-webkit-fill-available;;
}

.rank-math-breadcrumb p::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background: url(/wp-content/uploads/2023/07/TopBarTitleRight.jpg) no-repeat center/cover;
}

.page-inner-content-wrapper {
    border: 1px solid #d7d7d7;
    padding: 1px;
    background-color: #fff;
}

.page-inner-content {
    padding: 3rem 1rem 0;
    background-color: #fff;
}

.wpcf7-spinner {
    display: none;
}

/****************************** END ROOT ******************************/

/****************************** HEADER ******************************/

.header-nav > .menu-item {
    margin: 0;
    position: relative;
}

.header-nav > .menu-item::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: url(/wp-content/uploads/2023/07/menu-divider.jpg) no-repeat center/100% 100%;
}

.header-nav > .menu-item > .nav-top-link {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
}

.header-nav > .menu-item.active > .nav-top-link {
    background: #3f3b3c;
}

.header-bottom-nav > li > a {
    line-height: unset !important;
}

.header-hotline {
	border: solid 1px #ddd;
    border-radius: 5px;
    display: flex;
    padding: 4px 25px 4px 0;
    position: relative;
	align-items:center;
}

.header-hotline i {
	display: flex;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    border: solid 1px #ddd;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	transform: translateX(-18px);
    color: #ff7b02;
    background: #fff;
}

.header-hotline a {
    color: #ff7b02;
	font-style:italic;
	font-weight:600;
	font-size: 18px;
}

.header-social-icons {
    display: flex;
    align-items: center;
	gap:4px
}


.header-search-form-wrapper .search-field {
    border-radius: 5px !important;
} 



.header-search-form-wrapper button[type="submit"] i {
	font-size:12px !important
}


/****************************** END HEADER ******************************/

/****************************** FOOTER ******************************/

#footer .footer-section * {
    color: #fff;
}

#footer .footer-section h3 {
    font-size: 1.8rem;
}

.footer-section .company-info-col {
    background: url(/wp-content/uploads/2023/07/FooterBg.jpg) no-repeat top left/150px;
}
.footer-section .table-info td {
    border: none;
}

.footer-section .table-info tr th {
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
}
.footer-section .table-info tr th:not(:last-child) {
    border-right: 1px solid #000;
}

.footer-section .table-info tr td {
    padding: 0 8px;
    vertical-align: top;
}

.footer-section .table-info tr td:not(:last-child) {
    border-right: 1px solid #000;
}

.footer-section .statistical-col {
    text-align: right;
}

.footer-section .statistical-col .sidebar-wrapper .widget-title {
    font-size: 1.6rem;
    width: 100%;
    display: block;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
}

.footer-section .statistical-col .sidebar-wrapper .widget-title + .is-divider {
    display: none;
}

.footer-section #mvccount {
    display: none !important;
}

.footer-section #mvctable tr td {
    text-align: right !important;
    border: none;
    font-size: 1.6rem;
}


#footer .footer-section .company-info-col .row-solid > .col:before,
#footer  .footer-section .company-info-col .row-solid > .col:after {
    border-color: #000 !important;
}

/****************************** END FOOTER ******************************/

/****************************** PAGE SIDEBAR ******************************/

.page-sidebar .widget,
.post-sidebar .widget {
    background: #ffffff;
    box-shadow: 0px 0px 4px #d7d7d7;
    -moz-box-shadow: 0px 0px 4px #d7d7d7;
    -webkit-box-shadow: 0px 0px 4px #d7d7d7;
}

.page-sidebar .widget .widget-title,
.post-sidebar .widget .widget-title {
    background: url(/wp-content/uploads/2023/07/TopBarSubBox.jpg) no-repeat center/cover;
    font: bold 1.6rem Arial;
    color: #ffffff;
    padding:1rem 1.2rem;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}

.post-sidebar .widget .widget-title + .is-divider {
    display: none;
}

.page-sidebar .widget .textwidget,
.post-sidebar .widget .textwidget {
    background: #231f20;
}
.page-sidebar .widget .textwidget ul li,
.post-sidebar .widget .textwidget ul li {
    margin: 0;
}

.page-sidebar .widget .textwidget ul li a,
.post-sidebar .widget .textwidget ul li a {
    padding-left: 1.2rem;
    border-bottom: solid 1px #2c2728;
    display: block;
    font-size: 1.6rem;
    color: #ffffff;
    padding: 0.4rem 0.4rem 0.4rem 1.2rem;
}

.page-sidebar .widget .textwidget ul li a::before,
.post-sidebar .widget .textwidget ul li a::before {
    content: '\f069';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    color: #f7941d;
    position: relative;
    top: -2px;
    margin-right: 8px;
}


.page-sidebar .widget .support-item,
.post-sidebar .widget .support-item{
	border-bottom:1px dotted #ddd;
	display: flex;
    align-items: center;
	justify-content:space-evenly;
    gap: 4px;
	margin-bottom:15px;
	padding-bottom:10px
}

.support-item--hotline a {
	font-size:18px;
	color:#ff7b02;
	font-weight:600
}

.page-sidebar .support-row .img,
.post-sidebar .support-row .img {
    margin-bottom: 0;
}

.page-sidebar .support-row .support-list,
.post-sidebar .support-row .support-list {
    padding: 8px 9px 3px;
}

.page-sidebar .support-row .support-list .support-item,
.post-sidebar .support-row .support-list .support-item {
    padding: 8px 0px;
}

.page-sidebar .support-row .support-list .support-item:not(:last-child),
.post-sidebar .support-row .support-list .support-item:not(:last-child) {
    border-bottom: 1px dotted #656565;
}

.page-sidebar .support-row .support-list .support-item .support-item--title,
.post-sidebar .support-row .support-list .support-item .support-item--title {
    font-size: 1.5rem;
    color: #656565;
}

.page-sidebar .support-row .support-list .support-item .support-item--info-wrapper p,
.post-sidebar .support-row .support-list .support-item .support-item--info-wrapper p {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #656565;
}


.post-sidebar .featured_courses {
    background: #fff; 
}

.post-sidebar .featured_courses .post-title {
    font: normal 1.5rem Arial;
    color: #8a8a8a;
    line-height: 18px;
    padding-left: .8rem;
}

.post-sidebar .featured_courses .block-title-wrapper ,
.post-sidebar .featured_courses .post-content ,
.post-sidebar .featured_courses  .view-all{
    display: none;
}

.post-sidebar .featured_courses ul li  {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0;
}

.post-sidebar .featured_courses ul li .post-box {
    display: flex !important;
    flex-direction: row-reverse;
    border-bottom: 1px dotted #e7e7e7 !important;
    padding: 1.5rem 1.2rem !important;
}

.post-sidebar .featured_courses ul li .post-box::before {
    content: none !important;
}

.post-sidebar .featured_courses ul li .post-box .post-thumbnail {
    max-width: 35%;
}

/****************************** END PAGE SIDEBAR ******************************/

/****************************** HOME PAGE ******************************/
.home .page-inner-content {
    padding: 0;
    background: transparent;
}
.banner-row {
    padding: 3px;
    border: solid 1px #d7d7d7;
    margin-bottom: 1rem;
}
.home .album-col > .col-inner {
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
    padding: 1rem;
}
.home .album-col > .col-inner::before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 5rem;
    z-index: 10;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2023/07/GallerryTopLeft.png) no-repeat center/cover;
}

.home .album-col h2 {
    font-size: 1.8rem;
    color: #e68209;
    padding: 0px 1.2rem 0px 5rem;
    margin-bottom: 1.5rem;
}

.home .schedule-col h2 {
    background: url(/wp-content/uploads/2023/07/TopBarSubBox.jpg) no-repeat center/cover;
    font: bold 1.6rem Arial;
    color: #ffffff;
    padding: 1rem 1.2rem;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}

.home .schedule-col .post-item {
    padding-bottom: 0;
}

.home .schedule-col .post-item .box-image {
    display: none;
}

.home .schedule-col .post-item .box-text {
    padding: 1.2rem 1.5rem;
}

.home .schedule-col .post-item .post-title,
.home .schedule-col .post-item .post-meta {
    display: inline-block;
}

.home .schedule-col .post-item .post-title {
    font: bold 12px Arial;
    color: #656565;
    line-height: 16px;
    text-transform: uppercase;
}

.home .schedule-col .post-item .post-title::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #05df04;
    margin-right: 4px;
}
.home .schedule-col .post-item .post-meta::before {
    content: '(Ngày đăng: ';
}
.home .schedule-col .post-item .post-meta::after {
    content: ')';
}

.home .schedule-col .post-item .is-divider {
    display: none;
}

.home .schedule-col .button span::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: 2px;
}

.home .featured_courses .block-title-wrapper {
    background: #f0f0f0;
}

.home .featured_courses .post-content-title-wrapper {
    background: #eee;
}

.home .featured_courses h2 {
    background: #f7941d;
    width: max-content;
    font: bold 1.6rem Arial;
    color: #ffffff;
    padding: 1rem 7.5rem 1rem 1.2rem;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.home .featured_courses h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75px;
    background: url(/wp-content/uploads/2023/07/TopBarTitleRight.jpg) no-repeat center/cover;
}

.home .featured_courses ul {
    list-style: none;
    padding: 2.4rem 0 0 0;
    margin: 0;
}
.home .featured_courses ul li {
    margin: 0;
}

.home .featured_courses ul li .post-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.home .featured_courses ul li .post-box .post-title {
    width: 100%;
    border-bottom: 1px dotted #e7e7e7;
    font: bold 1.6rem Arial;
    color: #e68209;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.home .featured_courses ul li .post-box .post-thumbnail {
    width: 35%;
}
.home .featured_courses ul li .post-box .post-thumbnail img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.home .featured_courses ul li .post-box .post-content {
    width: 65%;
    padding-left: 1rem;
}

.home .featured_courses ul li .post-box .post-content .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #656565;
    line-height: 19px;
    text-align: justify;
}

.home .featured_courses ul li .post-box .post-content .read-more-btn-wrapper {
    display: flex;
    justify-content: end;
}

.home .featured_courses ul li .post-box .post-content .read-more-btn-wrapper button {
    margin: 0;
    font: normal 1.5rem Arial;
    color: #0050be;
    text-decoration: underline;
	padding:0
}

.home .featured_courses .view-all {
    display: flex;
    justify-content: end;
    padding: 0 1.5rem 1.5rem;
}

.home .featured_courses .view-all a {
    font: normal 1.6rem Arial;
    color: #e68209;
}

.home .featured_courses .view-all a::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: 2px;
}

/****************************** END HOME PAGE ******************************/


/****************************** END INTRODUCE PAGE ******************************/
.introduce-post-row .box-blog-post .box-text {
    vertical-align: top;
}

.introduce-post-row .box-blog-post  .box-image .image-cover {
    padding-top: 80% !important;
    width: 80%;
    margin: 0 auto;
}

.introduce-post-row .box-blog-post:hover .box-text .post-title{
    color: #e68209;
}

.introduce-post-row .box-blog-post .box-text .post-title {
    font-size: 1.6rem;
    color: #706b65;
}

.introduce-post-row .box-blog-post .box-text .post-title  + .is-divider{
    display:
    none
}

.introduce-post-row .box-blog-post .box-text .from_the_blog_excerpt {
    color: #706b65;
    line-height: 18px;
    margin-top: 3px;
    text-align: justify;
}

.introduce-post-row .box-blog-post .box-text .button {
    font: normal 1.5rem Arial;
    color: #0050be;
    text-decoration: underline;
    float: right;
}

.introduce-post-row .box-blog-post .box-text .button:hover {
    color: #e68209;
}
/****************************** END INTRODUCE PAGE ******************************/

/****************************** CONTACT PAGE ******************************/

.form-fields-wrapper .form-field-item input {
    height: 3.6rem;
}
.form-fields-wrapper .form-field-item input,
.form-fields-wrapper .form-field-item textarea {
    box-shadow: none;
    margin-bottom: 1.8rem;
}

.form-fields-wrapper .form-field-item input:focus,
.form-fields-wrapper .form-field-item textarea:focus {
    border:1px solid #000;
}

.form-fields-wrapper .form-field-item.submit-field input {
    font-size: 1.6rem;
    text-transform: initial;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(204, 204, 204, 1) 100%);
    min-height: unset;
    line-height: 1.5;
    padding: 0.2rem 4rem;
    border-radius: 0.4rem;
    color: #3f3b3c;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    box-shadow: none;
}

.form-fields-wrapper .form-field-item.submit-field input:hover {
    color: #fff;
    background: #f7941d;
    opacity: 1;
    box-shadow: none;
    outline: none;
}
/****************************** END CONTACT PAGE ******************************/

/****************************** NEWS CATE PAGE ******************************/

.cate-posts-row .cate-posts-col {
    margin-bottom: 10px;
}
.cate-posts-col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
}

.cate-posts-row .cate-posts-col h2 {
    width: max-content;
    margin-bottom: 0;
    padding: 0.7rem 1.2rem;
    font-size: 1.6rem;
    color: #fff;
    background: #f7941d;
    position: relative;
    z-index: 1;
    padding-right: 7.5rem;
}
.cate-posts-row .cate-posts-col h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75px;
    background: url(/wp-content/uploads/2023/07/TopBarTitleRight.jpg) no-repeat center/cover;
}

.cate-posts-row .cate-posts-col .cate-posts-col-title a {
    color: #e68209;
    padding: 0.7rem 1.2rem;
    font-size: 1.6rem;
}

.cate-posts-row .cate-posts-col .cate-post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding-top: 2rem;
    margin-bottom: 0;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item {
    padding: 0 12px 0;
    margin: 0 0 12px;
}
.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #d7d7d7;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item:last-child a,
.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item:nth-last-child(2) a {
    border: none;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--img-wrapper {
    width: calc(45% - 8px);
    aspect-ratio: 3/2;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--img-wrapper img {
    width: 100%;
    height: 100%;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--text-wrapper {
    width: calc(55% - 8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--title {
    font: bold 1.6rem Arial;
    color: #e68209;
    width: 100%;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.cate-posts-row .cate-posts-col .cate-post-list .cate-post-item a .post-item--text-wrapper button {
    width: max-content;
    margin: 0;
    text-decoration: underline;
    color: #0050be;
    align-self: end;
    font-size: 1.4rem;
    padding: 0;
}

/****************************** END NEWS CATE PAGE ******************************/

/****************************** ARCHIVE PAGE ******************************/
.blog-archive .post-item > .col-inner {
    padding: 0 16px;
}
.blog-archive .post-item a.post-box {
    display: flex;
    border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 20px;
}

.blog-archive .post-item:last-child a.post-box {
    border-bottom: none;
}

.blog-archive .post-list-row {
    padding: 24px;
}

.blog-archive .post-list-row .post-item .post-thumbnail {
    width: 35%;

}

.blog-archive .post-list-row .post-item .post-thumbnail img {
    object-fit: cover;
    aspect-ratio: 4/3;
}

.blog-archive .post-list-row .post-item .post-content {
    width: 65%;
    padding-left: 2rem;
}

.blog-archive .post-list-row .post-item .post-content .post-title {
    color: #706b65;
    font-size: 1.6rem;
}

.blog-archive .post-list-row .post-item .post-content .post-title:hover {
    color: #f7941d;

}

.blog-archive .post-list-row .post-item .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    min-height: 10rem;
    color: #706b65;
}

.blog-archive .post-list-row .post-item .post-content .read-more-btn-wrapper {
    text-align: right;
}

.blog-archive .post-list-row .post-item .post-content .read-more-btn-wrapper button {
    margin: 0;
    text-decoration: underline;
    color: #0050be;
    font-size: 1.5rem;
}
.blog-archive .post-list-row .post-item .post-content .read-more-btn-wrapper button:hover {
    color: #f7941d;
}

/****************************** END ARCHIVE PAGE ******************************/

/****************************** BLOG SINGLE ******************************/

.blog-single .entry-content p,
.blog-single .entry-content div,
.blog-single .entry-content span,
.blog-single .entry-content a,
.blog-single .entry-content li {
    font-size: 1.6rem;
}
.blog-single article {
    padding: 1.2rem 1.4rem;
    margin-bottom: 0;
}

.blog-single article .entry-title {
    font-size: 2.4rem;
    color: #f7941d;
}

.blog-single article .entry-content .single-post-content {
    font-size: 1.6rem;
    padding-top: 0;
}

.blog-single article .single-post-thumbnail {
    max-width: 35%;
    float: left;
    margin-right: 2rem;
    aspect-ratio: 4/3;
    margin-bottom: 1rem;
}

.blog-single article .single-post-thumbnail img {
    height: 100%;
    object-fit: cover;
}

.blog-single article .single-post-title {
    color: #f7941d;
    font-size: 2.4rem;
    font-family: 'Times New Roman', Times, serif;
}

.blog-single .single-post-meta {
    font-size: 1.6rem;
    color: #656565;
    border-bottom: 4rem solid #ededed;
    margin-bottom: 1rem;
}

.blog-single .single-post-footer-actions {
    border-bottom: 1px dotted #d7d7d7;
    display: flex;
    justify-content: end;
	flex-wrap: wrap-reverse;
}
.blog-single .single-post-footer-actions button {
    margin: 0;
    padding: 0 10px;
    font-size: 1.5rem;
    color: #818181;
    display: flex;
    align-items: center;
}
.blog-single .single-post-footer-actions button a {
    color: #818181;
    font-size: 1.5rem;
}

.blog-single .single-post-footer-actions button i {
    color: #f7941d;
    margin-right: 0.4rem;
}

.blog-single .custom_related_posts {
    margin-top: 1rem;
}

.blog-single .custom_related_posts h3 {
    font-size: 1.8rem;
    color: #626262;
}

.blog-single .custom_related_posts ul li {
    list-style-type: none !important;
    margin-left: 0;
    font-size: 1.6rem;
}

/****************************** END BLOG SINGLE******************************/

/****************************** TRAINING ARCHIVCE PAGE ******************************/
.training-list-row {
    list-style: none;
}

.training-list-row .training-item > a:hover .training-item-title {
    color: #f7941d;
}

.training-list-row .training-item .training-item-img {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.training-list-row .training-item .training-item-title {
    font-size: 1.6rem;
    color: #4c4c4c;
    text-align: center;
    padding: 1rem 0;
    transition: color 0.2s ease;
}

/****************************** END TRAINING ARCHIVE PAGE ******************************/

/****************************** PHOTO LIBRARY PAGE ******************************/
.page-photo-library .page-inner-content .post-item .post-thumbnail {
    background: url(/wp-content/uploads/2023/07/PhotoAlbumBg.jpg) no-repeat center/cover;
    width: 298px;
    height: 212px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.page-photo-library .page-inner-content .post-item .post-thumbnail img {
    width: 271px;
    height: 171px;
    margin-top: 20px;
}
.page-photo-library .page-inner-content .post-item .post-content {
    text-align: center;
}

.page-photo-library .page-inner-content .post-item .post-content .post-title {
    font: bold 1.6rem Arial;
    color: #f7941d;
    padding: 0px 20px;
}

.page-photo-library .page-inner-content .post-item .post-content {
    color: #717171;
}

/****************************** END PHOTO LIBRARY PAGE******************************/

/****************************** END SINGLE PHOTO LIBRARY PAGE******************************/
.single-page-photo-library .page-inner-content .post-title {
    font: bold 1.6rem Arial;
    color: #f7941d;
    margin-bottom: 0;
}

.single-page-photo-library .page-inner-content .post-meta * {
    color: #767676;
    font-size: 1.4rem;
}

.single-page-photo-library .page-inner-content .post-feature-image {
    display: flex;
    justify-content: center;
}

.single-page-photo-library .page-inner-content .post-feature-image img {
    max-width: 324px;
    border: solid 2px #f7941d;
    margin: 30px 0;
}

.single-page-photo-library .page-inner-content .gallery-col .col-inner {
    border: solid 2px #f7941d;
}

/****************************** END SINGLE PHOTO LIBRARY PAGE******************************/

/****************************** VIDEO PAGE******************************/
.page-video .page-inner-content > .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.page-video .page-inner-content > .row > .post-item:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    max-width: 60%;
    margin: auto;
}

.page-video .page-inner-content > .row > .post-item:first-child .post-thumbnail {
    border: solid 2px #f7941d;
}

.page-video .page-inner-content > .row > .post-item .post-thumbnail {
    position: relative;
}

.page-video .page-inner-content > .row > .post-item:not(:first-child) .post-thumbnail::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/07/playIcon.png) no-repeat center/cover;
}

.page-video .page-inner-content > .row > .post-item .post-thumbnail img {
    aspect-ratio: 3/2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: #fff;
    padding: 2px;
    border: solid 1px #dddddd;
}

.page-video .page-inner-content > .row .post-item .post-content {
    text-align: center;
}

.page-video .page-inner-content > .row .post-item .post-content .post-title {
    height:5rem;
    font-size: 1.6rem;
    margin: 0.8rem 0;
    color: #f7941d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-video .page-inner-content > .row .post-item .post-content {
    color: #8d8d8d;
}

.page-video .page-inner-content > .row .post-item .post-content time,
.page-video .page-inner-content > .row .post-item .post-content span {
    font-size:1.4rem;
}
/****************************** END VIDEO PAGE******************************/

/****************************** SINGLE VIDEO PAGE******************************/
.single-page-video .single-post-content > .col {
    max-width: 60%;
    margin: auto;
}

.single-page-video .single-post-content > .col .video {
    border: solid 2px #f7941d;
    margin-bottom: 0;
}

.single-page-video .single-post-content > .col .post-title {
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0.8rem 0;
    color: #f7941d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.single-page-video .single-post-content > .col .post-meta {
    color: #8d8d8d;
    text-align: center;
}

.single-page-video .custom_related_posts {
    padding: 0 15px;
}

.single-page-video .custom_related_posts ul {
    list-style: none;
}

.single-page-video .custom_related_posts ul li .post-thumbnail img {
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 2px;
    border: solid 1px #dddddd;
}
.single-page-video .custom_related_posts ul li .post-thumbnail {
    position: relative;
}

.single-page-video .custom_related_posts ul li .post-thumbnail::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/07/playIcon.png) no-repeat center/cover;
}

.single-page-video .custom_related_posts ul li .post-title a {
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0.8rem 0;
    color: #f7941d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.single-page-video .custom_related_posts ul li .post-meta {
    font: normal 1.6rem Arial;
    color: #8d8d8d;
    line-height: 18px;
    text-align: center;
}
/****************************** END  SINGLE VIDEO PAGE******************************/

@media only screen and (max-width: 848px) {
    /*************** ADD TABLET ONLY CSS HERE  ***************/


    #main-menu .sidebar-menu .nav-sidebar li a {
        font-size: 1.4rem;
    }

    .cate-posts-row .cate-posts-col .cate-post-list {
        grid-template-columns: 1fr;
    }

    .blog-single article .single-post-thumbnail {
        max-width: 100%;
        float: none;
        margin-right: 0;
        aspect-ratio: 4/3;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .blog-archive .post-list-row .post-item .post-excerpt {
        min-height: 3rem;
        -webkit-line-clamp: 2;
    }

    .page-video .page-inner-content > .row > .post-item:first-child{
        max-width: 100%;
        grid-column-start: unset; 
        grid-column-end: unset
    }

    .page-video .page-inner-content > .row {
        display: grid;
        grid-template-columns: 1fr ;
    }
    
    .single-page-video .single-post-content > .col {
        max-width: 100%;
        margin: auto;
    }

    #footer .footer-section .company-info-col .row-solid > .col:before,
    #footer  .footer-section .company-info-col .row-solid > .col:after {
        border: none !important;
    }
	
	.sidebar-menu .custom.html_top_right_text {
		margin-left:20px 
	}

}
