/*
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.   ***************/
@import url(libs/awe5/css/all.css);
@import url(fonts/poppi/stylesheet.css);
@import url(libs/font-awesome/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap');

:root{
    --color1:#EB7231;
    --color2:#31515C;
    --color3:#FFCBB0;
    --color4:#B3DEE5;
    --dark1:#1E1E1E;
    --dark2:#AEAEAE;
}
/* =====================Breadcrumbs =============== */

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
}
.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}
ul.breadcrumbs li:last-child:after {
    content: none;
}
.sitepath-l h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #f00;
}
ul.breadcrumbs {
    margin-bottom: 0;
}

.sitepath.clearfix .container {
    position: relative;
}

.sitepath.clearfix {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
/*======================end breadcrumbs===========*/
div#top-bar {
    border-bottom: solid 1px #B1BEC2;
}

/*===================icon contact=========*/
.if-round li{
	list-style: none;
	margin-left: 0 !IMPORTANT;
}
.if-round li>div {
    display: table-cell;
    vertical-align: top;
}
.if-round li>div p, .if-round li>div i{
	color: #444;
}
.if-round li>div p{
	margin-bottom: 0;
}
.if-round .if-icon i {
    width: 21px;
    height: 12px;
    line-height: 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: -.02em;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #c69c6d;
}
ul.if-round {
    margin-left: 0;
}

/*=============map============*/
.google-map-1 iframe {
    width: 100%;
}
.google-map-1 {
    overflow: hidden;
    border: solid 0px #FFFFFF;
   
    border-bottom-width: 0px;
    background-color: #fff;
}
.sub-title{
    max-width: 700px;
    margin: auto;
    text-align: center;
}
/*====================contact============*/
.row-contact-page input[type='email'], .row-contact-page input[type='date'], .row-contact-page input[type='search'], .row-contact-page input[type='number'], .row-contact-page input[type='text'], .row-contact-page input[type='tel'], .row-contact-page input[type='url'], .row-contact-page input[type='password'], .row-contact-page textarea, .row-contact-page select {
    background-color: #FFEFE7;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #FFEFE7;
    border-radius: 0px;
    color: #2D2D2D;
    height: 40px;
}
.form-button input:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}


.section-title.section-title-center span {
    text-transform: none;
}

.section-title.section-title-center b {
    opacity: 0;
}

/*.section-title.section-title-center {
    margin-bottom: 0;
}*/
/* ===============footer================ */
.copyright-footer {
    text-align: center;
    padding-top: 10px;
}
.footer-widgets.footer.footer-2.dark {
    padding-bottom: 0;
    padding-top: 40px;
}

.footer-2.dark .if-round li>div p, .footer-2.dark .if-round li>div i {
    color: #fff;
}

.footer-2 .is-divider.small {
    opacity: 0;
    margin-bottom: 0;
}

.footer-2 .widget-title {
    font-size: 32px;
    text-transform: none;
    font-weight: 700;
}
.footer-widgets ul li a {
    line-height: 16px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.footer-widgets ul li {
    border: none !important;
}
.if-round .if-icon i {
    font-size: 0;
}

.if-round .if-icon i:before {
    font-size: 14px;
}
/* ===============footer================ */
h1{
    font-size: 40px;
}
h2{
    font-size:36px;
}
h3{
    font-size:30px;
}
h4{
    font-size:24px;
}
h5{
    font-size:20px;
}
h6{
    font-size:18px;
}

/* ==============list contact================ */
.list-contact {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
}

.list-contact li {
    list-style: none;
}

.list-contact li img {
    max-width: 41px;
}

.list-contact ul {
    margin-bottom: 0;
}
/* ==============list contact================ */
.section-title {
    border: none;
}

.section-title span {
    border: none;
    text-transform: none;
}

.up .section-title span {
    text-transform: uppercase;
}
.section-pd {
    padding-top: 100px !IMPORTANT;
    padding-bottom: 70px !IMPORTANT;
}
/*=================post============*/
.plain1.content-news-post span.date {
    font-size: 14px;
    opacity: 1;
    display: block;
    color: #999;
    margin-top: 2px;
    margin-bottom: 5px;
}

.plain1.content-news-post h5.post-title.is-large a {
    color: #222222;
    font-size: 20px;
}

.plain1.content-news-post h5.post-title.is-large a:hover {
    color: #093479;
}
.from_the_blog_excerpt {
    color: #444444;
}

/*=================post============*/

/*=============blog widget=========*/
.blog-wiget h5.post-title.is-small {
    padding-top: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #142642;
}
.blog-wiget .post-meta.is-small.op-8 {
    position: absolute;
    top: -1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #596277;
}
.blog-wiget .is-divider {
    display: none;
}
span.date-single {
    text-transform: uppercase;
    color: #596277;
    font-size: 14px;
    line-height: 14px;
}
.post-sidebar .is-divider.small {
    opacity: 0;
    margin-bottom: 0;
}
.blog-wiget .box-text.text-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 11px;
    padding-right: 0;
    font-weight: normal;
}
.blog-wiget {
    margin-left: 0 !IMPORTANT;
    margin-right: 0 !IMPORTANT;
}
.date-single {
    color: #999999;
    margin-bottom: 12px;
}
.heading-style2.project-heading {
    margin-bottom: 17px;
}
/*=============blog widget=========*/
/*=============blog widget=========*/

.post-sidebar aside {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 24px;
    display: inline-block;
    width: 100%;
}
.post-sidebar span.widget-title {
    background-color: #00162B;
    border: none;
    font-size: 20px;
    text-transform: none;
    display: block;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px;
    border-left: solid 5px #093479;
    background-size: auto 34px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 1;
}
#block_widget-3 .widget-title {
    margin-top: 15px;
}
.banner-widget img {
    margin-bottom: 0 !IMPORTANT;
}

.banner-widget h4 {
    font-size: 24px;
}

.banner-widget a.button.white.is-outline.lowercase {
    font-size: 15px;
    text-transform: uppercase !IMPORTANT;
}
.banner-widget h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.banner-widget a.button.white.is-outline.lowercase {
    margin-top: 10px;
    font-weight: 700;
    opacity: 1;
}
/*===========share============*/
.share-post>a {
    margin-bottom: 4px;
}

.share-post {
    margin-bottom: 30px;
    margin-top: 14px;
}
.social-icons span {
    font-weight: bold;
    padding-right: 10px;
    color: #444;
}
/*===========releated=================*/
.related-post button.button.primary {
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    color: #093479;
    border-color: #093479;
    border-radius: 50%;
    margin-top: 15px;
    border-width: 1px;
}

.related-post button.button.primary:before {
    font-size: 14px;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    color: #093479;
}

.related-post .is-divider {
    opacity: 0;
    margin-bottom: 0;
}
.related-post h5.post-title.is-large{
    font-size: 20px;
    color: #315795;
}
.related-post h5.post-title.is-large:hover{
    color: #02cad0;
}
.related-post button.button.primary:hover {
    background-color: #093479;
    color: #fff;
}
.relatedcat>h3 {
    color: #093479;
}
.col-z {
    z-index: 1;
}
.col-just1{
    text-align: justify;
}
.related-post button.button.primary:hover:before {
    color: #fff;
}
/*===========releated=================*/
/*==============header===========*/
div#masthead ul.header-nav.header-nav-main>li>a>i.icon-angle-down {
    display: none;
}

div#masthead ul.header-nav.header-nav-main li a {
    font-size: 16px;
}

div#masthead ul.header-nav.header-nav-main ul.sub-menu li {
    border-bottom: solid 1px #ddd;
}

div#masthead ul.header-nav.header-nav-main ul.sub-menu {
    padding-top: -0;
    padding-bottom: 0;
    border: none;
}
/*==============header===========*/


.carrer-headding h2 {
    font-weight: normal !important;
    color: #252525 !IMPORTANT;
}
/*===========carrer list============*/
.wrapper-carrer-list a.button.primary {
    font-weight: 500;
    font-size: 15px;
}
.wrapper-carrer-list {
    border-bottom: solid 1px #E0E0E0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.wrapper-careers {
    position: relative;
}
.item-carrer-left {
    margin-right: 173px;
}
.title-carrer {
    margin-bottom: 11px;
}
.wrapper-carrer-list h3 {
    font-size: 20px;
    color: #093479;
}
.wrapper-carrer-list h3 a{
    color: #111111;
}
.wrapper-carrer-list h3 a:hover {
    color: #093479;
}
.requirements-desc ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
    position: relative;
}
.requirements-desc ul li {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 0;
}
.requirements-desc ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #727272;
    top: 7px;
    left: 0;
    transform: scale(0.7);
}
.item-carrer-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.requirements-desc p {
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
}
.background-portfolio {
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.background-portfolio:before {content: "";position: absolute;width: 100%;height: 100%;background: #ffffff4d;}
.wrapper-carrer-list h3 a:hover {
    color: #00162b;
}
.item-carrer-right a:after {content: "\f178";font-family: 'FontAwesome';margin-left: 15px;}
.carrer-button a:after {content: "\f178";font-family: 'FontAwesome';margin-left: 15px;}
.wrapper-carrer-list a.button.primary:hover {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border-color: #000;
}
.wrapper-carrer-list span.date-single {
    margin-bottom: 9px;
    text-decoration: underline;
    font-size: 12px;
    color: #666666;
}
div#land-style2 {
    border-top: solid 1px #E0E0E0;
    padding-top: 28px;
}
/*===========carrer list============*/

/*============single carrer===========*/
span.date-single {
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}
.desc-single-career ul li {
    position: relative;
    margin-left: 0;
    list-style: none;
    padding-left: 15px;
}

.desc-single-career ul {
    margin-left: 0;
}

.desc-single-career ul li:before {content: "";content: "";position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #787878;top: 8px;left: 0;transform: scale(0.7);}

.gf-post-content ul {
    margin-left: 17px;
}
.headding-single-career {
    font-weight: bold;
    margin-bottom: 15px;
}

.desc-single-career ul {
    margin-bottom: 0;
}
h2.heading-style2.project-heading {
    color: #093479;
    margin-bottom: 17px;
    line-height: 40px;
}
.date-of-appointment:after, .your-date:after {
    content: "\f073";
    color: #6E6E6D;
    position: absolute;
    right: 8px;
    top: 7px;
    font-family: fontawesome;
}
.banner-widget h5 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
}

.banner-widget h5 i {
    font-size: 0;
}

.banner-widget h5 i:before {
    font-size: 15px;
    padding-right: 5px;
}
.bg-desc-carer-single{
    background-image: url(assets/img/more-information.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
    position: relative;
}
.bg-desc-carer-single:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 30px);
    z-index: -1;
   /* background-image: url(assets/img/persion.png);*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: 0;
}
ul.more-infor-carere li p, ul.more-infor-carere li {
    margin-bottom: 0;
    color: #fff;
    list-style: none;
}

ul.more-infor-carere {
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.bg-desc-carer-single {
    border-radius: 5px;
}
.bg-desc-carer-single {
    margin-top: 22px;
    margin-bottom: 22px;
}
.headding-single-career {
    font-weight: bold;
    margin-bottom: 15px;
}
.wrapper-infor-single {
    margin-bottom: 30px;
}
.headding-single-career {
    font-weight: bold;
    margin-bottom: 15px;
}
.desc-single-career a {
    color: #222222;
}
.desc-single-career p {
    margin-bottom: 7px;
}
.section-form-carrer {
    padding-bottom: 0 !IMPORTANT;
}
.row-re {
    flex-direction: row-reverse;
}
span.widget-titlte-1 {
    font-size: 30px;
    color: #0e2545;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.wp-carrer-list {
    border-top: solid 1px #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wp-carrer-list .title-carrer h3 {
    font-size: 16px;
    line-height: 20px;
}

.wp-carrer-list:last-child {
    border-bottom: solid 1px #F2F2F2;
}

.wp-carrer-list .requirements-desc p strong {
    font-weight: 500;
    color: #787878;
}
.wp-carrer-list .title-carrer h3 a {
    color: #333333;
}

.wp-carrer-list .title-carrer h3 {
    margin-top: 5px;
    margin-bottom: 4px;
}

.wp-carrer-list {}

.wp-carrer-list .title-carrer {
    margin-bottom: 0;
}
span.date-single {
    margin-bottom: 9px;
    text-decoration: underline;
    font-size: 12px;
    color: #666666;
}
.wp-carrer-list .requirements-desc ul li {
    line-height: 18px;
}
.carrer-button a {
    font-weight: normal;
    font-size: 14px;
}

.wp-carrer-list .requirements-desc ul {
    margin-bottom: 14px;
}
ul.if-round1 {}

ul.if-round1 .if-icon i {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-color: #6F6F6F;
    /* position: absolute; */
    /* left: 0; */
    border-radius: 38px;
    color: #fff;
}

ul.if-round1 li {}

ul.if-round1 .if-icon i:before {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 30px;
}

ul.if-round1 li {
    min-height: 30px;
    display: flex;
}

ul.if-round1 .if-icon i {}

ul.if-round1 .if-content p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    font-weight: 500;
}
/*============single carrer===========*/
.phone-footer h4 {
    margin-bottom: 0;
}
.footer-2>.row>.col {
    margin-bottom: 0;
}

.absolute-footer.dark.medium-text-center.text-center {
    text-align: right;
        padding-top: 1px;
    padding-bottom: 1px
}

.absolute-footer .footer-primary .footer-nav li a {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
    font-weight: normal;
}

.mb0{
    margin-bottom: 0;
}
.icon-contact1 .icon-box-text p {
    margin-bottom: 0;
}

.icon-contact1 .icon-box-text {
    display: flex;
    align-items: center;
}
#mega-menu-wrap {
    background: var(--color1);
    border-radius: 5px;
}

#mega-menu-wrap #mega-menu-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans";
}

#mega-menu-wrap #mega-menu-title i.icon-menu:before {
    font-size: 22px;
    opacity: 0;
}
#mega-menu-wrap #mega-menu-title i.icon-menu{
    background-image: url(assets/img/bar.svg);
    background-size: contain;
    background-position: 0px 9px;
    background-repeat: no-repeat;
}
#mega-menu-wrap #mega-menu-title:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}
.title-header h4 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
span.call-hder {
    font-size: 18px;
}

span.call-hder a {
    color: var(--color1);
    font-weight: bold;
    font-size: 20px;
}

.box-header-info span {
    font-size: 18px;
    font-weight: bold;
}

.box-header-info span i {
    font-weight: 300;
    margin-left: 4px;
}

.box-header-info span {
    padding-left: 20px;
}
.select-location {
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.select-location select {
    padding-left: 0;
    border: solid 1px #fff;
    font-weight: bold;
    color: var(--color1);
    font-size: 18px;
    height: 35px;
    padding-left: 15px;
    padding-right: 40px;
    background: none;
     position: relative;
}
.select-location:after {
    position: absolute;
    top: 50%;
    right: 7px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    z-index: 98;
    color: var(--color1);
    transform: translateY(-50%);
    font-size: 16px;
}
.select-location{
    position: relative;
}
.select-location label {
    color: var(--dark2);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: -8px;
    font-style: italic;
    padding-top: 6px;
    padding-left: 15px;
    z-index: 1;
    position: relative;
}

.select-location select:hover, .select-location select:focus {
    box-shadow: none;
}
.box-search-header input.search-field.mb-0 {
    height: 60px;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
}

.box-search-header .submit-button {
    height: 60px;
    min-width: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select-location {
    margin-right: 20px;
}
li.html.custom.html_top_right_text {
    width: 95%;
}
.box-search-header .submit-button {
    font-size: 18px;
}
.box-search-header input.search-field.mb-0::-webkit-input-placeholder { /* Edge */
  color: var(--dark2);
  font-style: italic;
}

.box-search-header input.search-field.mb-0:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--dark2);
  font-style: italic;
}

.box-search-header input.search-field.mb-0::placeholder {
  color: var(--dark2);
  font-style: italic;
}
#masthead li.account-item .header-button a {
    border: none;
    background-image: url(assets/img/user.svg);
    background-size: cover;
    background-position: center;
}
#masthead li.account-item .header-button a i{
opacity: 0;
}
#masthead li.cart-item.has-icon>a>i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color4);
    color: #000;
    border-radius: 50%;
}

#masthead li.cart-item.has-icon {
    margin-left: 20px;
}

#masthead li.cart-item.has-icon>a>span.header-cart-title {
    color: var(--color3);
    font-size: 18px;
    font-weight: 800;
    padding-right: 5px;
}
.form-button span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.form-button input {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 50px;
    min-width: 150px;
}
#mega_menu>li>a {
    font-size: 16px;
}
.submenu-dev .ux-menu-link__text {
    color: var(--dark1);
}

.submenu-dev .ux-menu-link__text:hover {
    color: var(--color1);
}
.submenu-dev .ux-menu-link--active .ux-menu-link__text {
    color: var(--color1);
    font-weight: bold;
}
.row-col0>.col {
    padding-bottom: 0;
}

.text-18 h5 {
    margin-bottom: 5px;
}

.text-18 p {
    margin-bottom: 30px;
}
#shop-sidebar 
 span.widget-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: var(--color2);
    display: block;
    color: #fff;
    padding: 13px 10px;
}

#shop-sidebar .is-divider.small {
    display: none;
}

#shop-sidebar .menu li {
    border: none;
}

#shop-sidebar .menu li a {
    font-weight: 700;
    padding: 8px  15px;
    display: block;
    color: var(--color2);
}

#shop-sidebar .menu li.current-menu-item a, #shop-sidebar .menu li:hover a {
    background-color: #FFCBB0;
}
div#box-xem-nhieu li {
    display: inline-block;
    width: 100%;
    margin-left: 0 !important;
}

div#box-xem-nhieu li a {
    position: relative;
    padding-left: 22px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.25rem;
    line-height: 1.4;
    font-size: 16px;
    color: var(--color2);
    font-weight: bold;
}
div#box-xem-nhieu li a:hover{
    opacity: 0.4;
}
div#box-xem-nhieu li a:before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 14px;
    width: 1.25rem;
    height: 1.25rem;
    background: #000;
    border: 1px solid var(--color2);
    border-radius: 2px;
    box-shadow: inset 0 0 0 0.625rem #fff;
    -webkit-transition: box-shadow .125s linear;
    transition: box-shadow .125s linear;
    width: 15px;
    height: 15px;
}
#box-xem-nhieu li a.checked:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#box-xem-nhieu li {
    margin-bottom: 0;
}
div#box-xem-nhieu li {
    padding-left: 15px;
}

div#box-xem-nhieu li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#box-xem-nhieu {
    padding-top: 10px;
}
.product-dev .add-to-cart-button a {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 99px;
}

.product-dev .add-to-cart-button a:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px;
}
.product-dev .product-small.box .box-text .name.product-title.woocommerce-loop-product__title a {
   
    font-weight: 700;
    font-size: 16px;
    color: #31515C;
}
.product-dev .product-small.box .box-text .name.product-title.woocommerce-loop-product__title {
    margin-bottom: 10px;
}
.product-dev 
 span.amount {
    font-size: 16px;
    font-weight: bold;
    color: #DB0011;
}

.product-dev del span.amount {
    color: var(--dark2);
}
.stock-label-dev {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

.in-stock-label.stock-label-dev {
    color: var(--color1);
}

.out-stock-label.stock-label-dev {
    color: red;
}
.product-dev>.col-inner {
    box-shadow: none !important;
    border: solid 1px #AEAEAE;
}

.product-dev .product-small.box .box-text .name.product-title.woocommerce-loop-product__title a:hover {
    color: var(--color1);
}
.row-cat1>.col {
    border-bottom: solid 1px #4A6770;
    border-right: solid 1px #4A6770;
    padding-bottom: 0;
}

.row-cat1 {
    border-top: solid 1px #4A6770;
    border-left: solid 1px #4A6770;
}
.row-cat1>.col:hover {
    background-color: #B3DEE5;
}

.box-category-product {}

.box-category-product .box-text-inner h5 a {color: #000;}

.box-category-product .box-text-inner h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.box-category-product .box-text-inner h5 a:hover {
}
.box-category-product .image-cover {
    padding-top: 126px;
    background-size: contain;
}

.box-category-product .image-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
.category-page-row {
    margin-top: 0 !IMPORTANT;
    padding-top: 0;
}
.btn-sale {
    background-color: transparent !IMPORTANT;
    border: none;
    font-size: 18px;
    background: linear-gradient(90deg, #eb7231, transparent);
    background: linear-gradient(90deg, #EB7231 0%, #ef854cd6 15%, #ef854c12 80% , #ffcbb000 100%);
}

.btn1 {
    font-size: 18px;
}

.text-banner p {
    font-size: 18px;
}

.text-banner p strong {
    color: var(--color1);
    font-size: 24px;
    font-weight: 900;
}

.text-banner h2 {
    font-size: 40px;
    font-weight: 700;
}


/*===============slick arow==========*/
button.slick-arrow {
    font-size: 0;
    position: absolute;
    left: 1px;
    z-index: 1;
    top: 50%;
    padding: 0;
    outline: none;
    border: none;
    transform: translateY(-50%);
}

button.slick-arrow:before {
    font-size: 20px;
    background-color: #fff;
    content: "\f105";
    color: var(--color1);
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1;
    border: solid 1px #ddd;
    line-height: 38px;
    content: "\f104";
    font-weight: 300;
    border-radius: 50%;
}
button.slick-arrow:hover:before{
    background-color: #FFCBB0;
    color: var(--color1);
    border-color:  #FFCBB0;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f105";
}
button.slick-arrow:hover,
button.slick-arrow:focus{
    background-color: transparent;
    outline: none;
}
button.slick-arrow.slick-next {
    right: 1px;
    left: auto;
}
button.slick-arrow:hover{
    background-color: transparent;
    outline: none;

}
.slider-product-list .product-dev .product-small.box .box-text .name.product-title.woocommerce-loop-product__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.slider-product-list button.slick-arrow {
    margin-top: -20px;
}
/*===============slick arow==========*/
.banner-page1 h2 {
    font-size: 36px;
}
.banner-radius {
    border-radius: 20px;
    overflow: hidden;
}
.btn-sale:hover {
    outline: none;
    box-shadow: none;
}
.text-j2 h2 {
    font-size: 42px;
    font-weight: 800;
}
.product-dev  .box-text.box-text-products {
    padding-left: 15px;
    padding-right: 15px;
}
/*===========single product====================*/
/*=============login register=============*/
.row-icon-image h3 {
    line-height: 1.2;
}
.row-icon-image.row-list-left .icon-box {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.box-text-inner p em {
    font-weight: 300;
    line-height: 1.1;
}
.text-acc blockquote p {
    font-size: 18px;
    color: #605E5E;
}

.text-acc blockquote p, .text-acc blockquote ul li, .text-acc blockquote h3 {
    color: #605E5E;
}
.ul-list1 ul ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1em;
}
.text-acc blockquote p {
    margin-bottom: 15px;
}
.banner-shop-dev h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.banner-shop-dev .btn {
    font-size: 18px;
}
.qty-b1 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #272C2E;
    margin-bottom: 7px;
}

.col-right-product-top .quantity.buttons_added.form-normal {
    width: 100%;
    margin-bottom: 42px;
}

.col-right-product-top 
 button.single_add_to_cart_button.button.alt {
    height: 55px;
    border: solid 1px #605E5E;
    background-color: #fff;
    color: #605E5E;
    text-transform: capitalize;
    border-radius: 3px;
}

.col-right-product-top button.single_add_to_cart_button.button.alt:hover {
    background-color: var(--color1);
    color: #fff;
    border-color: var(--color1);
}

.buy_now_button {
    height: 55px;
    background-color: #C51820;
    border-radius: 2px;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary p.price ins, .woocommerce div.product .entry-summary p.price del, .woocommerce div.product .entry-summary span.price, .woocommerce div.product .entry-summary span.price ins, .woocommerce div.product .entry-summary span.price del {
    font-size: 36px;
    color: var(--dark2);
    font-weight: 600;
  
}
.col-left-gallery .small-columns-4 .flickity-slider>.col {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.woocommerce div.product .entry-summary p.price .amount {
    color: var(--color1);
}
.woocommerce div.product .entry-summary p.price del .amount {
    color: var(--dark2);
}
/*.woocommerce div.product .entry-summary p.price .amount span.woocommerce-Price-currencySymbol{
    color: #605E5E;
}*/
.row-desc-product ul.tabs.wc-tabs li a:before {
    opacity: 0;
}

.row-desc-product ul.tabs.wc-tabs {
    border-top: solid 1px #A6A5A3;
    padding-top: 20px;
}

.row-desc-product ul.tabs.wc-tabs li a {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--color2)
}
.woocommerce div.product .entry-summary p.price {
    margin-bottom: 20px;
}

.col-right-product-top  nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: capitalize;
}

.col-right-product-top nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, .col-right-product-top nav.woocommerce-breadcrumb.breadcrumbs.uppercase span {
    font-weight: bold;
    color: #605E5E;
}
.row-desc-product td:first-child, .row-desc-product  th:first-child {
    padding: 15px;
}

.row-desc-product td, .row-desc-product th {
    padding: 15px;
}

.row-desc-product table {
    border: solid 3px #BBBBBB;
    border-bottom-width: 2px;
}

.row-desc-product table thead th {
    font-size: 18px;
    text-transform: capitalize;
    border-right: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
    background-color: #F4F4F4;
}

.row-desc-product table thead th:last-child, .row-desc-product table tbody  td:last-child {
    border-right-width: 0px;
}

.row-desc-product table tbody tr td {
    border-right: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
    font-size: 18px;
}

.row-desc-product table tbody tr:nth-child(even) {
    background-color: #F4F4F4;
}
.list-breadcrumbs ul.breadcrumbs li, .list-breadcrumbs ul.breadcrumbs li a {
    color: #605E5E;
    font-weight: bold;
}

.list-breadcrumbs .breadcrumbs li:after {
    color: #605E5E;
}

.list-breadcrumbs .breadcrumbs li {
    margin-left: 0;
}
.product-title.product_title.entry-title {
    font-size: 36px;
    color: var(--color2);
}
#category_select_form {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.col-pd0 {
    padding-bottom: 0;
}

#category_select_form {
    margin-top: 20px;
}
.product-dev .name.product-title.woocommerce-loop-product__title a {
    font-size: 27px;
    font-weight: bold;
    color: var(--color3);
}



.woocommerce div.product span.price .amount {
    color: var(--color1);
}

/*.woocommerce div.product span.price .amount span.woocommerce-Price-currencySymbol {
    color: #605E5E;
}*/
.woocommerce div.product span.price del .amount {
    color: #605E5E;
}
.related-products-dev h3.product-section-title {
    font-size: 26px;
    text-transform: capitalize;
    color: var(--color2);
}

.related-products-dev {
    border-top: 0px;
    color: #000;
}
.related-products-dev button.flickity-button.flickity-prev-next-button {
    background-color: transparent;
    box-shadow: none;
}
.col-left-gallery .woocommerce-product-gallery__wrapper.product-gallery-slider {
    border: solid 1px #ddd;
}

.col-left-gallery .product-thumbnails a {
    border: solid 1px #ddd;
}
/*===========single product====================*/
.select-location select option {
    color: #000;
}
.banner-page1 {
    border-radius: 20px;
    overflow: hidden;
}
.title-header h4 {
    position: relative;
    display: block;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}

.title-header h4 span {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 26px;
}

.title-header h4:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: dashed 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.widget_price_filter form {
    margin-top: 28px;
}

.box-content {
    overflow: auto;
    max-height: 300px;
}
/* width */
.box-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.box-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.box-content::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.box-content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.product-dev .image-zoom a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.product-dev .image-zoom a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    padding: 10px;
}
.payment_method_hitpay .payment_box.payment_method_hitpay
{
    display: none;
}