/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of AutomatticÂ´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
.header-chinh{
    margin: 0 auto;
}
@font-face {
    font-family: Roboto;
    src: url('./fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: MAIAN;
    src: url('./fonts/MAIAN.TTF');
}
.font-1{
    font-family: MAIAN !important;
}
body{
    font-family: Roboto;
    font-size: 16.5px;

}
h1, h2,h3,h4,h5,h6{
    font-family: Roboto !important;
}
/*.post-type-archive-product .main-footer container row{
         margin-right: 0 !important;
    margin-left: 0 !important;
}*/
/*Menu*/
a:hover{
    text-decoration: none;
}
.menu-boostrap ul{
    padding-left: 0;
    list-style: none;
}
.menu-boostrap ul li a {
    color: #42ade2;
    font-size: 15px;
    text-transform: uppercase;
    padding: 30px 22px;
    display: inline-block;
    line-height: 13px;

}
.menu-boostrap .sub-menu li a{
    padding: 15px 30px;
}
div#header-chinh {

    background: #fff;

    z-index: 170;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}
.img-1{
    margin-bottom: 0 !important;
}
.menu-boostrap ul li a:hover{
    color: #000;
}
.menu-boostrap ul > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center; 
    transition: all .15s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: 2px;
}
.menu-boostrap ul > li:hover > a:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
    background-color: #42ADE2;
}
.menu-boostrap ul li ul{
    position: absolute;
    left: -999em;
    width: auto;
    z-index: 99999;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 4px 6px rgba(0,0,0,0.1);
    background-color: #ffffff;
    opacity: 0;
    transition: left 0s ease 0.6s, opacity 0.6s ease 0s;
    width: max-content;
}
.menu-boostrap ul li:hover > ul.sub-menu{
    left: auto;
    opacity: 1;
    transition: left 0s ease 0s, opacity 0.6s ease 0s;
}
.menu-boostrap ul li ul li ul{
    position: absolute;
    left: -999em;
    width: auto;
    z-index: 99999;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 4px 6px rgba(0,0,0,0.1);
    background-color: #ffffff;
    opacity: 0;
    transition: left 0s ease 0.6s, opacity 0.6s ease 0s;
    width: max-content;
}
.menu-boostrap ul li > ul.sub-menu li:hover > ul.sub-menu{
    left: 100%;
    opacity: 1;
    top: 0;
    transition: left 0s ease 0s, opacity 0.6s ease 0s;
}
/*mobile*/
button.navbar-toggler:focus{
    outline: none;
}
.navbar-toggler > .navbar-toggler-icon{
    padding: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .slogan1{
        font-size: 1.5rem !important;
    }
    .woocommerce-loop-product__title {
        font-size: 0.7rem !important;
    }
    .gopy .gform_body #gform_fields_3{
        display: block !important;

    }
    .email-ykien{
        padding-left: 0 !important;
        padding-top: 0 !important;  
    }
    .sdt-ykien{
        width: 100% !important;

    }

}
@media screen and (min-width: 1367px){
    .gioithieu-right h2 span{
        font-size: 2.3rem;
    }
}
.content-tintuc > *:not(:first-child) {
    display: none !important;
}

.content-tintuc p {
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;

}
@media screen and (max-width: 991px) {
    .title-sp-home {
        height: 70px;
    }


    /*.content-tintuc p + p.description:not(:first-child) {
        display: none !important;
    }*/

    .tin_tuc_su_kien-template-default .content-sukien{
        padding-left: 30px;
        padding-right: 30px;
    }
    .woocommerce-loop-product__title {
        font-size: 0.7rem !important;
        height: 70px;
    }
    .noidung-baiviet{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .single-product {
        /*        padding-left: 40px;
                padding-right: 40px;*/
    }
    .woocommerce div.product{
        padding-left: 40px;
        padding-right: 40px;
    }
    .single-product p{
        text-align: justify;
    }
    .gioithieu-right h2 span{
        font-size: 1.72rem;
    }

    .archive .product{
        box-shadow: none !important;
        margin-bottom: 1rem !important;
    }
    .card .card-header h5 button{
        text-align: justify !important;
    }
    .dia-chi{
        border-right:none !important;
        height: auto !important;
    }
    .row.nav-links.justify-content-between {
        display: flex;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
    .nav-next{
        float:right;
    }
    .title-video{
        font-size: 1rem;
    }
    .title-tintuc a{
        font-size: 1rem !important;
    }
    .home p{
        text-align: justify !important;
    }
    .menu-ress {

        /*        display: flex;
                flex-direction: row-reverse;*/
    }
    .gio-hang ul{
        list-style: none;
        display: block !important;
    }
    .gio-hang ul li:nth-child(1) {
        padding-top: 18px;
    }
    .mini{
        text-align: center;
        margin-right: 0 !important;
    }
    .entry-content{
        /*        padding-left: 20px;
                padding-right: 20px;*/
    }
    .header-chinh{
        display: flex;
    }
    .logo{
        order:2;
    }
    .navbar-toggler{
        order:1;
    }
    #navbarNavDropdown{
        order:4;
    }
    .gio-hang{
        order:3;
    }
    #hoclhome{
        padding: 0 15px;
    }
    .menu-boostrap ul{
        padding: 20px 0;
        width: 100% !important;
    }
    .menu-boostrap ul li{
        width: 100%;
        position: relative;
    }
    .menu-boostrap ul li ul{
        padding-left: 25px !important;
        position: static !important;
        display: none;
        opacity: 1 !important;
        box-shadow: none !important;
    }

    .menu-toggle:after{
        content: "\f067";
    }
    .menu ul li > .menu-toggle {
        border-radius: 50%;
        color: #999;
        cursor: pointer;
        font-family: FontAwesome;
        font-size: 11px;
        position: absolute;
        height: 30px;
        line-height: 25px;
        top: 40px;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        right: 0;
        width: 30px;
    }
}
ul#main-menu {
    justify-content: left !important;
}
/*.menu-ress {
    display: flex;
}*/

#wrapper-footer-full{
    text-align: center;
    background: #353535;
    font-size: 13px;
    padding: 5px;
    color: #cecece;

}
.logo.pl-2.pr-2 {
    width: 145px;
    height: auto;
}
.content-sukien{
    padding-top: 30px;
    text-align: justify;
}
.main-footer .widget-title, li>a, .textwidget{
    color: #fff;
}
.main-footer{
    padding: 35px 0 25px;
    background: #104e86;
}
.main-footer p{
    color: #fff;
}
.vc_row{
    margin: 0 !important;
}
.heading-home {
    text-align: center;
    color: #fff;
    padding:0 100px 0 100px;
}
.gioithieu-home {
    text-align: justify;
}
.noidung-gioithieu p{
    //width: 700px;
}

.gioithieu-right p{
    color: #fff;
    padding: 20px;
}
.home-content1{
    color: #fff;
}
.block-home3{
    padding:0 100px 0 100px;
}
.hinh-block3 img{
    margin: 0 auto;
}
.block-home-product{
    padding:0 100px 0 100px;
}
.aa .widget_media_image{
    text-align: center;
}
.aa p{
    text-align: center !important;
}
.block-5 p{
    color: #fff;
}
.block-home-main{
    //padding:0 100px 0 100px;
}
.hinh{
    text-align: center;
    transition: transform .2s;
    text-transform: uppercase;
    padding-bottom: 30px;

}
.slogan1{
    font-style: italic;
    font-size: 1.8rem;
}
.gio-hang ul{
    list-style: none;
    display: flex;
    margin-bottom: 0.5rem;
}
.mini{
    margin-top: 0.14rem;
}
.hinh a{
    color: #000;
}
.khoi-blog {

    text-align: center;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.khoi-blog h3 a{
    color: #000;
    font-size: 1rem;
    font-weight: 400;
}
select.orderby.custom-select {
    margin-bottom: 10px;
}
.form-lien-he .gform_wrapper.gf_browser_chrome .gform_body{
    /*    width: 60% !important;*/
    margin: 0 auto !important;
}
.them-gio {
    border-top: 1px solid #d8d8d8;
    padding-top: 5px;
    width: 80%;
    display: block;
    margin: 10px auto 0;
    padding: 10px 0 13px 0;
}
.them-gio a{
    color: #000;
}
.form-lien-he .gform_wrapper .gform_footer{
    text-align: center;
}
.form-lien-he .gform_wrapper .gform_footer #gform_submit_button_1{
    padding: 5px 30px;
    border-radius: 20px;
    background: #42ade2;
    border: 2px #e4e4e4;
    color: #fff;
}
.form-lien-he .gform_wrapper .gform_footer #gform_submit_button_1:hover{
    color: #000;
    background: #d4ebf7;
    border: 1px #000;
}
.gform_wrapper .gform_footer{
    text-align: center;
}
.entry-header-full{
    background: #335a67;
    height: 300px;
    position: relative;
}
.title-baiviet h2{
    color: #42ade2;
    font-weight: 600;
    text-align: center;

    margin-bottom: 30px;
}
.baiviet-main{
    padding: 20px 0 0 0;
}
.noidung-baiviet{
    padding: 20px 0;
    border-bottom: 2px solid #42ADE2;
    border-bottom-style: dashed;
}
a.glink img {
    margin-right: 3px;
}
.woocommerce-breadcrumb{
    display: none;
}
div#right-sidebar {
    display: none;
}
.woocommerce-loop-product__title:hover{
    color: #42ade2;
}
.woocommerce-loop-product__title{
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 0.9rem !important;
    height: 50px;
}
.products li .price{
    text-align: center;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
}
.woocommerce-notices-wrapper{
    padding-top: 30px;
}
.add-to-cart-container{
    border-top: 1px solid #d8d8d8;
}
.tintuc-lienquan h2{
    color: #006bff;
}
.tintuc-lienquan{
    padding-top: 10px;
    padding-bottom: 20px;
}
.add-to-cart-container a{
    border-color: none !important;
}
.woocommerce ul.products li.product a{
    color: #000;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
}
.woocommerce ul.products li.product a:hover{
    background-color: #0000 !important;
    color: #bbb;
}
.woocommerce ul.products li.product a img{
    transition: ease-in;
    transition: transform .2s;
}
.woocommerce ul.products li.product a img:hover{
    transform: scale(1.1);
}

.woocommerce ul.products li.product a:focus{
    box-shadow: 0 0 0 0.2rem rgb(85 51 255 / 0%) !important;
}
.sharePost {
    display: flex;
    align-items: center;
}
.sharePost div {
    margin-right: 5px;
}
.sharePost > div:last-child {
    margin-right: 0px;
}

.woocommerce div.product .product_title{
    color: #2789a7;
}
.product_cat-san-pham .price{
    text-align: left;
    color: #000 !important;
    font-weight: 600;
}
.woocommerce .quantity .qty{
    padding: 5px;
}
.btn-outline-primary:hover{
    background-color: #4384F6 !important;
    border-color: #4384F6 !important;
}
.product_meta {
    padding-top: 10px;
    display: none;
}

section.related.products h2 {
    color: #0067bf;
    font-weight: 600;

}

.form-cauhoi .gform_title{
    text-align: center;
    font-size: 2rem !important;
    color: #2b83a5;
}
.form-cauhoi input#gform_submit_button_2{
    padding: 5px 30px;
    border-radius: 20px;
    background: #42ade2;
    border: 2px #e4e4e4;
    color: #fff;
    text-align: center;
}
.gform_wrapper h3.gform_title {
    margin-top: 25px!important;
}
.form-cauhoi input#gform_submit_button_2:hover{
    background: #19b9f5;}



/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 15px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;  
}

.video-session iframe{
    width: 100%;
}

.xem-them{
    font-size: 1.15rem;
}
.xem-them a{
    color:lightblue;
}

.title-video {

    padding-bottom: 20px;

    color: #136b94;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}   

.video-4 iframe{
    height: 200px;

}
.entry-header-single{
    text-align: center;
}
.entry-header-single h1{
    font-weight: 600;
}
.video-single{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.title-tintuc {

    text-transform: uppercase;
}
.title-tintuc a{
    color: #136b94;
    font-size: 1.3rem;
    font-weight: 600;

}
.title-tintuc a:hover{
    color: #000;
}
.tintuc-session img{
    width: auto;
    display: block;
    margin: 0 auto;
}
.tintuc {
    background: #f5f5f5;
    border: 7px solid #fff;

    padding-top: 10px;
    padding-bottom: 10px;
}


.content-tintuc {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-tintuc .fck_detail {
    display: none;
}
a.social-footer img {
    width: 30px;
}
i.fa.fa-shopping-cart{
    color: #5a5a5a;
    font-size: 1.4rem;
}

.pageTitle{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.title-h1 {
    color: #fff;
    position: relative;
    z-index: 9;

}
h1{
    text-transform: uppercase;
    font-weight: 600;
}
.title-h1 a{
    color: #fff;

}
.pageTitle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #226d8645;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.xem-them a:hover{
    color: #ffff !important;
}

.hinh img:hover{
    transform: scale(1.02);
}
.main-footer h3.widget-title{
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 500!important;
}
.main-footer ul{
    padding-left: 0;
}
.main-footer li{
    list-style: none;
}
.main-footer li:before{
    content: '\f13';
    color: #75c6fd;
    font-size: 1.2rem;
    padding-right: 5px;
}
/*.home h2{
        border-bottom: 2px solid #7fc6e0;
    display: inline-block;
    border-bottom-style: groove;
}*/

.home h2 {
    margin-bottom: 30px;
}
.hinh-block5{
    /*    position: absolute;*/
}
.hinh-block5:before{
    position: absolute;
}

/*Css Äáº¡i LÃ½*/

select#daily_cat {
    margin-left: 25px;
    height: 45px;
    font-size: 20px;
    padding: 2px 7px;
}
select#daily_cat {
    margin-left: 25px;
    height: 35px;
    font-size: 16px;
    padding: 2px 7px;
    margin-bottom: 10px;
}

li.daily-item {
    list-style: none;
    background: rgb(241, 241, 241);
    padding: 5px 20px;
    margin-bottom: 5px;    cursor: pointer;
}

li.daily-item h5 {
    text-align: center;
    font-family: myriad-semibold;
    text-transform: uppercase;
    color: #42ade2;

}
ul.listitem {
    max-height: 485px;
    overflow-y: scroll;
    padding-left: 0;
}
ul.listitem::-webkit-scrollbar {
    width: 10px;
    border-radius:10px;
}

ul.listitem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

ul.listitem::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
form.wpcf7-form div {
    margin-bottom: 10px;
}
form.wpcf7-form div {
    margin-bottom: 10px;
}
ul.widget-about {
    list-style: none;
    padding-left: 5px;
}
ul.widget-about li {
    padding: 5px;
}
ul.widget-about li
span.fa {
    width: 30px;
    margin-right: 5px;
    font-size: 20px;
    color: #F37422;
    text-align: center;
    border: 1px rgba(0, 0, 0, 0.04) solid;
}
ul.widget-about li
a {
    color: black;
}
div#daily_listitem {
    margin-top:7px;
}
.daily-page .overlay-block h3 {background-color: #104e86;font-size: 25px;padding: 10px 0;margin-bottom: 0;color: white;text-align: center;}
.daily-page .overlay-block li.daily-item:hover > h5 {color: #104e86;}
div#sub_tinh_thanh {
    display: inline;
    margin-left: 15px;
}
.daily-page {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

/*Css Äáº¡i LÃ½ - END*/

button.btn.btn-outline-primary {
    background: #55acee;
    color: #fff;
    border: #4285f4; 
}

.fa-arrow-right:before{
    color: #1b6a88;
}
.readmore a{
    color: #146a8a;
    font-size: 1.1rem;
}
.readmore a:hover{
    color: #000;

}
.readmore{
    /*    padding-top: 10px;
        position: absolute;
        bottom: 0;*/
}

.gform_body{
    padding-right: 10px;
}

/*Edit*/
.ttt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.ttt .readmore {
    width: 100%;
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.ttt .readmore i {
    line-height: 1.7;
}
.post-navigation .nav-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
.post-navigation .nav-links:before {
    content: '';
    position:absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    /*    background-color: rgba(0,0,0,0.1)*/
}
.post-navigation .nav-links > * {
    /*    width: 50%;*/
}
.post-navigation .nav-links .nav-previous {
    padding-right: 15px;
}
.post-navigation .nav-links .nav-next {
    padding-left: 15px;
    text-align: right;
}
/*Edit*/


.noidung-baiviet:last-child {
    border: none;
}
/**/
.woocommerce:not([class *='paged-']):not([class *='post-type-paged-']):not(.single-product) .row {
    margin-left: 0;
    margin-right: 0;
    /*    display: block;*/
}

.container-sp {
    width: 95%;
    margin: 0 auto;
    overflow-x: hidden;
}   
/**/
.col-md{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header {
    box-shadow: -4px 0px 1px 0px #8db1d0;
    height: 90px;
}
.gia {
    color: #000;
    font-size: 1.2rem;

}
.home #hocldes{
    text-align:justify;
}
.hinh-nb img{
    transition: transform .2s;
}
.hinh-nb img:hover{
    transform: scale(1.02);
}
.home img{
    transition: transform .2s;
}
.home img:hover{
    transform: scale(1.02);
}
aside#text-2 {
    margin-top: 15px;
}
div#full-width-page-wrapper {
    padding-top: 0;
}
.khoi-blog h3 a:hover {
    color: #42ade2;
}
.main-footer a,.main-footer p,.main-footer .tt {
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
}
.dang-ky, .dang-nhap{
    color: #4677c8;
    padding-left: 8px;
}
.topmenu a {font-size: 14px;}

.topmenu {
    background: #00000005;
}
nav.container.navigation.post-navigation {
    padding-bottom: 30px;
}
.cochelist img {
    height: 150px;
    width: auto;
}

.button-mua a {
    background: #fff;
    color: #43ade2;
    padding: 10px 25px;
    border-radius: 6px;

    font-weight:bold;
}
.co-che{
    border: 1px solid #f5f5f56b;
}
.button-mua {
    margin-top: 20px;
}
.button-mua a:hover{
    background: #006bff;
    color:white;
}
.container-sp{

    margin: 0 auto;

}
/*.ungdung img {
    width: 100%;
    height: auto;
    margin: 15px auto;
}*/
.ungdung {
    padding-left: 10px;
    padding-right: 10px;
}
.ungdung p{
    text-align: justify;
}
.pageTitle h1 {
    color: white;
    z-index: 9999;
    font-size: 2.2rem;
}
input#ship-to-different-address-checkbox {
    margin: 10px;
}
.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}
a.woocommerce-privacy-policy-link {
    color: blue;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.ywsl-social {
    display: inline-block;
    margin-right: 5px;
}
.archive  .product{
    background: #f5f5f5;
    box-shadow: 1px 1px 0px 10px #f5f5f5;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.dia-chi {
    border-right: 1px solid #000;
    height: 120px;
}
.dia-chi:last-child{
    border-right: none;
}
.hinh-nb {
    background: #f5f5f5;

}
body a {
    color: #1093d4;
}
@media only screen and(max-width:768px){
    .dia-chi{
        border-right: 0 !important;
    }

}
.daily-item-body {
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

    opacity: 1;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3.8% 3.8% 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.hinh-ungdung {
    display: flex;
    justify-content: center;
}
.cacungdung{
    display: flex;
    justify-content: center;
}

.sharePost {
    display: flex;
    align-items: center;
}
.sharePost div {
    margin-right: 5px;
}
.sharePost > div:last-child {
    margin-right: 0px;
}
.mua-gio{
    margin-left: 10px !important;
    margin-right: 10px !important;
    background: #5dd3ff !important;
}
.mua-gio:focus{
    outline: none !important; 
}
.woocommerce-ordering{
    z-index: 3 !important;
}
.btn-link{
    color: #42ade2 !important;
}
.modal-body .gform_title{
    text-align: center;
}
.button-gopy {

    padding: 5px;
    font-size: 0.9rem;
    background: none;
    border: 0;
    color: #ffffff;
}
.button-gopy:hover{
    background: none !important;
}
.button-gopy:focus{
    box-shadow: none !important;
}
.tt2{
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
    margin-top: -13px;
}
.gopy .gform_body #gform_fields_3{
    display: flex;
    flex-wrap: wrap;
}
.email-ykien{
    padding-left: 15px;
    padding-top: 17px;
}
.sdt-ykien{
    width: 96%;

}

.modal-content {
    background: #a2e5ff;
}

.name_first label {
    display: none !important;
}