/* css header main */
div#masthead {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,90,188,.25)),to(rgba(0,90,188,.005)));
    background-image: linear-gradient(to top,rgba(0,90,188,.25),rgba(0,90,188,.005));
}

#masthead .flex-left ul.header-nav-main .header-search-form form .flex-col input, .mfp-content input#s {
    width: 100%;
    height: 40px;
    padding: 0px 15px 0px 15px;
    border: 1px solid silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    box-shadow: none;
}

#masthead .flex-left ul.header-nav-main .header-search-form form .flex-col input:hover,
#masthead .flex-left ul.header-nav-main .header-search-form form .flex-col input:focus {
    border-color: #0078bb;
}

#masthead .flex-left ul.header-nav-main .header-search-form form .flex-col button, button.ux-search-submit.submit-button.secondary.button {
    width: 60px;
    height: 40px;
    outline: none;
    border: none;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    top: 0;
    left: -1px;
    box-shadow: none;
    font-size: 12px;
}

#masthead .nav-right li.html {
    margin: 0 40px;
}

.serviceMain:before {
    content: '';
    background: url(/wp-content/uploads/2022/11/1623123571265389.png) no-repeat left top;
    background-size: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 0px;
}

.serviceMain {
    font-weight: 100;
    font-size: 15px;
}

.serviceMain p {
    color: #0078bb;
    font-weight: 700;
    line-height: 20px;
}

/* css heander menu bottom */
div#wide-nav {
	background-color: #005abc;
}

div#wide-nav ul li.menu-item {
    margin: 0;
}

#wide-nav ul.header-bottom-nav li.menu-item.active a.nav-top-link, #wide-nav ul.header-bottom-nav li.menu-item:hover a.nav-top-link {
    color: #ff0;
}

div#wide-nav ul.header-nav>li.menu-item:not(:first-child) a.nav-top-link:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
	margin-left: -20px;
    background-color: rgba(255,0,0,0);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,0,0,0)),color-stop(50%,#eee),to(rgba(255,0,0,0)));
    background-image: linear-gradient(to top,rgba(255,0,0,0),#eee 50%,rgba(255,0,0,0));
}

div#wide-nav ul>li.menu-item>a.nav-top-link {
    color: #fff;
    font-size: 15px;
	padding: 0 24px;
	font-weight: 400;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0 !important;
    border-radius: 4px;
}

.noPadding {
	padding-bottom: 0;
}
.title_img h2 {
    text-align: center;
}
.title_img h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2023/05/webmau16.com-icon-gach-duoi-1.png);
    width: 100%;
    height: 28px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 30px;
}

/* css san pham */
.product-small.box {
    background-color: #fff;
    border: 1px solid #0000001c;
    border-radius: 6px;
    overflow: hidden;
}

.box-text-products {
    padding: 10px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px !important;
}

.product-small.box .price bdi {
    color: #005abc;
    font-size: 18px;
}

.product-small.box .price del bdi {
    color: #111;
    font-size: 14px;
}

.product-small.box .price ins bdi {
    color: #005abc;
    font-size: 18px;
}

.product .callout.badge {
    transform: rotate(319deg);
    margin: 25px 0 0 -40px;
	height: unset;
}

.product .badge-container {
    height: 25%;
	margin: 0;
    overflow: hidden;
}

.product .badge-inner {
	padding: 0;
}

.product span.onsale {
    padding: 0 40px;
    transform: rotate(319deg);
    font-size: 15px;
    font-weight: 500;
	line-height: 20px;
}

.div_thongso a.btn_thongso {
    background-color: #ff6600;
    padding: 5px 7px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 43px;
    color: #fff;
    margin: 0;
}

.div_thongso {
    width: 40%;
    float: left;
    margin-top: 1em;
}

.add-to-cart-button {
    width: 60%;
    float: right;
}

.add_to_cart_button.ajax_add_to_cart, a.added_to_cart.wc-forward {
    border: 0 !important;
    color: #fff !important;
    line-height: 28px;
    border-radius: 2px;
    width: 100%;
}

.add_to_cart_button.ajax_add_to_cart {
    background-color: #005abc !important;
}

a.added_to_cart.wc-forward {
    background-color: #ff6600;
    padding: 0;
    margin-top: 1em !important;
    text-transform: initial;
    text-align: center;
    line-height: 28px !important;
}

.add_to_cart_button.ajax_add_to_cart:before {
    content: "\f291";
    font-family: FontAwesome;
    padding-right: 6px;
}


/* css section quy trinh san xuat */
.stack_quy_trinh {
    justify-content: space-between !important;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 5px;
}

.stack_quy_trinh .icon-box {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 23%;
    flex-shrink: 0;
}

.home_quy_trinh .icon-box {
    box-shadow: 0 0 12px #a9a7a759;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    transition: .3s ease-in-out;
}

.home_quy_trinh .icon-box:hover {
    transform: translateY(-10px);
}

.home_quy_trinh .icon-box-text {
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home_quy_trinh p {
    font-size: 15px;
    color: #0078bb;
    font-weight: 500;
	text-transform: uppercase;
}

/* css section tai sao chon chung toi */
.home_tai_sao .icon-box {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
}

.home_tai_sao .icon-box:hover {
    transform: translateY(-6px);
}

.home_tai_sao .icon-box-text h3 {
    margin-bottom: 0;
}

.home_tai_sao p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

/* css owl carousel */
.owl-nav button i {
    color: #fff;
    font-size: 20px;
}

.owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev {
    left: -10px;
}

.owl-nav button.owl-next {
    right: -10px;
}


.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

/* css section doi tac */
.title_bd h2 {
    margin-bottom: 40px;
    text-align: center;
}
.title_bd h2:after {
    content: '';
    width: 50px;
    height: 6px;
    background: #1370b3;
    border-radius: 10px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.doitac-item {
    box-shadow: 0 0 3px rgb(0 0 0 / 16%);
    border-radius: 8px;
    padding: 0 15px;
    transition: .3s ease-in-out;
}

.list-doitac .col.medium-3.pd-5 {
    padding: 0 15px 15px;
}

/* css section cau hoi thuong gap */
.cauhoi_tg .accordion-title {
    border-radius: 5px;
    box-shadow: 2px 2px 20px #00000014;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
}

.cauhoi_tg .accordion-title.active {
    box-shadow: 0 0;
    margin-bottom: 0;
}

.cauhoi_tg .accordion-inner {
    padding: 10px;
}


/* css section dich vu */
.box_service {
    border: 1px solid #dcdcdc;
    padding: 18px;
    border-radius: 10px;
    background: #fff;
}
.box_service:hover {
    border-color: #0078bb;
    box-shadow: 0 0 9px 0px #0078bc33;
}


/* css button tư  vấn */
a.button.btn_tuvan {
    background: linear-gradient( 45deg , rgba(232,26,26,1) 20%, rgba(255,132,1) 60%);
    color: #fff;
    box-shadow: 2px -2px 8px rgb(255 255 255 / 75%), -2px 2px 8px rgb(40 40 40 / 75%);
    border: 2px solid #fff;
    border-radius: 30px;
    animation: dangky-alo-circle-fill-anim 2.3s ease-in-out 0s normal none infinite;
    transition: all 0.5s ease 0s;
}

@-webkit-keyframes dangky-alo-circle-fill-anim {0% {-webkit-transform: rotate(0) scale(0.7) skew(1deg);opacity: 1;}50% {-webkit-transform: rotate(0) scale(1) skew(1deg);opacity: 1;}100% {-webkit-transform: rotate(0) scale(0.7) skew(1deg);opacity: 1;}}

/* css section mua bán  */
.title_thumua {
    margin-bottom: 0;
    position: relative;
    height: 38px;
    margin: 0px 0px 20px;
}
.section-title-normal {
    border: 0;
}

.section-title-normal span {
    border: 0;
}

h3.section-title.section-title-normal {
    border-bottom: 1px solid #003272;
}

.title_thumua span.section-title-main {
    background-image: url(/wp-content/uploads/2023/05/webmau16.com-bg_dmsp.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6px 40px 6px 40px;
    font-size: 16px;
    color: #fff;
}

.title_thumua a {
    font-weight: 400;
    color: red;
    margin-right: 6px;
}

.title_thumua a i {
    vertical-align: middle;
    margin-left: 5px !important;
    font-weight: 800 !important;
}


/* css section blog */

.blog_home .col.post-item>.col-inner {
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
	transition: .3s ease-in-out;
}

.blog_home .col.post-item>.col-inner:hover {
	transform: translateY(-10px);
}

.blog_home .col.post-item .box-text {
    padding: 10px;
}

.is-divider {
    display: none !important;
}

.col.post-item h5.post-title {
    font-size: 15px;
    margin-bottom: 8px;
    height: 39px;
	color: #222;
}

.col.post-item p.from_the_blog_excerpt {
    height: 45px;
}

.col.post-item h5.post-title, .col.post-item p.from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* css trang liên hệ */
.tt_lienhe p, .tt_lienhe ol li {
    font-size: 15px;
	margin-bottom: 6px;
}

form.wpcf7-form {
    padding: 15px;
    box-shadow: 0px 0px 4px #9e9a8f4a;
    border-radius: 6px;
    text-align: center;
}

p.title_form {
    font-size: 17px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    color: #0078bb;
    font-weight: 500;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    box-shadow: 0 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 4px;
    margin: 0;
}
span.wpcf7-spinner {
    display: none;
}

/* css footer */
footer#footer {
    background-image: url(/wp-content/uploads/2023/05/bgFooter-min.jpg);
}

footer#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003663;
    opacity: 0.85;
    pointer-events: none;
}

.titleFooter {
    margin-bottom: 0;
}

.titleFooter h3 {
    font-size: 16px;
    font-weight: 500;
	color: #fff;
}

ul.listFt li a {
    font-size: 15px;
	color: #fff;
}

.thongtinchung h4 {
    font-size: 15px;
    font-weight: 500;
	color: #fff;
}

.thongtinchung p {
    font-size: 15px;
	color: #fff;
}

footer#footer ul li, footer#footer p {
    margin-bottom: 8px;
}

.absolute-footer.dark.medium-text-center.text-center {
    color: #fff;
    border: 1px solid #cccccc52;
}

a#top-link {
    background: #005abc;
    border-color: #005abc;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px;
}

.noPadding {
    padding-bottom: 0 !important;
}
