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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --pri: #ff0000;
    --prithin: #ff000024;
    --second: #000;
    --blue: #006bd3;
    --black: #000;
    --white: #fff;
    --444: #444;
    --666: #666;
    --eee: #eee;
    --ddd: #ddd;
}

/*========================== GENERAL DATA =====================================*/

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_standard.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_Cond_Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_bold_italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.category-news-events .mega_products,
.category-solutions .mega_products,
.category-tin-tuc-su-kien .mega_products,
.category-giai-phap .mega_products {
    display: none;
}

/*Fix tam khi chua co host =======================================*/
table .mejs-container, table .wp-video{
width:100% !important;
}

.singular_content table tr td{
	vertical-align: top;
}

.preview_content a.button{
	z-index: 9999;
}

.single-product .page-wrapper{
	padding-top: 0;
}
.singular_banner.has_hero_banner{
	position: relative;
}
.singular_banner.has_hero_banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
    content: '';
}
/* End fix tam ======================================= */


/*about page*/
.page-id-2 .mega_products,
.page-id-978 .mega_products
{
    display: none !important;
}
/*end about page*/


/*single news + solution direct from  home*/
.wrap_megamenu.single_parent .mega_products{
    display: none;
}
/*single news + solution direct from  home*/


/*fix contact page menu product*/


/*CONTACT FROM HOME*/
.page-id-24 .mega_products,
.page-id-403 .mega_products
{
    display: none;
}
/*CONTACT FROM HOME*/

/*contact zwsoft*/
.page-id-1447 .wrap_megamenu,
.page-id-1481 .wrap_megamenu
{
    grid-template-columns: 1fr;
}
.page-id-1447 .mega_cat.mega_cat_34 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-id-1447 .mega_cat.mega_cat_34 a:first-child {
    grid-column: 1 / -1;
}

.page-id-1447 .mega_cat,
.page-id-1481 .mega_cat{
    display: none;
}

.page-id-1481 .mega_cat.mega_cat_43 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
.page-id-1481 .mega_cat.mega_cat_43 a:first-child {
    grid-column: 1 / -1;
}



    /*vi*/
.page-id-1458 .wrap_megamenu {
    grid-template-columns: 1fr;
}

.page-id-1458 .mega_cat.mega_cat_43 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-id-1458 .mega_cat.mega_cat_43 a:first-child {
    grid-column: 1 / -1;
}

.page-id-1458 .mega_cat {
    display: none;
}

/*vi*/


/*contact camwork*/
.page-id-1449 .wrap_megamenu {
    grid-template-columns: 1fr;
}

.page-id-1449 .mega_cat.mega_cat_35 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-id-1449 .mega_cat.mega_cat_35 a:first-child {
    grid-column: 1 / -1;
}

.page-id-1449 .mega_cat {
    display: none;
}

/*vi*/
.page-id-1465 .wrap_megamenu {
    grid-template-columns: 1fr;
}

.page-id-1465 .mega_cat.mega_cat_49 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-id-1465 .mega_cat.mega_cat_49 a:first-child {
    grid-column: 1 / -1;
}

.page-id-1465 .mega_cat {
    display: none;
}

/*vi*/
/*contact camwork*/

/*fix contact page menu product*/

/*category brand*/
.wrap_megamenu.is_brand_cat {
    grid-template-columns: 1fr;
}

.wrap_megamenu.is_brand_cat .mega_cat.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*gap: 20px;*/
    /*padding: 20px;*/
}

.wrap_megamenu.is_brand_cat .mega_cat.active a:first-child {
    grid-column: 1 / -1;
}

#masthead {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;  
}

#masthead.webloaded {
    opacity: 1;
}

.flex_vertical {
    align-items: center;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-0, .pt-0 .col {
    padding-top: 0;
}

.pb-0, .pb-0 .col {
    padding-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

/*========================== END GENERAL DATA =====================================*/


/*========================== SPECIAL DATA =====================================*/

/*Hide software menu for all without category 3d connextion*/
.term-3d-connexion li.software {
    display: block;
}

li.software {
    display: none;
}

/*========================== END SPECIAL DATA =====================================*/


/*========================== HEADER =====================================*/

.off-canvas-left .mfp-content {
    --drawer-width: 100% !important;
}

.sidebar-menu a{
    color: var(--black) !important;
    font-size: 1.2rem !important;
}
.category_hidden {
    display: none;
}

/*#masthead  .flex-left .header-nav-main.nav-left{*/
/*    justify-content: start;*/
/*}*/

a.neon_btn {
    width: 119.16px;
}
li.has-dropdown.header-language-dropdown{
    width: 85.67px;
}
#masthead  .flex-left .header-nav-main > li{
    width: 90px;
}

.wrap_megamenu.category_active .mega_cat.active > a {
    grid-column: 1 / -1;
}

.wrap_megamenu.category_active .mega_cat.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*gap: 20px;*/
    /*padding: 20px;*/
}

.wrap_megamenu.category_active {
    grid-template-columns: 1fr;
}

/*menu product mobile*/
#menu-popup-menu button.toggle {
    opacity: 1;
    color: var(--white);
}

span.header_vertical_menu_icon {
    margin-left: 10px;
    width: 12px;
    height: 30px;
    position: relative;
    display: block !important;
    text-align: right;
    /*transition: all 500ms;*/
}

span.mobile_menu_img {
    display: block;
    position: relative;
    top: -2px;
    line-height: 15px;
    text-align: left;
    padding-left: 3px;
    font-family: 'THIENDUC_Fonts';
}

span.header_vertical_menu_icon:before, span.header_vertical_menu_icon:after {
    width: 21px;
    background: var(--pri);
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    top: 4px;
    right: 0;
    content: "";
    position: absolute;
    margin-right: 0;
}

.wrap_mobile_menu_right {
    /* display: flex; */
    display: none;
}

span.header_vertical_menu_icon:after {
    bottom: 5px;
    top: auto;
}

span.header_vertical_menu_iconimg {
    height: 27px;
    text-align: right;
}

span.header_vertical_menu_icon i.icon_menu {
    width: 27px;
    background: var(--pri);
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 16px;
    margin-top: -2px;
    left: -15px;
}

/*end menu product mobile*/


/*a.quote {*/
/*    display: block;*/
/*    background: var(--pri);*/
/*    padding: 15px 30px !important;*/
/*    border-radius: 10px;*/
/*    font-size: 1.1rem !important;*/
/*    color: var(--white) !important;*/
/*}*/

li.header-search.header-search-lightbox {
    padding-right: 30px;
}

.header-wrapper.stuck .nav-right .header-language-dropdown:before {
    top: 18px
}

.header-wrapper:not(stuck) .nav-right .header-language-dropdown:before {
    opacity: 1 !important;
    border-bottom-color: transparent !important;

    background: url("assets/img/global.svg");
    width: 18px !important;
    height: 18px !important;
    background-size: cover;
    background-repeat: no-repeat;
    left: -22px !important;
    top: 8px;

    border-width: 0 !important;
    margin-left: 0 !important;
}

.nav-right li ul.nav-dropdown li {
    transition: background-color 0.5s ease;
    background: var(--white);
}

.nav-right li ul.nav-dropdown li:hover {
    background: #eee;
    transition: background-color 0.5s ease;
}

.nav-right li ul.nav-dropdown {
    padding: 0;
    border: 0px solid #ddd;
    min-width: 120px !important;
    text-align: right;
}

.nav-right li i.icon-angle-down,
.nav-right li .icon-image,
.nav-right li .image-icon {
    display: none !important;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes animate2 {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}

@keyframes animate3 {
    0% {
        right: -100%;
    }
    50%, 100% {
        right: 100%;
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}


.ue-btn {
    display: flex;
    align-items: center;
}

.neon_btn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--pri));
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

.neon_btn span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--pri));
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

.ue-btn-txt {
    font-size: 1.1rem;
    color: var(--pri)
}


.neon_btn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--pri));
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

.neon_btn span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--pri));
    animation: animate1 1s linear infinite;
}

.neon_btn span {
    position: absolute;
    display: block;
}

.neon_btn {
    transition: 500ms all;
    font-weight: 400;
    /*color: var(--white) !important;*/
    padding: 23px 30px !important;
    /*background: var(--pri);*/
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
    overflow: hidden;
}

.stuck .neon_btn {
    padding: 13px 30px !important;
}

a.neon_btn:hover {
    background: var(--prithin);
    transition: 500ms all;
}


.flex-left ul.header-nav-main > li {
    margin: 0 30px;
}

/*=== MEGA MENU ===*/
.wrap_megamenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.wrap_megamenu.wrap_in_tax {
    display: flex !important;
}

.home .mega_products {
    display: none;
}

span.mega_cat_title {
    display: block;
    color: var(--blue);
    font-size: 1.3rem;
    text-transform: uppercase;
}

span.product_title, .mega_products a {
    color: var(--444);
}

.wrap_megamenu .mega_products {
    transition: background-color 0.5s ease;
    background: var(--white);
    padding: 10px;
}

a.mega_seemore {
    padding-left: 10px;
    font-size: 13px;
}

span.mega_cat_title {
    padding-left: 10px;
}

.mega_products:hover {
    background: #eee;
    transition: background-color 0.5s ease;

}

.wrap_megamenu .product_content {
    line-height: 17px;
    font-size: 14px;
    opacity: 0.8;
}

.wrap_megamenu .product_title {
    margin: 0;
    font-size: 14px;
}

/*=== END MEGA MENU ===*/

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


/* fix trang news EN */
.category-1 .hcl-camworks-en,
.category-1 .zwsoft-en,
.category-solutions .zwsoft-en,
.category-solutions .hcl-camworks-en,
{
    display: none;
}


.wrap_category.flickity-enabled {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.wrap_category {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wrap_category .cat_thumb img {
    width: 164px;
    height: 164px;
    object-fit: cover;
    border-radius: 50%;
}

.images_cat a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.images_cat {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
}

.cat_short_des {
    line-height: 1.3rem;
    margin-top: 10px;
    color: var(--444);
    padding: 0 15px;
    text-align: center;
}

.hp-product-frame:hover, .images_cat:hover .hp-product-frame {
    transform: rotate(180deg) !important;
    transition: all ease-in-out .5s;
}

.hp-product-frame {
    transition: all ease-in-out .5s;
    background: url(assets/img/product_frame.png) center center no-repeat;
    background-size: cover !important;
    height: 200px;
    width: 200px;
    position: absolute;
}

.images_cat .cat_name a:after {
    content: '';
    background: #00000038;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
}

.images_cat .cat_name a {
    position: relative;
}

.images_cat .cat_name {
    position: absolute;
    font-weight: bold;
    color: var(--white);
    font-size: 1.3rem;
    text-shadow: 1px 1px 5px var(--black);
    z-index: 9;
    padding: 0 20px;
    line-height: 1.5rem;
}

.wrap_category .flickity-prev-next-button.previous {
    left: -3%;
}

.wrap_category .flickity-prev-next-button.next {
    right: -3%;
}

.wrap_category button.flickity-button {
    color: var(--pri);
    opacity: 1;
}

.wrap_category .cat_thumb {
    position: relative;
    flex-basis: 20%;
    max-width: 20%;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.custom_title1.text-left h2,
.custom_title1.text-center h2 {
    position: relative;
    margin-bottom: 50px;

}

.custom_title1.text-center h2:after {
    content: '';
    height: 2px;
    background-color: var(--blue);
    width: 80px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.custom_title1.text-left h2:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    background: var(--blue);
    height: 2px;
    width: 80px;
    content: '';
}

/*logo*/
.col.row-logo .img img {
    height: 60px;
    width: auto;
    cursor: pointer;
}

.col.row-logo .col-inner .img {
    text-align: center;
}

.col.row-logo.row-logo-7 .col-inner{
	grid-template-columns: repeat(7, 1fr);
}
.col.row-logo .col-inner {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 30px;
}

.solution .col.post-item {
    padding: 0 2px 10px;
}

.solution .post-item .col-inner:after {
    content: "";
    z-index: 2;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.solution .post-item .col-inner {
    position: relative;
}

.solution .box-text {
    z-index: 3;
}

.is-divider {
    display: none;
}

section.our-solution {
    padding-top: 60px !important;
}


/*POPUP MENU ===========================================================================*/
.popup_icons {
    position: fixed;
    top: 45%;
    left: 15px;
    width: 60px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;

}

.popup_icons:hover span:last-child {
    transform: translateX(20%);
}

.popup_icons:hover span:first-child {
    transform: translateX(20%);
}

.popup_icons:hover span:nth-child(2) {
    transform: translateX(50%);
}


.popup_icons span:first-child,
.popup_icons span:nth-child(3) {
    width: 60px;
}

.popup_icons span:nth-child(3) {
    top: 30px;
}

.popup_icons span:nth-child(2) {
    width: 45px;
    left: 5px;
    top: 15px;
}


.popup_icons span {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--black);
    z-index: 999;
    transition: transform 0.4s ease, right 0.4s ease;

}

.popup_menu_content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--pri);
    z-index: 1111;
    transition: all 500ms;
}

.popup_menu_content li {
    border-top: 0px !important;
    text-align: center !important;
}

.popup_menu_content li a {
    font-weight: bold;
    font-size: 2rem;
    color: var(--white);
    position: relative;
    text-decoration: none !important;
    transition: transform 0.4s ease, right 0.4s ease;
}

.popup_menu_content li a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--white);
    bottom: 5px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease, right 0.4s ease;
    opacity: 0;
}

.popup_menu_content li a:hover:after {
    transform: translateX(0%);
    opacity: 1;
}

.popup_menu_content ul {
    list-style-type: none;
}

.popup_menu_content nav.my-primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.close-button {
    width: 40px; /* Chiều rộng của nút */
    height: 30px; /* Chiều cao của nút */
    background-color: var(--white); /* Nền trong suốt */
    border: none; /* Không viền */
    cursor: pointer; /* Con trỏ biến thành tay khi di chuột vào */
    position: absolute; /* Để có thể định vị nút */
    top: 10px; /* Đặt vị trí từ trên */
    right: 10px; /* Đặt vị trí từ bên phải */
    outline: none; /* Không hiển thị viền khi nhấn nút */
    border-radius: 50%; /* Làm cho nút tròn */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Đổ bóng */
    transition: background-color 0.3s; /* Hiệu ứng chuyển màu nền */
}

.close-button::before,
.close-button::after {
    content: ""; /* Tạo phần tử rỗng */
    position: absolute; /* Đặt vị trí tuyệt đối */
    top: 50%; /* Giữa theo chiều dọc */
    left: 50%; /* Giữa theo chiều ngang */
    width: 20px; /* Chiều rộng của biểu tượng */
    height: 2px; /* Chiều cao của biểu tượng */
    background-color: var(--black); /* Màu đỏ */
    transition: transform 0.3s; /* Hiệu ứng chuyển đổi */
}

.close-button::before {
    transform: translate(-50%, -50%) rotate(45deg); /* Xoay một nửa */
}

.close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* Xoay một nửa ngược lại */
}

.close-button:hover {
    background-color: rgba(0, 0, 0, 0.369); /* Màu nền khi di chuột qua */
}

.opacity0 {
    opacity: 0;
    visibility: hidden;
}

.opacity1 {
    opacity: 1;
    visibility: visible;
}

/*END POPUP MENU ===========================================================================*/


/*FOOTER===========================================================================*/

a#top-link {
    background: var(--pri);
    color: var(--white);
}

a#top_to_back.active {
    opacity: 1;
    visibility: visible;
}

video {
    width: 100% !important;
}

a#top_to_back {
    right: 20px;
    top: 20%;
    background: var(--pri);
    color: var(--white);
    z-index: 9999;

    font-size: 1.1em;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

#footer {
    font-family: 'THIENDUC_FONTS';
    font-size: 1.2rem;
}

.searchlist .menu_title {
    color: var(--black);
}

.menu_title {
    color: var(--white);
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-family: 'THIENDUC_FONTS';
}

.menu_title:after {
    position: absolute;
    content: '';
    background: var(--blue);
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -7px;
}

.menu_wp_content ul li a:hover {
    color: var(--pri);
    opacity: 0.7;
}

.menu_wp_content ul li a {
    color: #ddd;
    font-size: 17px;
    font-family: 'THIENDUC_FONTS';
}

.menu_wp_content ul li {
    margin-left: 0;
    margin-bottom: 0.2rem;


}

#footer section .row .col:nth-child(2),
#footer section .row .col:nth-child(3),
#footer section .row .col:nth-child(4) {
    flex-basis: 21%;
    max-width: 21%;

}

#footer section .row .col:first-child {
    flex-basis: 37%;
    max-width: 37%;
}

.footer_logo {
    width: 76px !important;
    height: auto;
}

.footer_logo img {
    filter: brightness(0) invert(1) !important;
}

/*FOOTER===========================================================================*/


/*PRODUCT CATEGORY ===========================================================================*/
.products_data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product_one:hover {
    background-color: #fff;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    transform: scale(1.05556);
    box-shadow: 0 0 20px 4px #0000001a;
}

.product_one {
    text-align: center;
    background-color: #f6f6f6;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 15px 15px;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 210px;
}

.product_one img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.flex.custom_flex {
    flex-direction: column;
}

.product_short .product_content {
    font-size: 0.8rem;
    color: var(--444);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    -webkit-line-clamp: 3;
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_name {
    font-weight: normal;
    padding-top: 5px;
}

.tax-danh-muc-sp #content {
    padding-top: 0;
}

.tax-danh-muc-sp #post-list {
    display: none;
}

.tax-danh-muc-sp .archive-page-header .row {
    display: none;
}

.page-title, .page-title span, .entry-title {
    color: var(--pri);
    font-size: 2rem;
    line-height: 2.3rem;
    font-family: THIENDUC_Fonts;
}

.tax-danh-muc-sp h1 {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.rank-math-breadcrumb p {
    margin: 0;
    font-size: 0.9rem;
}

.widget > ul > li ul, ul.menu > li ul {
    border-left: 0px;
}

.mega_cat.mega_in_tax > a {
    grid-column: 1 / -1;
}

.mega_cat.mega_in_tax a {
    flex: 0 1 100%;
}

.tax-danh-muc-sp .no-results {
    display: none;
}

.mega_cat.mega_in_tax {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.taxonomy-description {
    margin-top: 30px;
    background: #ff00000a;
    padding: 15px;
    border: 1px dashed var(--ddd);
    border-radius: 10px;
}

/*END PRODUCT CATEGORY ===========================================================================*/


/*SINGLE PRODUCT ===========================================================================*/
.singular_banner.has_bg .left_banner * {
    color: var(--white) !important;
}

.blog-share {
    margin-top: 30px;
}

.wrap_hero h1 {
    font-size: 3rem;
    line-height: 3.7rem;
    color: rgb(35, 64, 87);
}

.wrap_hero {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.left_banner {
    flex: 1 0 50%;
	z-index: 2;
}

.right_banner {
    flex: 1 0 50%;
}

.custom_btn {
    border-radius: 10px;
}


.preview_content {
    font-size: 1.2rem;
    text-align: justify;
}

.overview video {
    position: relative;
    z-index: 9999999;
    object-fit: cover
}

.overview:after {
    content: '';
    position: absolute;
    background: url(https://oqton.com/assets/images/backgrounds/background-circles.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.overview iframe {
    position: relative;
    z-index: 9;
}

.overview {
    background: var(--eee);
    position: relative;
}

.shorttxt {
    font-size: 1.2rem;
    color: #444;
}

.wrap_block_data ul {
    margin-left: 20px;
}

.wrap_block_data.overview_content .row {
    /*background: var(--ddd);*/
    margin-bottom: 30px;
    align-items: center;
    padding: 15px !important;
    border-radius: 7px;
}

.overview_content h3,
.overview_content h4,
.overview_content h5,
.overview_content h6 {
    margin-bottom: 0;
}


/*ENDSINGLE PRODUCT ===========================================================================*/


/* SOFTWARE LANDINGPAGE ===========================================================================*/
.software h1 {
    font-size: 3rem;
    font-weight: 500;
    margin: 0;
    font-family: THIENDUC_Fonts;
}

.software h2 {
    font-size: 2rem;
    font-weight: 300;
    font-family: THIENDUC_Fonts;
}

.software_description {
    color: var(--666);
}

/* END SOFTWARE LANDINGPAGE ===========================================================================*/


/*  SINGLE POST+ SOLUTION ===========================================================================*/
#single_solution .entry-meta {
    display: none;
}

#single_solution h1,
#single_solution .single-page,
#single_solution article {
    margin: 0;
    padding-top: 0;
}

#single_solution .thumb img {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    text-align: center;
}

#single_solution .thumb {
    text-align: center;
}

.testimonial-quote {
    background: url(assets/img/testi_quote.png) no-repeat;
    width: 26px;
    height: 19px;
    display: block;
}

.testimonial-quote.after {
    transform: rotate(180deg);
    display: block;
    width: 100%;
    text-align: right;
}

.sub_widget_content {
    text-align: right;
    line-height: 1.1rem;
    margin-top: 10px;
    font-size: 0.9rem;
}

.solutionwidget {
    background: #d8d9db;
    padding: 20px;
    margin: 15px 0;
}

.sticky {
    position: sticky;
    top: 50px;
}

.widget_content {
    color: var(--pri);
    font-size: 16px;
    line-height: 1.5rem;
    margin: 5px 0;
}

/*  SINGLE END POST+ SOLUTION ===========================================================================*/


/*  SEARCH PAGE ===============================================================================*/
.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.searchlist h5.post-title {
    font-size: 0.97rem;
}

section.search_product_posts h1 {
    margin-bottom: 60px;
    font-family: 'THIENDUC_Fonts';
    color: var(--pri);
}

/*  END SEARCH PAGE ===========================================================================*/


@media only screen and (max-width: 48em) {


    #logo a,   #logo {
        margin-left: 0;
    }
    li.has-dropdown.header-language-dropdown {
        width:auto;
    }
    .logo a {
        margin: 0 auto;
    }
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .archive .text-box .taxonomy1-description {
        font-size: 1rem;
    }

    .archive .text-box h1 {
        font-size: 1.8rem;
    }

    .archive .text-box {
        padding: 0 15px;
        width: 85% !important;
    }

    /*.custom-hambuger {*/
    /*    display: none;*/
    /*}*/
    #logo img {
        padding: 4px;
    }

    .header-main ul.mobile-nav.nav.nav-right li {
        display: block !important;
    }

    .wrap_category .cat_thumb {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 15px;
    }

    .images_cat, .hp-product-frame {
        width: 150px;
        height: 150px;
    }

    .wrap_category .cat_thumb img {
        width: 123px;
        height: 123px;
    }

    .wrap_category .flickity-prev-next-button.previous,
    .wrap_category .flickity-prev-next-button.next {
        top: 25%;
    }

    .col.row-logo .col-inner {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }

    .custom_title1.text-left h2:after,
    .custom_title1.text-center h2:after {
        bottom: -10px;
    }

    /*fix view blog mobile*/
    .row.solution .image-zoom {
        padding-top: 70% !important;
    }

    .row.solution > .col > .col-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #footer section .row .col:nth-child(2),
    #footer section .row .col:nth-child(3),
    #footer section .row .col:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;

    }

    #footer section .row .col:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }

    .products_data {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    .singular_banner {
        padding-top: 0;
    }

    .wrap_hero {
        display: block;
    }

    .overview {
        padding-top: 30px;
    }

    .overview_content .row .col {
        padding-left: 0;
        padding-right: 0;
    }

    /*neu co video thi fix view lai*/
    .overview_content iframe {
        height: 250px;
    }

    .overview:after {
        content: none;
    }

    .preview_content {
        text-align: left;
    }

    .overview_content p:last-child,
    .preview_content p:last-child {
        margin-bottom: 10px;
    }

    .wrap_block_data.overview_content .row {
        padding: 15px 8px !important;
    }

    .wrap_block_data {
        width: 95%;
        margin: 0 auto;
    }

    .block_content {
        padding-top: 30px;
    }

    .archive.category #post-list {
        opacity: 1;
        display: block;
        visible: visible;
    }

    .archive #post-list {
        opacity: 0;
        visible: hidden;
        display: none;
    }

    #post-list > .row .col.post-item:nth-child(even) {
        padding-left: 5px;
    }

    #post-list > .row .col.post-item:nth-child(odd) {
        padding-right: 5px;
    }

    #post-list > .row .col.post-item,
    #post-list > .row .col.post-item {
        padding-bottom: 15px;
    }

    .from_the_blog_excerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 17px;
        -webkit-line-clamp: 2;
        height: 34px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 0.8rem;
    }

    .ft-boxnavi.navi-skin1 svg {
        fill: var(--white);
    }


}