/*
Theme Name: One Clean
Theme URI: http://oneclean.com.vn/
Author:  HWP.com.vn
Author URI: https://hwp.com.vn/
Description: 
Version: 1.0
*/
#wide-nav .menu-item-has-children .toggle{display: none;}
#wide-nav .sub-menu{
    position: absolute;
    min-width: 295px;
    z-index: 9;
    padding: 10px 20px;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    left: 0px;
    opacity: 1;
    display: none;
    border-radius: 0px 0px 10px 10px;
}
#wide-nav li.menu-item-has-children:hover:before{
    bottom: -2px;
    z-index: 10;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #1e73be;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
#wide-nav li.menu-item-has-children:hover > .sub-menu{display: block;}
#wide-nav li.menu-item-has-children .sub-menu li{
    display: block;
    border-bottom: 1px solid #ececec;
    margin: 0px;
    padding: 6px 0px;
}
#wide-nav li.menu-item-has-children .sub-menu li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#wide-nav li.menu-item-has-children .sub-menu li:last-child{border-bottom: none;}
#wide-nav li.menu-item-has-children .sub-menu li a:hover{color: #1d793a;}
#wide-nav ul.nav li{margin: 0px 10px;}
#wide-nav .menu-item-has-children > a:after {
    content: "\f107";
    float: right;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
}
.text-uppercase{text-transform: uppercase;}
.mt-10{margin-top:10px !Important;}
.mt-20{margin-top:20px;}
.mt-40{margin-top:40px;}
.wp-pagenavi a, .wp-pagenavi span{padding: 5px 10px;}
.title_hwp{font-size: 20px;font-weight: bold;}
#why-box #content{margin: auto;}
#why-box #content .img-inner{padding: 0px 90px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    margin: 0px;
    border: none;
    color: #fff;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    margin: 0px;
    color: #fff;
    text-align: left;
}
.item-news .entry-header-text{padding-bottom: 0px;}
.recent-blog-posts-li{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.recent-blog-posts-li img{
    float: left;
    width: 70px;
    height: auto;
    margin-right: 10px;
}
.recent-blog-posts-li{
    float: left;
    width: 100%;
}
.wp-caption img{width: 100%;height: auto;}
#footer .recent-blog-posts-li:last-child{border-bottom: none;}
#footer .recent-blog-posts-li img{width: 50px;}
#social{margin-top: 20px;}
#social ul {display: flex;}
#social ul li a {
    padding: 1px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #186182;
    border-radius: 4px;
    color: #186182;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 9%), 0 1px 1px rgb(0 0 0 / 30%);
    box-shadow: inset 0 1px rgb(255 255 255 / 9%), 0px 1px 1px rgb(0 0 0 / 20%);
}
#social ul li {margin-right: 10px;}
#wide-nav ul.nav li{position: relative;}
#wide-nav .sub-menu .sub-menu li{padding: 0px !Important;line-height: 30px;}
#wide-nav .sub-menu .sub-menu{
    margin-left: 230px;
    top:-1px;
    border-radius: 20px;
    border-radius: 0px;
}
#wide-nav .sub-menu li.menu-item-has-children:hover:before{
    display: none;
}
#wide-nav .sub-menu .menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
}
#list-products-footer li{
    float: left;
    width: 50%;
}
#top-bar:before {
    content: '';
    background: #fff;
    height: 30px;
    width: calc(calc(calc(100% - 1080px)/2) + 196px);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
#top-bar:after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: calc(calc(calc(100% - 1080px)/2) + 196px);
    z-index: 1;
    background: linear-gradient(to bottom left,transparent 50%,#fff 50%);
}
.header-top {
    min-height: 40px;
    color: #fff;
}
#top-bar a{color: #fff;opacity: 1;}
#masthead {z-index: 9999;}
.chat-zalo{
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    background-color: #1ebbf0;
    background: #1ebbf0;
    background: -webkit-linear-gradient(135deg,#1ebbf0 30%,#39dfaa 100%);
    background: linear-gradient(135deg,#1ebbf0 30%,#39dfaa 100%);
    border-radius: 99px;
    padding: 7px 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    font-weight: bold;
}
.chat-zalo:hover{
    color: yellow;
}
.chat-zalo img{
    height: 30px;
}
.item-why{
    top: 0;
    position: relative;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 12%);
    float: left;
    width: 100%;
    padding: 20px;
}
.item-why .icon-img{
    float: left;
    width: 60px;
}
.item-why .icon-img img{
    height: 50px;
    width: auto;
}
.item-why .icon-title{
    float: left;
    font-weight: bold;
    padding-top: 12px;
    font-size: 17px;
    color: #0037a8;
}
h1, h2, h3, h4, h5, h6 {
    color: #0037a8;
}
.item-why .desc{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.item-why .desc p{margin-bottom: 0px;}
#section_2075390338{padding-top: 0px;}
.item-why:hover{
    top: -4px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 12%);
    border-bottom: 2px solid #1d793a;
}
.stuck #top{display: none;}
#top{
    background: #1d793a;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 5px;
    margin-bottom: 10px;
}
#top a{color: #fff;font-size: 15px;}
#top li{display: inline-block;margin: 0px 10px;}
.logo-mobile{display: none !Important;}
.item-banner img{width: 100%;height: auto;}
.editor ul, .editor ol{
    margin-left: 30px;
    margin-bottom: 15px;
}
.copyright-footer{
    border-top: 1px solid #89d56282;
    padding-top: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 15px 0px;
}
.item-news .title{
    font-weight: bold;
    font-size: 18px;
}
#footer input[type="submit"]{
    width: 100%;
}
#footer ul{
    list-style: disc;
    margin-left: 20px;
}
#footer textarea{
    min-height: 100px;
}
.wpcf7 input[type="submit"]{
    color: #000;
    background-color: #febc5b;
}
.doitac_box {
    background: #f7f7f9;
    padding-bottom: 10px;
}
.logo-doitac img {
    border: 1px solid #ccc;
    padding: 3px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.doitac_box .flickity-page-dots {
    bottom: -9px;
}
table{
    width: 100% !Important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table tr td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px !Important;
    height: auto !Important;
    color: #000;
}
table tr{
    height: auto !Important;
    background: #fff;
}
table tr:nth-child(old) {
    background-color: #fff;
}
table tr:nth-child(even) {
    background-color: #f9f9f9!important;
}
.editor p iframe{
    width: 100%;
    border: none;
    height: 500px;
}
b, strong {
    font-weight: bold;
}
#section_663892419{
    padding: 60px 0px;
}
.bottom-contact{
    position: fixed;
    bottom: 0;
    background: linear-gradient(90deg, #61c73f, #1f8538);
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    height: 70px;
    overflow: hidden;
}
.bottom-contact ul{
    margin: 0px;
    padding: 0px;
}
.bottom-contact ul li{
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center; 
    font-size:13.5px;
    margin: 0px;
}
.bottom-contact ul li span{color:#fff}
.bottom-contact ul li img{    
    height: 33px;
    margin-top: 10px;
    margin-bottom: 0px;
    width: auto;
}
.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desk-contact a {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
}
.desk-contact .zalo,
.desk-contact .phone,
.desk-contact .dang-ky {
    padding: 13px;
    border-radius: 22px;
    background-color: #f36e20;
    background-image: url(img/bg-cheetah.png);
    position: relative;
    border: 0;
}
.desk-contact .zalo{
    background-color: #0573ff;
    background-image: url(img/bg-cheetah.png);
}
.desk-contact .phone{
    background-color: #7d9143;
    background-image: url(img/bg-cheetah.png);
}
.desk-contact .zalo img,
.desk-contact .phone img,
.desk-contact .dang-ky img{
    width: 30px;
    height: auto;
    vertical-align: text-bottom;
}
.desk-contact .zalo:after,
.desk-contact .dang-ky:after,
.desk-contact .phone:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 849px) {
    .desk-contact {
        display: none;
    }
}
#dangky .form-action {
    padding: 5px;
    background: linear-gradient(90deg, #61c73f, #1f8538);
}
#dangky .form-action .col-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
}
#dangky input[type="email"],
#dangky input[type="tel"],
#dangky input[type="text"] {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
}
#dangky input[type="submit"]{
    width: 100%;
}
#dangky textarea{
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
}
.title_modal {
    color: #0037a8;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.form-group{
    position: relative;
}
.wpcf7 .ajax-loader{
    position: absolute;
    left: 45%;
    top:10px;
}