/*
Theme Name: WebNganh Child
Description: Web được thiết kế dựa trên mã nguồn Wordpress và Theme Flatsome
Author: UX Themes Web Ngành
Template: flatsome
Theme URI: https://webnganh.com/
Author URI: https://webnganh.com/
Description: WebNganh.Com
Version: Code DevWp WebNganh
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: "arial", serif;
}
.container {
    width: 1200px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}
.searchform {
    margin-bottom: 15px;
    position: relative;
}
.searchform input[type="text"] {
    width: 260px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
}
.searchform button {
    position: absolute;
    width: auto;
    right: 0;
    height: 100%;
    margin-right: 0;
}
.searchform input[type="text"]:focus, .searchform input[type="submit"]:focus {
    outline: none;
}
#searchsubmit i {
    top: -2px;
}
.name-cty {
    width: 130px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ff0;
    text-shadow: 2px 3px 4px #000;
}
.divtop-1 {
    font-size: 25px;
    color: #f00;
    font-weight: 500;
}
.divtop-2 {
    font-size: 20px;
    color: #000;
}
.sale-top {
    font-size: 20px;
    color: #f00;
}
.sale-top span {
    font-size: 18px;
    color: #000;
}
.email-top {
    color: #000;
}
.email-top span {
    color: #f00;
}
.box-img-edit .box-image {
    padding: 8px 15px;
}
.row-shadow {
    box-shadow: 0px 0px 10px #e1e1e1;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.colum-edit {
    padding: 0px 5px 10px 5px;
}
.box-img-edit .box-image div img {
    width: 100%;
    height: 245px;
}
.devwp-row-slider:hover .flickity-prev-next-button {
    box-shadow: none;
    opacity: 1;
}
.devwp-row-slider:hover .flickity-prev-next-button svg, .devwp-row-slider:hover .flickity-prev-next-button .arrow {
    background-color: #446084;
    border-color: #446084;
    color: #fff !important;
	border-radius: 100%;
    border: 2px solid currentColor;
}
.bg-alow .section-bg.bg-loaded {
    background-attachment: fixed;
}
.box-post-edit .box-text {
    height: 155px;
}
.post_comments.op-7 {
    display: none;
}
.views {
    font-size: 14px;
}
.info-thong-so {
    border: solid 1px #eee;
    margin-top: 10px;
}
.header-title-ts {
    text-align: center;
    padding: 15px 0px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.info-thong-so ul {
    list-style: none;
    margin-bottom: 0px;
}
.info-thong-so ul li {
    padding: 5px 15px;
    margin-bottom: 0;
}
.info-thong-so ul li + li {
    border-top: 1px solid #ccc;
}
.text-info-com {
    font-weight: 600;
}
.img-post {
    margin-top: 10px;
}
.content-post-product {
    text-align: center;
    padding: 10px 0px;
    background: #f5f5f5;
    color: #22af54;
    font-size: 18px;
    font-weight: 600;
}
.content-post-df {
    border: 1px solid #f5f5f5;
    padding: 10px;
}
.section-by {
    background: #f5f5f5;
}
.box-post-by-post {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px #4c4c4c;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.info-post-by {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
    left: 0;
}
.info-post-by h3 {
    color: #fff;
    text-align: center;
}
.box-off {
    height: 250px;
    margin-top: 10px;
}
.title-rl {
    font-size: 25px;
}
.box-img-by-in {
    position: relative;
}
.box-img-by-in .price {
    position: absolute;
    left: 15px;
    background: #404040;
    padding: 0px 20px;
    top: -10px;
    color: #fff;
}
.box-off-in {
    border: 1px solid #ccc;
}
.best-info {
    background: #484848;
    color: #fff;
    padding: 5px 10px;
}
.best-info a {
    color: #fff;
}
.info-post-by-in h3 {
    font-size: 16px;
}
.info-post-by-in p {
    margin-bottom: 5px;
}
.info-hotline {
    text-align: center;
    margin-bottom: 10px;
}
.info-hotline a {
    background: #ff0;
    color: #000;
    padding: 5px 30px;
    font-size: 20px;
}
.title-tax {
    text-align: center;
    text-transform: uppercase;
}
.footer-edit {
    border-top: 2px solid #fe0000;
}
.price-oke {
    color: #f00;
    font-size: 20px;
}
.img-post img {
    width: 100%;
}
.footer-edit i {
    color: #f00;
}
.footer-edit p {
    margin-bottom: 5px;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
    transition: opacity .25s;
    display:none;
}
.nav-dropdown-default {
    padding: 5px;
}
.box-img-by-in img {
    width: 100%;
}
.box-img-by {
    text-align: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.container {
    width: 100%;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1080px;
}

}