/*
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.   ***************/

/*
* Widget
*/
.widget .is-divider {
	display: none;
}
.widget-area .widget_search {
    background: #1857a7;
    padding: 10px;
}
.widget-area .widget_search .widget-title  {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.widget-area .widget_search .is-divider {
    display: none;
}
.widget-area .widget_search .searchform {
    margin-bottom: 0px;
}
.widget-area .widget-title {
    background: #1857a7;
    color: #fff;
    display: block;
}
.dvb-recent-posts-widget .widget-title,
.dvb-recent-product-widget .widget-title {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dvb-recent-posts-widget .widget-content,
.dvb-recent-product-widget .widget-content {
    border: 2px solid #1857a7 ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
}
.dvb-recent-posts-widget .widget-content li:not(:last-child),
.dvb-recent-product-widget .widget-content li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.dvb-recent-posts-widget li,
.dvb-recent-product-widget li {
    display: flex;
}
.dvb-recent-posts-widget li .post-thumb,
.dvb-recent-product-widget li .post-thumb {
    flex: 0 0 34%;
    max-width: 34%;
    float: left;
    margin-right: 12px;
}
.dvb-recent-posts-widget li .post-title,
.dvb-recent-product-widget li .post-title {
    line-height: 22px;
}

/*
* Archive
*/
.news-video {
    margin: 20px 0px 0px;
    padding: 0px;
}
.news-video li {
    list-style-type: none;
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
/*.news-video li .post-thumb {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}*/
.news-video li .post-info {
/*    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;*/
    padding-left: 20px;
}

.news-video li .post-thumb img {
    border-radius: 5px;
}
.news-video li h2 {
    font-size: 18px;
}
.news-video li p {
    margin-bottom: 10px;
}
.news-video li .postexpert p {
    margin-bottom: 0px;
}
.nav-pagination>li>span, 
.nav-pagination>li>a {
    border-radius: 0px;
    border: 1px solid #ccc;
}
.entry-header-text.text-center {
    text-align: left;
    padding: 0;
}
/**
 * Product
 */
.product-item {
    list-style: none;
}
.product-inner {
    border: 1px solid #ebebeb;
    position: relative;
    padding: 12px 10px;
    height: 100%;
}
.product-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right,#66bc89 0,#66bc89 4px,transparent 0,transparent 100%),repeating-linear-gradient(to right,#66bc89 0,#66bc89 4px,transparent 0,transparent 100%),repeating-linear-gradient(to bottom,#66bc89 0,#66bc89 4px,transparent 0,transparent 100%),repeating-linear-gradient(to bottom,#66bc89 0,#66bc89 4px,transparent 0,transparent 100%);
    background-position: left top,left bottom,left top,right top;
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 8px 1px,8px 1px,1px 8px,1px 8px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 0;
}
/*.product-item:hover .product-inner:after,
.col.medium-6:hover .product-inner:after {
    opacity: 1;
}*/

.product-inner .pr-thumb {
    display: block;
    position: relative;
    float: none;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

.product-inner .pr-thumb img,
.post-thumb .thumb-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}
.post-thumb .thumb-inner {
    display: block;
    position: relative;
    float: none;
    height: 170px;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}
.product-inner .pr-thumb:hover img,
.post-thumb .thumb-inner:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-inner .pr_desc {
    font-size: 14px;
    height: 48px;
    overflow: hidden;
}

.v2_bnc_product_btnsx a {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 9px 20px;
    margin-top: 10px;
    color: #999;
    border: 1px solid #e50105;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    border-color: #fff !important;
    background-color: #1857a7;
    box-shadow: 0 4px 19.92px 4.08px rgb(0 0 0 / 15%);
}

.product-inner .pr-info {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product-inner .pr-info h2 {
    font-size: 16px;
    text-align: center;
}
h3.section-title.section-title-center,
h2.section-title.section-title-center {
    padding-bottom: 25px;
    color: #0a4ca4;
    text-transform: uppercase;
    font-size: 22px;
}
h3.section-title.section-title-center:after,
h2.section-title.section-title-center:after {
    content: "";
    background: url(assets/images/border_bottom.png) no-repeat center bottom;
    height: 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0px;
}
.video.video-fit.mb {
    margin-bottom: 15px;
}
.html_topbar_left .glink {
    margin-left: 5px;
}
.html_topbar_left a.glink img {
    width: 28px;
}

.home_blog_post .section-title-container {
    margin-bottom: 5px;
}

.home_blog_post .box-vertical .box-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
/**
 * hethongphanphoi
 */
.v2_bnc_news_details_view {
    clear: both;
    border-bottom: 1px solid #ed1c2a;
    margin-bottom: 15px;
}
.v2_bnc_news_details_view {
    clear: both;
}
.v2_bnc_news_details_post {
    margin-bottom: 15px;
}
.v2_bnc_system {
    margin-bottom: 20px;
}
.v2_bnc_system h2 {
    text-align: center;
    color: #e50105;
    font-weight: bold;
}
.v2_bnc_news_details_post h1, 
.v2_bnc_news_details_post h2, 
.v2_bnc_news_details_post h3, 
.v2_bnc_news_details_post h4 {
    font-size: 20px;
    margin: 20px auto;
}
.v2_bnc_system_des {
    text-align: center;
    font-size: 12px;
}
.v2_bnc_distribution_system {
    background: url(assets/images/maps.png) no-repeat;
    padding: 25px 25px 320px;
    background-size: 100% 100%;
}
.v2_bnc_distribution {
    margin-bottom: 5px;
}
.v2_bnc_distribution h5 {
    font-weight: bold;
    color: #e50105;
    margin-bottom: 5px;
    font-size: 15px;
}
.v2_bnc_distribution_content {
    position: relative;
    line-height: 20px;
}
.v2_bnc_distribution_content p {
    margin-bottom: 0px;
    font-size: 13px;
}
/**
 * lichsu
 */
.v2_bnc_about_page_list_summary {
    color: #969696;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
}
.v2_bnc_about_page_list_summary h2 {
    font-family: "SVN-Segoe UI";
    color: #0a4ca4;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
}
.v2_bnc_about_page_list_summary h2:after {
    content: "";
    background: url(assets/images/border_bottom.png) no-repeat center bottom;
    height: 20px;
    position: absolute;
    z-index: 9;
    /* width: 100%; */
    left: 0;
    right: 0;
    bottom: 0px;
}
.v2_bnc_bg_info_s1 {
    background: url(assets/images/bg_infosx2.png) no-repeat;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.v2_bnc_bg_info h3 {
    text-align: center;
    color: #555;
    font-size: 25px;
    margin: 15px auto;
    line-height: 40px;
}
.v2_bnc_bg_info h3 strong {
    font-family: "SVN-Segoe-UI-Bold-Italic";
    /* text-transform: uppercase; */
}
.padding-left-30 {
    padding-left: 30px !important;
}
.v2_bnc_bg_info_s1 p {
    font-size: 15px;
}
.v2_bnc_bg_info p {
    display: table;
}
.v2_bnc_bg_info p strong {
    font-weight: bold;
    color: #525252;
    font-size: 18px;
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
}
.v2_bnc_bg_info_right_border {
    background: url(assets/images/boder-rightxx.png) no-repeat;
    padding-left: 80px;
}
.v2_bnc_bg_info_s4 {
    border-top: 1px solid #e50105;
    padding-top: 15px;
    margin-top: 40px;
}
.v2_bnc_info_desx {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
.v2_bnc_bg_info_s4 h4 {
    font-family: "SVN-Segoe UI";
    color: #0a4ca4;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
.v2_bnc_bg_info_s4 .v2_bnc_info_imgsxs img {
    margin: auto;
    display: block;
}
/**
 * doitac
 */
.section-partner .img-inner.dark {
    height: 50px;
    margin: auto;
}
.section-partner .img-inner.dark img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: scale-down !important;
}
/**
 * chitietsp
 */
.v2_bnc_products_details_box_name {
    margin-bottom: 10px;
}
.v2_bnc_products_details_box_name h2, 
.v2_bnc_products_details_box_name h1 {
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1756a6;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.v2_bnc_products_details_box_description {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
}
.v2_bnc_products_details_box_description {
    margin-bottom: 10px;
}
.v2_bnc_products_details_box_description a {
    color: #e50105;
    font-weight: bold;
}
.v2_bnc_products_details_box_prices {
    color: #000;
    display: none;
}
.v2_bnc_products_details_box_prices strong {
    font-weight: bold;
    color: red;
}
.v2_bnc_productxs {
    margin-top: 10px;
    position: relative;
}
.v2_bnc_productxs {
    position: relative;
}
.v2_bnc_productxs_hotlines {
    background: #e2131a;
    color: #fff;
    display: none;
    border-radius: 10px;
    padding: 8px 20px;
    padding-left: 50px;
}
.v2_bnc_productxs_hotlines a {
    color: #fff;
}
.v2_bnc_productxs_hotlines span {
    display: block;
    text-align: center;
    line-height: 20px;
}
.v2_bnc_productxs_hotlines span {
    font-family: "SVN-Segoe UI";
    font-size: 14px;
}
.v2_bnc_productxs_hotlines span.v2_bnc_productxs_hotlinesx {
    font-weight: bold;
    font-size: 20px;
}
.v2_bnc_productxs_contact {
    display: inline-block;
    background: #e2131a;
    border-radius: 10px;
    padding: 8px 20px;
    padding-left: 50px;
    text-align: center;
}
.v2_bnc_productxs_contact {
    position: relative;
}
.v2_bnc_productxs:before {
    background: url(assets/images/phones.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    content: "";
    top: 15px;
}
.v2_bnc_productxs_contact:before {
    background: url(assets/images/icon_tuvan.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    content: "";
    top: 15px;
}
.v2_bnc_productxs_contact span {
    display: block;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
}

.f-product-view-tab {
    margin: 30px 0;
    text-align: justify;
}
.v2_bnc_contact_title {
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    color: #376ab2;
    margin-top: 15px;
    position: relative;
}
.v2_bnc_contact_title:after {
    content: "";
    border-bottom: 1px solid #e50105;
    width: 50%;
    position: absolute;
    max-width: 150px;
    bottom: 7px;
}
.f-product-view-tab .v2_bnc_contact_title:after {
    width: 100%;
    max-width: 100%;
}
.f-product-view-tab .f-product-view-tab-bodys {
    margin: 15px auto;
}
.widget-area .widget_nav_menu .widget-title {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget-area .widget_nav_menu ul.menu {
    border: 2px solid #1857a7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
}

.portfolio-archive {
    margin-top: 30px;
}
.portfolio-archive .page-title-inner {
    padding-top: 0px;
    min-height: inherit;
    margin-bottom: 15px;
}

ul.list-item-agency li.item-agency {
    font-size: 15px;
    line-height: 22px;
    padding: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0px;
}

.showroom-container .page-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.wrapper-select-add select {
    font-size: 15px;
    border-color: #b5b5b5;
    -webkit-appearance: none;
    padding-left: 10px;
    height: 45px;
}

.wrapper-list-agency {
    height: 529px;
    padding-top: 0;
    display: block;
    overflow-y: scroll;
    border-color: rgb(237, 237, 237);
    border-radius: 6px;
    border: solid 1px rgb(237, 237, 237);
}

ul.list-item-agency li.item-agency h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
ul.list-item-agency li.item-agency p {
    margin-bottom: 0;
}
.list-item-agency i.fa {
    color: #000;
    min-width: 24px;
}
.v2_bnc_mission_content_s1 p {
    padding-left: 55px;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.v2_bnc_mission_content_s1 h3 {
    font-size: 22px;
    color: #0a4ca4;
    margin-bottom: 0px;
}
.v2_bnc_mission_content_s2x {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.v2_bnc_mission_content_s2x p {
    font-size: 18px;
    color: #000;
    margin-bottom: 7px;
}
.v2_bnc_mission_content_s2 {
    padding-bottom: 30px;
}
.widget-area .widget_nav_menu .current-menu-item a {
    font-weight: bold;
}

.question-contact p {
    margin-bottom: 10px;
}
.v2_bnc_info_tv3 ul li {
    list-style: none;
}
.v2_bnc_info_tv3s_content,
.v2_bnc_info_tv3 {
    color: #333;
}
.home_block_post .box-text h5 {
    height: 42px;
    overflow: hidden;
}
.home_block_post .box-push .box-text {
    min-height: 160px;
}

.carousel-cell {
    background: #8C8;
    counter-increment: carousel-cell;
    color: white;
  /* cell number */;
}

.carousel-cell:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    content: counter(carousel-cell);
}

.carousel-main .carousel-cell {
    width: 100%;
    height: 360px;
    font-size: 5rem;
}

.carousel-nav {
    width: 300px;
    transform: rotate(90deg) translate(30px, -100%);
    transform-origin: left top;
}

@media screen and (max-width: 1200px) {
    .carousel-nav {
        transform: rotate(90deg) translate(30px, -50%);
    }
}

.carousel-nav .carousel-cell {
    transform: rotate(-90deg);
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin-right: 1rem;
    font-size: 1.4rem;
    /* selected cell */;
}

.carousel-nav .carousel-cell.is-nav-selected {
    background: #ED2;
}

.carousel-nav .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent;
}

.carousel-nav .flickity-prev-next-button.previous {
    left: -40px;
}

.carousel-nav .flickity-prev-next-button.next {
    right: -40px;
}


.cta {
    position: fixed;
    right: 0px;
    bottom: 60px;
    width: 90px;
    z-index: 9999;
}

.ctaitem {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.ctabg {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 15px;
    position: absolute;
    box-shadow: 0 0 0 0 #dd3333;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: zigzag 2.3s infinite ease-in-out;
    animation: zigzag 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.ctacontent {
    color: #fff;
    padding: 10px 15px;
    border-radius: 99px;
    position: absolute;
    z-index: 0;
    top: 22px;
    transition-duration: 2s;
    display: none;
    margin-left: -120px;
    font-size: 100%;
    width: 180px;
    transition-duration: 2s;
}
.ctaimg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: zigzag 2s infinite ease-in-out;
    animation: zigzag 2s infinite ease-in-out;
}
.ctaimg a {
    display: block;
}
@-webkit-keyframes zigzag {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zigzag {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.ctaitem:hover .ctacontent {
    display: block;
}
.ctamobile {
    position: fixed!important;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99999!important;
}
.cta.row.row-collapse.align-middle.ctamobile div.mobileicon {
    float: left;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 99999!important;
    border-right: 1px solid #fff;
    width: 33.333% !important;
}
.mobileicon a {
    color: #fff;
}
.mobileicon img {
    width: 30px;
}
.mobileicon img {
    justify-content: center;
    -webkit-animation: zigzag 2s infinite ease-in-out;
    animation: zigzag 2s infinite ease-in-out;
}
.mobileicon p {
    margin-bottom: 0;
}
.header-main .header-search-form .live-search-results {
    display: none;
}
.tuvan .cach {
    padding: 10px 20px;
    background: #34b347;
    color: #fff;
    font-weight: 700;
    width: 135px;
    display: block;
    margin: 20px auto;
    border-radius: 30px;
    text-align: center;
}
.tuvan .gd {
    margin: 25px 0 10px;
    font-size: 30px;
    text-align: center;
}
.tuvan .row-anh .tvcon p {
    font-size: 14px;
    color: #2b812c;
    margin-top: 10px;
    margin-bottom: 5px;
}
.tuvan .row-anh .tvcon p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tuvan .row-anh img {
    float: left;
    margin-left: 10%;
    margin-right: 10px;
    margin-top: -40px;
}
.tuvan .row-anh .tvcon {
    border: 1px solid #339f3c;
    width: 370px;
    margin: 46px auto;
    display: block;
    border-radius: 20px;
    padding-left: 10px;
    height: 80px;
}
.tuvan .row-anh {
    margin-bottom: 25px;
}

.tuvan p.lh20 {
    text-align: center;
    font-size: 14px;
}
.tuvan .row-anh .tvcon h3 {
    margin-top: 0;
    color: #2b812c;
    font-size: 33px;
    line-height: 110%;
    margin-bottom: 0px;
}
.tuvan .row-anh .tvcon h3 a {
    color: #1857a7;
}
.tuvan .row-anh .tvcon p  {
    color: #1857a7;
    font-weight: bold;
}
h3.bold.roboto.chatnow a {
    color: #2b812c;
    display: block;
}
.tuvan .row-anh h3.bold.roboto.chatnow {
    display: block;
    line-height: 70px;
}




.header-top .custom-topbar .col {
    padding-bottom: 0px;
}
.custom-topbar li {
    list-style: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
}
.custom-topbar .medium-8 li {
    font-weight: bold;
}
.custom-topbar li p {
    margin-bottom: 0px;
}
.custom-topbar .medium-2 p {
    text-align: right;
    font-weight: bold;
}
.header-main .custom-headermain .col {
    padding-bottom: 0px;
}
.bgheader {
    background-color: #1857a7;
    position: relative;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
}
.bgheader:after {
    content: "";
    top: 0;
    bottom: 0;
    background: #1857a7;
    right: -10000px;
    position: absolute;
    width: 10000px;
}
.header-main.header-main-pc {
    z-index: 12;
    height: inherit;
/*     background-color: #1857a7; */
}
.header-main-pc .logo {
    position: relative;
}
.header-main-pc .logo img {
    position: absolute;
    left: 0;
    top: -43px;
/*     max-height: 130px !important; */
}
.stuck .header-main-pc #logo img {
    height: inherit;
    max-height: 130px !important;
}
.stuck .header-main.header-main-pc {
    height: auto!important;
    background-color: #1857a7;
}
.header-main-sp {
    display: none;
}
.align-items-center {
    align-items: center;
}
.products_details_zoom_img {
    display: block;
    position: relative;
    float: none;
    height: 310px;
    overflow: hidden;
    z-index: 1;
    max-width: 320px;
    margin: 0 auto;
}
.products_details_zoom_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}

.footer-2 p {
    margin-bottom: 0px;
}

.phone__header a {
    display: block;
    margin-left: 75px;
}
.phone__header i {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 3px 0 0 -50px;
    background: #fff;
    color: #e50105;
    border-radius: 100%;
}
.phone__header span.c-header-smart__label {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 1.3;
}
.phone__header span.c-header-smart__text {
    display: block;
    color: #fff;
    text-transform: unset;
    font-size: 15px;
}

#wpadminbar ul li#wp-admin-bar-flatsome-activate,
#wpadminbar ul li#wp-admin-bar-customize {
  display: none;
}

.custom-news .col {
    padding-bottom: 0px;
}
.custom-news .box-image {
    display: none;
}
.custom-news .box-text {
    padding-top: 0px;
    padding-bottom: 10px;
}
.custom-news .box-text .is-divider {
    display: none;
}

@media(min-width: 1200px) {
    .portfolio-archive {
        margin-top: 70px;
    }
    .page-wrapper {
        padding-top: 70px;
    }
}

@media(max-width: 1024px) {
    .tuvan .row-anh img {
        margin-left: 8%;
    }
    .tuvan .row-anh .tvcon {
        width: 80%;
        margin: 10% auto;
        height: auto;
    }
    .tuvan .row-anh .tvcon h3 {
        font-size: 27px;
    }
}
@media(max-width: 768px) {
    .tuvan .row-anh img {
        margin-left: 4%;
        width: 32%;
    }
    .tuvan .row-anh .tvcon {
        margin: 6% auto;
    }
    .tuvan p.lh20 {
        margin-bottom: 0px !important;
    }
    .header-main-sp {
        display: block;
        background-color: #1857a7;
    }
    .header-main-pc {
        display: none;
    }
}
@media(max-width: 414px) {
    .tuvan .row-anh img {
        margin-left: 1%;
        width: 40%;
    }
    .tuvan .row-anh .tvcon {
        margin: 9%;
        width: 82%;
    }
    .tuvan .row-anh .tvcon h3 {
        font-size: 26px;
    }
}
@media(max-width: 385px) {
    .tuvan .row-anh img {
        margin-top: -30px;
    }
}
 
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .v2_bnc_bg_info_s4 .v2_bnc_info_imgsxs img {
        width: 60%;
    }
    .home_blog_post .medium-7 h5.post-title.is-large {
        height: 40px;
        overflow: hidden;
    }
    .home_blog_post .medium-7 .box-push .box-text {
        min-height: 185px;
    }
    .home_blog_post .medium-5 .image-cover img {
        object-fit: contain;
    }
    .portfolio-archive .row-normal .large-9.small-12 {
        order: 2;
    }
    .custom-topbar .medium-2:first-child {
        max-width: 11.5%;
        flex-basis: 11.5%;
    }
    .custom-topbar .medium-8 {
        max-width: 71.8333333334%;
        flex-basis: 71.8333333334%;
    }
    .custom-headermain>.row>.small-2 {
        max-width: 11.5%;
        flex-basis: 11.5%;
    }
    .custom-headermain>.row>.small-10 {
        max-width: 88.5%;
        flex-basis: 88.5%;
    }
    .custom-topbar .medium-8 li {
        padding-left: 75px;
        font-size: 20px;
/*         text-align: center; */
    }

    .footer-2 span.widget-title {
        font-size: 15px;
    }

    .footer-2 .large-columns-3 .col:nth-child(2) {
        padding: 0 5%;
    }

/*    .footer-2 .large-columns-3 .col:first-child {
        max-width: 40%;
        flex-basis: 40%;
    }
    .footer-2 .large-columns-3 .col:nth-child(2),
    .footer-2 .large-columns-3 .col:last-child {
        max-width: 30%;
        flex-basis: 30%;
    }*/
    .bgheader .small-9 {
        max-width: 82%;
        flex-basis: 82%;
    }
    .bgheader .small-3 {
        max-width: 18%;
        flex-basis: 18%;
    }
}

@media(max-width: 640px) {
    .news-video li .post-info,
    .news-video li .post-thumb {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0px;
    }
    .news-video li .post-thumb {
        margin-bottom: 15px;
    }
}

@media(max-width: 500px) {
    .news-video li {
        flex-direction: column;
    }
    .news-video li .post-thumb img {
        height: auto;
    }
    .news-video li .post-info,
    .news-video li .post-thumb {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0px;
    }
    .news-video li .post-thumb {
        margin-bottom: 15px;
    }
}

@media (max-width: 849px) {
    #top-bar {
        display: none;
    }
}