input[type=email], 
input[type=number], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select{
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
}
.single-product .row.content-row > .col.large-9{
    padding-right: 10px;
    border-right: none;
}
.PackagingPro{
    margin-top: 8px;
}
.PackagingPro p strong{
    background-color: #003F6A;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
}
.product-info form.cart{
    margin-bottom: 10px;
    margin-top: 15px;
    gap: 10px;
}
.product-info form.cart .single_add_to_cart_button {
    width: 58%;
    height: 43px;
    margin: 0;
    border-radius: 6px;
    background-color: #003f6a !important;
    margin-right: 2%;
}
.product-info form.cart .ux-buy-now-button {
    order: 2;
    width: 100%;
    background-color: #C51818;
    height: 50px;
    border-radius: 6px;
}
.product-info form.cart .WrapAddShopee{
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info form.cart .link_shoppe_pro {
    width: 40%;
    height: 43px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #FE5722;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}
.iconBuyNow{
    background-image: url('../img/handle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 28px;
    position: relative;
    top: 7px;
    margin-right: 8px;
}
.iconAddCart{
    background-image: url('../img/cardicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    position: relative;
    top: 6px;
    margin-right: 8px;
}
.iconShopee{
    background-image: url('../img/iconShopee.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 28px;
    top: -2px;
    margin-right: 0;
    position: relative;
    left: -6px;
}
.product-info.summary span.amount{
    color: #C51818;
    font-size: 25px;
}
.devvn_woocommerce_price_suffix{
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.single-product #main{
    background-color: #ecedef;
}
.single-product .product-main,
.single-product .product-footer .woocommerce-tabs,
.WrapReviewProducts,
.WrapFormQA{
    padding: 0;
    padding: 30px 20px 0px 20px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0px 1px 6px 0px hsl(0deg 0% 0% / 25%);
}
.WrapReviewProducts{
    margin-top: 20px;
}
.product-info.summary{
    padding-top: 0;
}
.WrapTotalRatings{
    color: #3B3B3C;
    font-size: 14px;
    margin-left: 4px;
}
.single-product .product-footer .woocommerce-tabs{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-short-description p,
.PackagingPro p{
    font-size: 15px;
}
.offerProSingle{
    border: 1px solid #ECEDEF;
    border-radius: 5px;
    padding: 10px;
}
.offerProSingle ul{
    margin: 0;
}
.offerProSingle ul li{
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 14px;
    position: relative;
    margin-left: 0px;
    padding-left: 30px;
}
.offerProSingle ul li:last-child{
    margin-bottom: 0px;
}
.offerProSingle ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.offerProSingle ul li:nth-child(1):before{
    width: 24px;
    height: 24px;
    background-image: url('../img/icondoitra.svg');
    top: -2px;
}
.offerProSingle ul li:nth-child(2):before{
    width: 25px;
    height: 15px;
    background-image: url('../img/icontransport.png');
    top: 1px;
}
.CopyUrl{
    color: #0166AB;
    font-size: 14px;
    cursor: pointer;
}
.product-footer .woocommerce-tabs ul.tabs.product-tabs{
    margin-top: 0;
}
.product-footer .woocommerce-tabs ul.tabs.product-tabs li a{
    border-radius: 5px;
    font-size: 18px;
    text-transform: unset;
}
.single-product #product-sidebar{
    padding-left: 5px;
}
.single-product #product-sidebar #custom_html-2 .textwidget{
    padding: 15px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0px 1px 6px 0px hsl(0deg 0% 0% / 25%);
}
.TextSidePro ul{
    margin-left: 20px;
}
.TextSidePro ul li{
    list-style-type: disc;
    margin-bottom: 3px;
}
.BtnSidePro{
    background-color: #C51818;
    color: #fff !important;
}
.product-small .devvn_woocommerce_price_suffix,
.product_list_widget .devvn_woocommerce_price_suffix{
    display: none;
}
.archive .blog-wrapper.blog-archive{
    padding-top: 0px;
}
.Image_Bread_Page{
    position: relative;
}
.Image_Bread_Page:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 64%);
    top: 0;
    left: 0;
}
.Image_Bread_Page img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.category .BreadCumdMain {
    background-color: #ECEDEF;
}
.category .col12BreadCrumd {
    padding-top: 12px;
    padding-bottom: 12px;
}
.rank-math-breadcrumb p,
.woocommerce-breadcrumb.breadcrumbs {
    margin-bottom: -7px;
    font-size: 15px;
    color: #3B3B3C;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.woocommerce-breadcrumb.breadcrumbs{
    color: #003f6a;
}
.rank-math-breadcrumb p a{
    color: #3B3B3C;
}
.rank-math-breadcrumb p .last{
    font-weight: 600;
    color: #003f6a;
}
.ViewAllPost {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-bottom: 12px;
}
.aViewPageCat {
    color: #FB9905;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-right: 35px;
}
.aViewPageCat:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #FB9905;
    background-image: url(../img/iconViewAll.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    top: 0;
    right: 0;
    border-radius: 50%;
}
#post-list .post-item .post-meta {
    color: #979797;
    font-size: 15px;
}
#post-list .post-item .post-title a{
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#post-list .post-item .from_the_blog_excerpt{
    font-size: 16px;
    color: #555555;
    margin-top: 5px;
}
#post-list .post-item .box-image{
    border-radius: 10px;
}
.blog-wrapper.blog-archive #post-list > .rowBlogPage > .post-item {
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
}
#main .post-sidebar.large-3 {
    padding-left: 5px;
    border-left: none !important;
}
.blog-archive.blog-wrapper > .row-large{
    margin-top: 30px;
}
.blog-archive.blog-wrapper > .row-large > .large-9{
    padding-right: 20px;
}
#post-list .post-item .box-text{
    padding-bottom: 0px;
}
.widget .widget-title {
    color: #fff;
    background-color: #003f6a;
    font-size: 18px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
    padding: 8px 8px 8px 15px;
    line-height: 26px;
    border-radius: 10px 0px;
    font-family: AvoBold !important;
}
.mostViewCustom .ItemMostView {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECEDEF;
}
.datePostMostView {
    color: #979797;
    font-size: 13px;
}
.titlePostView {
    font-size: 17px;
    color: #0D2155;
    line-height: 22px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif !important;
}
.page-numbers.nav-pagination {
    text-align: right;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 8px 0px;
}
.page-numbers.nav-pagination li a, .page-numbers.nav-pagination li span {
    border: none;
    background-color: #ECEDEF;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
}
.page-numbers.nav-pagination li .current {
    background-color: #003f6a;
}
.widget .is-divider{
    display: none;
}
.product_list_widget li span.amount{
    font-size: 14px;
    color: #ea0808;
}
.product_list_widget li .product-title{
    font-size: 15px;
    font-weight: 500;
    color: #003f6a;
}
.titCatPostPage h1{
    font-size: 30px;
    color: #003f6a;
    margin-bottom: 20px;
}
.breadcrumd_core{
    background-color: #fafafa;
}
.single-product .breadcrumd_core {
    background-color: #ecedef;
}
.rowbread_core > .large-12.col{
    padding-bottom: 15px;
    padding-top: 15px;
}
.titlePosstCPT h1, .blog-single .entry-header h1.entry-title {
    color: #003f6a;
    font-size: 30px;
    margin-bottom: 30px;
}
.metaPostCPT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.dateOfPost span {
    color: #FB9905;
    font-size: 15px;
}
.wrapsocicalPost{
    text-transform: unset;
    display: flex;
    align-items: center;
}
.wrapsocicalPost > span {
    color: #000000;
    font-size: 15px;
    position: relative;
    top: 1px;
    padding-right: 10px;
}
.wrapsocicalPost .social-icons a {
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 0px;
}
.wrapsocicalPost .social-icons a i {
    font-size: 11px;
}
#comments .comment-respond {
    border-radius: 10px;
    background-color: #fafafa;
}
.comment-form .logged-in-as {
    font-size: 14px;
}
.comment-form .form-submit input.submit {
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}
.col12PostRelated > .col-inner {
    border-top: 1px solid #f8f8f8;
    padding-top: 30px;
}
.titBoxPostRela h4 {
    color: #003f6a;
    font-size: 33px;
}
.imgMostView img {
    height: 198px;
    object-fit: cover;
    transition: all .5s;
}
.imgMostView {
    overflow: hidden;
}
.datePostMostView {
    color: #979797;
    font-size: 15px;
}
.ItemPostRela .titleMostView {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #3B3B3C;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: Roboto, sans-serif !important;
}
.excerptMostview {
    color: #555555;
    font-size: 14px;
    text-align: justify;
}
.rowItemPostRela .flickity-button {
    top: 0%;
    bottom: 51%;
}
.slideCustom:hover .flickity-button, .slideMobile:hover .flickity-button {
    opacity: 1;
}
.row-slider .flickity-button .flickity-button-icon, 
.slideCustom .flickity-button .flickity-button-icon, 
.slideMobile .flickity-button .flickity-button-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
}
.row-slider .flickity-button .flickity-button-icon, 
.slideCustom .flickity-button .flickity-button-icon, 
.slideMobile .flickity-button .flickity-button-icon{
    background-color: #003F6A;
    border-radius: 20px;
    padding: 6px;
}
.row-slider .flickity-button-icon path,
.slideCustom .flickity-button-icon path,
.slideMobile .flickity-button-icon path,
.row-slider .flickity-button:hover .flickity-button-icon path,
.slideCustom .flickity-button:hover .flickity-button-icon path,
.slideMobile .flickity-button:hover .flickity-button-icon path{
    fill: #fff;
}
/*.row-slider .flickity-button.previous .flickity-button-icon, 
.slideCustom .flickity-button.previous .flickity-button-icon, 
.slideMobile .flickity-button.previous .flickity-button-icon {
    background-image: url('../img/preslide.png');
}
.row-slider .flickity-button.next .flickity-button-icon, 
.slideCustom .flickity-button.next .flickity-button-icon, 
.slideMobile .flickity-button.next .flickity-button-icon {
    background-image: url('../img/nextslide.png');
}
.row-slider .flickity-button-icon path,
.slideCustom .flickity-button-icon path,
.slideMobile .flickity-button-icon path {
    display: none;
}*/
.related-products-wrapper h3.product-section-title{
    text-transform: unset;
    color: #3B3B3C;
    font-size: 28px;
    margin-bottom: 8px;
}
.single-product .widget .widget-title{
    background-color: transparent;
    color: #3B3B3C;
    font-family: AvoBold !important;
    text-transform: unset;
    font-size: 22px;
    padding: 0;
}
/*Css ReadMore*/
.single-product div#tab-description {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.fix_height{
    max-height: 614px;
    overflow: hidden;
    position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
}
.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.devvn_readmore_flatsome:before {
    height: 41px;
    margin-top: -40px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 95%) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_flatsome a {
    color: #003F6A;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}
.iconReadMore{
    position: relative;
    padding-left: 30px;
}
.iconReadMore:before{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    mask-repeat: no-repeat;
    mask-size: 100%;
    background: hsl(0deg 0% 0% / 81%);
    mask-image: url(../img/iconfilter.svg);
    mask-position: center;
    left: 0;
    top: -4px;
}
.devvn_readmore_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #318A00;
}
.devvn_readmore_flatsome_less:before {
    display: none;
}
.wpcf7 .wpcf7-submit{
    margin: 0;
    border-radius: 20px;
}
#footer .colFooter:nth-child(3){
    padding-left: 0;
    padding-right: 50px;
}
.BannerPageRecruit{
    position: relative;
}
.BannerPageRecruit:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 92.16%);
    top: 0;
    left: 0;
    z-index: 1;
}
.rowCusTaxoPage{
    position: relative;
    z-index: 2;
}
.titlePageRecruit{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    max-width: 85%;
    margin: 0 auto;
    margin-top: 66px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 80px;
}
.numSalaryRecu:before, .DateExpirRecu:before, .locationRecui:before, .ItemMetaSingleRecui .spanStyleRecu:before, .chatZaloSingleRecui a span:before, .phoneEmailSingleRecui a:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    top: 0;
    left: 0;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
}
.titDstdung {
    text-align: center;
    color: #0E0D0D;
    font-size: 35px;
}
.titDstdung span {
    color: #003f6a;
}
.listAllCatTdung {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aCatRecui {
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px solid #003f6a;
    border-radius: 20px;
    color: #003f6a;
}
.aCatRecui:last-child{
    margin-right: 0px;
}
.ItemrRcruitment {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 25px 30px;
}
.styleWorkRecui {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.spanStyleRecu {
    color: #C71B1B;
    font-weight: 600;
    font-size: 16px;
    background: hsl(0deg 76.11% 44.31% / 10%);
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.spanStyleRecu.RecuUutien {
    background-color: #C71B1B;
    color: #fff;
}
.infoOneRecui .titSalaryRecui, .expiraDate_ViewRecui {
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    display: flex;
}
.titRequieRecui {
    width: 57%;
    padding-right: 2%;
}
.SalaryRecui {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.titileItemRecui {
    line-height: 28px;
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.titileItemRecui a {
    color: #0E0D0D;
}
.reQuiredRecui p {
    color: #737478;
    font-size: 15px;
}
.numSalaryRecu {
    color: #C71B1B;
    font-size: 20px;
    font-weight: 600;
    padding-left: 32px;
}
.numSalaryRecu:before {
    background-image: url('../img/g135.png');
    width: 24px;
    height: 24px;
    top: 3px;
}
.DateExpirRecu, .locationRecui {
    color: #737478;
    font-weight: 500;
    font-size: 17px;
    padding-left: 24px;
    position: relative;
}
.DateExpirRecu {
    margin-right: 17px;
}
.DateExpirRecu:before {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../img/clock.svg');
    mask-image: url('../img/clock.svg');
    background-color: #737478;
}
.locationRecui:before {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../img/map-pin.svg');
    mask-image: url('../img/map-pin.svg');
    background-color: #737478;
}
.Porelative{
    position: relative;
}
.viewRecuiBtn a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #003f6a;
    color: #fff;
}
.viewRecuiBtn a:hover{
    background-color: #36a852;
}
.allCatTdung{
    margin-top: 30px;
    margin-bottom: 20px;
}
.reQuiredRecui{
    margin-bottom: 10px;
}
.titSingleRecui h1 {
    font-size: 32px;
    margin-top: 0;
    color: #0E0D0D;
    line-height: 40px;
}
.ItemMetaSingleRecui p {
    color: #0E0D0D;
    font-size: 16px;
}
.ItemMetaSingleRecui {
    margin-bottom: 15px;
}
.ItemMetaSingleRecui p {
    color: #0E0D0D;
}
.SupportSingleRecui {
    margin-top: 20px;
    padding-top: 15px;
}
.FormRecui > .col-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.WrapPageRecruit{
    margin-top: 30px;
}
.FormRecui > .col-inner{
    padding: 20px;
    background-color: #fafafa;
}
.ItemMetaSingleRecui .spanStyleRecu {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    background-color: transparent;
}
.ItemMetaSingleRecui .spanStyleRecu:before {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../img/timework.svg');
    mask-image: url('../img/timework.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #C71B1B;
}
.ItemMetaSingleRecui .spanStyleRecu:before, .ItemMetaSingleRecui .DateExpirRecu:before, .ItemMetaSingleRecui .locationRecui:before {
    background-color: #C71B1B;
}
.labelForm {
    font-size: 14px;
    font-weight: 600;
    color: #0E0D0D;
}
.labelForm span {
    color: #C71B1B;
}
.FormRecui .wpcf7-submit {
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 0;
    line-height: 25px;
    border-radius: 20px;
    height: 60px;
    background-color: #C71B1B;
    background-image: url('../img/btncf7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.chatZaloSingleRecui a {
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #C71B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c71b1b;
    margin: 0;
}
.chatZaloSingleRecui a span {
    position: relative;
    padding-left: 38px;
    font-size: 20px;
}
.chatZaloSingleRecui a span:before {
    width: 33px;
    height: 33px;
    -webkit-mask-image: url('../img/iconZaloTd.svg');
    mask-image: url('../img/iconZaloTd.svg');
    background-color: #C71B1B;
}
.chatZaloSingleRecui a:hover{
    background-color: #c71b1b;
    color: #fff;
}
.SupportSingleRecui {
    margin-top: 20px;
    padding-top: 15px;
}
.colSupportRecui > .col-inner {
    border-top: 1px solid rgb(190 188 188 / 24%);
    padding-top: 20px;
}
.phoneEmailSingleRecui a {
    position: relative;
    color: #0E0D0D;
    font-size: 16px;
    font-weight: normal;
}
.rowOnBannerPro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scCooperate .listSocical{
    justify-content: flex-end;
}
.btnCallCopyR,
.btnTvCgia,
.btnBuyOnline{
    margin-bottom: 0px;
    padding-left: 35px;
}
.btnTvCgia{
    padding-left: 40px;
}
.btnCallCopyR:before,
.btnTvCgia:before,
.btnBuyOnline:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.btnCallCopyR:before{
    background-image: url('../img/iconcall.png');
    width: 28px;
    height: 28px;
    left: 2px;
}
.btnBuyOnline:before{
    background-image: url('../img/cardicon.png');
    width: 20px;
    height: 20px;
    left: 8px;
}
.btnTvCgia:before{
    background-image: url('../img/iconchat2.png');
    width: 21px;
    height: 22px;
    left: 5px;
}
form#devvn_cmt{
    margin-bottom: 0px;
}
.devvn_cmt_input textarea{
    border: 1px solid #c1bfbf;
    width: 100%;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    height: 100px;
    border-radius: 3px 3px 0 0;
    display: block;
    margin: 0;
}
.devvn_cmt_form_bottom{
    border-top: 0;
    padding: 10px 0px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.devvn_cmt_radio {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    text-align: right;
    padding-top: 7px;
    white-space: nowrap;
}
.devvn_cmt_radio label:nth-child(1){
    margin-right: 12px;
}
.devvn_cmt_radio label span{
    color: #555;
}
.devvn_cmt_form_bottom .devvn_cmt_input {
    width: 27%;
    padding: 0 5px;
}
.devvn_cmt_submit {
    margin-left: 5px;
}
.titFormQA{
    font-size: 18px;
    margin-bottom: 10px;
    display: table;
    text-transform: uppercase;
    font-weight: 500;
    color: #3B3B3C;
}
.WrapFormQA{
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.devvn_cmt_radio{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}
.devvn_cmt_radio label input{
    position: relative;
    top: 1px;
    margin-right: 2px !important;
}
#devvn_cmt button,
#devvn_cmt input{
    margin: 0;
}
.devvn_cmt_input input{
    height: 35px;
}
.devvn_cmt_submit button{
    height: 35px;
    background-color: #003F6A;
    min-height: 35px;
    color: #fff;
    border-radius: 3px;
}
.nameProStarAver p{
    color: #3B3B3C;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.totalStarReview{
    margin-bottom: 10px;
}
.totalStarReview .star-rating,
.StarPercent .star-rating{
    letter-spacing: 5px;
    width: 6.6em;
}
.StaraverageWoo{
    width: 50%;
    padding-bottom: 0px;
}
.ListPercentStar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.StarPercent{
    width: 28%;
}
.devvn_rating_bar{
    width: 57%;
}
.devvn_stars_value{
    width: 15%;
    text-align: center;
}
.devvn_rating_bar > span.devvn_scala_rating{
    background-color: #eee;
    height: 7px;
    border-radius: 15px;
    width: 100%;
    display: table;
    position: relative;
}
span.devvn_scala_rating > .devvn_perc_rating{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 15px;
}
.StarPercent .star-rating{
    font-size: 14px;
}
.fourStarPer .star-rating{
    width: 5.2em;
}
.ThreeStarPer .star-rating{
    width: 4em;
}
.TwoStarPer .star-rating{
    width: 2.5em;
}
.OneStarPer .star-rating{
    width: 1.2em;
}
.WrapReviewProducts .woocommerce-Reviews #comments{
    order: 3;
}
.WrapReviewProducts .woocommerce-Reviews #review_form_wrapper{
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 0px;
}
.WrapReviewProducts .woocommerce-Reviews #comments {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0px;
}
#review_form_wrapper .review-form-inner{
    border: none;
    padding: 0;
}
#review_form h3#reply-title{
    color: #3B3B3C;
    font-family: Roboto, sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.comment-form-rating p.stars span a{
    width: 15px;
    overflow: hidden;
    height: 24px;
    position: relative;
    margin: 0;
    font-size: 14px;
    border: none;
    margin-right: 15px;
}
.comment-form-rating p.stars span a:last-child{
    margin-right: 0;
}
.comment-form-rating p.stars span a:after{
    width: 15px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 4px;
}
.comment-form-rating p.stars span a.star-2{
    width: 35px;
}
.comment-form-rating p.stars span a.star-3{
    width: 52px;
}
.comment-form-rating p.stars span a.star-4{
    width: 71px;
}
.comment-form-rating p.stars span a.star-5{
    width: 88px;
}
#commentform > p{
    margin-bottom: 0px;
}
#commentform .comment-form-comment textarea{
    height: 70px;
    min-height: 70px;
    margin-bottom: 5px;
}
#reviews #commentform .comment-form-author label,
#reviews #commentform .comment-form-email label{
    display: none;
}
#reviews #review_form_wrapper h3.reply-title{
    color: #3B3B3C;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto, sans-serif !important;
}
#reviews #review_form_wrapper label{
    font-weight: normal;
    font-size: 12px;
}
.comment-form-rating .stars{
    margin-bottom: 0;
}
.UploadImgReview{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.UploadImgReview .comment-form-images{
    margin: 0;
    line-height: 15px;
    margin-right: 15px;
}
.comment-form-images label{
    margin-bottom: 0;
}
.UploadImgReview{
    margin-bottom: 6px;
}
#custom-upload-button{
    font-size: 14px;
    background-color: #ebebeb;
    color: #03a0e2;
    font-weight: 700;
    padding: 8px 12px 5px 35px;
    display: block;
    background-image: url('../img/icon-upload.png');
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    border-radius: 10px;
}
.comment-form-cookies-consent{
    display: flex;
    align-items: flex-start;
    margin-top: 2px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent{
    margin: 0;
    margin-right: 7px;
    margin-top: 5px;
}
.comment-form-cookies-consent  .wp-comment-cookies-consent{
    font-size: 12px;
    line-height: 16px;
}
#reviews .woocommerce-Reviews-title{
    display: none;
}
.review.byuser .review-item .comment-text{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.review.byuser .review-item .comment-text .star-rating{
    order: 2;
}
.review.byuser .review-item .comment-text .meta{
    order: 1;
}
.review.byuser .review-item .comment-text .description{
    order: 3;
}
#review_form_wrapper #review_form:before{
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
}
.review_form_wrapper #commentform .form-submit input{
    margin: 0;
    min-width: 100px;
    height: 33px;
    min-height: 33px;
    line-height: 33px;
}
.commentlist li.review.byuser{
    margin: 0;
}
.commentlist li.review.byuser .woocommerce-review__verified{
    font-size: 13px;
}
.commentlist li.review.byuser  .woocommerce-review__published-date{
    font-size: 15px;
}
.message-wrapper+main .product-main {
    padding-top: 20px;
}
.tdHiCart{
    padding: 0;
    width: 0px;
    margin: 0;
    font-size: 0;
    border: none;
}
.RevoveProCart{
    margin-top: 7px;
}
.RevoveProCart a.icon-remove, 
.RevoveProCart a.remove{
    width: auto;
    border: none;
    text-align: left;
    font-weight: normal;
    color: #C51818;
}
.product-name a{
    font-size: 17px;
    color: #333333;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th,
.cart_totals th.product-name{
    border-width: 1px;
}
.cart.woocommerce-cart-form__contents{
    border: 1px solid #ececec;
}
.cart.woocommerce-cart-form__contents thead th{
    text-transform: unset;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cart.woocommerce-cart-form__contents thead .product-name{
    padding-left: 10px;
}
.cart.woocommerce-cart-form__contents thead .product-subtotal,
.cart.woocommerce-cart-form__contents tbody .product-subtotal{
    padding-right: 10px;
}
.cart.woocommerce-cart-form__contents .actions  .button {
    margin: 0;
    margin-left: 10px !important;
    font-weight: normal;
    border-width: 1px;
    height: 30px;
    line-height: 30px;
}
.cart_totals  table thead th.product-name{
    font-size: 18px;
}
.woocommerce-shipping-calculator{
    display: none;
}
.cart-sidebar .widget-title{
        font-family: Roboto, sans-serif !important;
}
.wc-proceed-to-checkout .checkout-button{
    margin: 0;
    border-radius: 7px;
    background-color: #003f6a !important;
}
.wc-proceed-to-checkout .checkout-button:hover{
    background-color: #c51818 !important;
}
.woocommerce-cart-form span.amount{
    font-size: 17px;
    color: #c51818;
}
.woocommerce .woocommerce-checkout h3{
    font-family: Roboto, sans-serif !important;
}
.woocommerce .woocommerce-checkout label{
    font-weight: normal;
}
form.checkout.woocommerce-checkout > .row > .large-5.col > .col-inner{
    padding: 0;
    border: none;
}
.checkout-sidebar h3#order_review_heading{
    padding: 0px;
}
.woocommerce-checkout-review-order .product-name,
.woocommerce-table .product-name{
    font-size: 15px;
    color: #444;
}
.woocommerce-checkout-review-order .product-total span.amount,
.woocommerce-table .product-total span.amount{
    color: #c51818;
    font-size: 16px;
}
.woocommerce-order-details .product-name span{
    margin-right: 10px;
}
.colLPageTkyou .entry-content{
    padding: 0px;
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
}
.colLPageTkyou p.success-color{
    font-size: 18px;
}
.devvn_cmt_form .comment-list li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.devvn_cmt_form .comment-list{
    margin-bottom: 0px;
}
.devvn_cmt_form .comment-list li .comment-avatar{
    width: 10%;
}
.devvn_cmt_form .comment-list li .comment-content{
    width: 90%;
}
.dateComment{
    font-size: 15px;
}
#review_form .image-preview{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
}
#review_form .image-preview .image-container{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 5px;
}
#review_form .image-preview .image-container:nth-child(4n+4){
    margin-right: 0;
}
#review_form .image-preview .image-container .delete-image-button{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 0px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    border: 1px solid hsl(0deg 100% 46.08% / 18%);
}
#review_form .image-preview .image-container .delete-image-button:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    mask-image: url(../img/iconClose.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 12px;
    background-color: #eb0000;

}
#review_form .image-preview .image-container img{
    height: 90px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
.blog-single #comments .comments-title{
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
}
.blog-single #commentform .comment-form-comment textarea {
    height: 80px;
    min-height: 80px;
    margin-bottom: 10px;
}
.blog-single #comments .comment-respond{
    padding-bottom: 15px;
}
.blog-single .comment-form{
    margin-bottom: 0px;
}
.ItemPostRela .box-text{
    padding-top: 5px;
}
.StyleSlideV1 .flickity-button{
    opacity: 1;
}
.StyleSlideV1 .flickity-button svg{
    background-image: none !important;
    width: 30px;
    height: 30px;
    background-color: #003f6a !important;
    border: none;
    padding: 8px;
}
.StyleSlideV1 .flickity-button svg path{
    display: block !important;
    fill: #fff;
}
.StyleSlideV1 .flickity-prev-next-button.next{
    right: -15px;
}
.StyleSlideV1 .flickity-prev-next-button.previous{
    left: -15px;
} 
.StyleSlideV1:hover .flickity-prev-next-button{
    transform: unset !important;
}
.woocommerce-Reviews #comments .review-images img{
    height: 65px;
    width: auto;
}
.tabwooCustom{
    margin-left: 30px;
}
.tabwooCustom a{
    font-size: 18px;
    font-weight: 500;
    color: #C51818;
}
.textSoluong{
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.review.byuser .review-item .comment-text{
    padding-right: 0px;
    padding-left: 15px;
}
.product-info.summary .social-icons a{
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
    font-size: 11px;
    margin-bottom: 8px;
}
.product-info.summary .social-icons a i{
    top: 0px;
}
.textChiase{
    font-size: 15px;
    font-weight: normal;
    color: #555555;
}
.product-info.summary .price-wrapper .product-page-price{
    margin-top: 3px;
    margin-bottom: 5px;
}
.product-info.summary .woocommerce-breadcrumb{
    display: none;
}
.UploadImgReview{
    display: none;
}
.WrapReviewProducts textarea{
    margin-bottom: 10px !important;
}
.WrapReviewProducts textarea,
.WrapReviewProducts input[type=text],
.WrapReviewProducts input[type=email]{
    border-radius: 0px;
    box-shadow: none;
}
.WrapReviewProducts .comment-form-author,
.WrapReviewProducts .comment-form-email{
    flex: auto !important;
}
.WrapReviewProducts input[type=text],
.WrapReviewProducts input[type=email]{
    height: 30px;
    margin-bottom: 10px;
}
.WrapReviewProducts .form-submit input.submit{
    border-radius: 5px;
}
.WrapReviewProducts .comment-form-cookies-consent{
    display: none;
}
span.required,
abbr.required{
    color: #eb0d0d;
}
.checkout-inline-error-message{
    color: #eb0000;
    font-size: 13px;
    margin-top: -10px;
}
.checkout.woocommerce-checkout .woocommerce-NoticeGroup{
    display: none;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-flow: wrap;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(1){
    width: 61%;
    float: left;
    margin-right: 4%;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2){
    margin: 0;
    width: 35%;
}
.checkout.woocommerce-checkout .woocommerce-additional-fields > h3{
    display: none;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3){
    order: 6;
    width: 30.666667%;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(4){
    order: 7;
    width: 30.666667%;
    margin-right: 4%;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(5){
    order: 8;
    width: 30.666667%;
    margin-right: 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(6){
    order: 5;
    width: 100%;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection{
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection .select2-selection__rendered,
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection .select2-selection__arrow{
    height: 38px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection .select2-selection__rendered .select2-selection__placeholder{
    position: relative;
    top: 2px;
}
.checkout.woocommerce-checkout .woocommerce-checkout-payment #place_order{
    background-color: #003F6A !important;
    border-radius: 5px;
    max-width: 220px;
    float: left;
}
.colLPageTkyou .woocommerce-order-overview__total.total{
    display: none;
}
.colLPageTkyou .woocommerce-order-overview li{
    list-style-type: none;
    margin-left: 0px;
    position: relative;
}
.colLPageTkyou .woocommerce-order-overview li.method{
    text-transform: uppercase;
    font-weight: bold;
}
.colLPageTkyou .woocommerce-order-overview li.method strong{
    position: relative;
    padding-left: 35px;
    display: table;
    width: 100%;
    font-weight: normal;
    text-transform: unset;
}
.colLPageTkyou .woocommerce-order-overview li.method strong:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 16px;
    background-image: url('../img/pttt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 4px;
    left: 0;
}
.colLPageTkyou .woocommerce-order-overview li.method{
    margin-top: 35px;
}
.colLPageTkyou .woocommerce-order-overview li.method strong{
    margin-top: 10px;
}
.colRPageTkyou table.woocommerce-table{
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
.colRPageTkyou table.woocommerce-table th,
.colRPageTkyou table.woocommerce-table td{
    padding: 15px;
}
.colRPageTkyou table.woocommerce-table tfoot tr:nth-child(3){
    display: none;
}
.colRPageTkyou .woocommerce-table tfoot tr:last-child th,
.colRPageTkyou .woocommerce-table tfoot tr:last-child td{
    border-bottom: none;
}
.colHeadPageThank p{
    text-align: center;
    color: #003F6A;
    font-size: 25px;
    border: 1px dashed #ccc;
    padding: 10px 10px 8px 10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields{
    border: none;
    padding-top: 0px;
}
.woocommerce-checkout .checkout-sidebar{
    margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-sidebar #order_review{
    border: 1px solid #eaecea;
    border-bottom: none;
}
.woocommerce-checkout .woocommerce-privacy-policy-text{
    display: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table th,
.woocommerce-checkout form.woocommerce-checkout #order_review table td{
    padding: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table table th,
.woocommerce-checkout form.woocommerce-checkout #order_review table table td{
    padding: 0px;
}
.woocommerce-checkout .wc_payment_methods li{
    padding: 0px 10px;
    padding-left: 0px;
}
.woocommerce-checkout .wc_payment_methods li:not(:first-child){
    padding-top: 10px;
}
.woocommerce-checkout  #place_order{
    width: 95%;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
.related-products-wrapper .flickity-prev-next-button.previous{
    left: -7px;
}
.related-products-wrapper .flickity-prev-next-button.next{
    right: -7px;
}
.related-products-wrapper .flickity-button{
    opacity: 1;
    transform: translateX(0) !important;
}
.hourOrderWoo{
    margin-left: 5px;
}
.labelPTth{
    text-transform: uppercase;
    font-weight: 600;
}
