/*
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.   ***************/
.item-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
}
.item-contact .img {
    width: 25.41px;
    height: 25.41px;
    overflow: hidden;
}
.item-contact .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.item-contact .text p {
    font-size: 12px;
    line-height: 15px;
    color: #4f4f4f;
    margin-bottom: 3px;
}
.item-contact .text a {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
    font-weight: 900;
}

.butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
	    padding: 5px;
}
.butt::before {
    position: absolute;
    content: "";
    width: 100%; /* Adjust to cover the entire button */
    height: 100%; /* Adjust to cover the entire button */
    top: 0;
    left: 0;
    background: var(--primary-color);
    transform: scaleX(1);
    transition: transform 0.3s;
    transform-origin: center right;
    z-index: 1; /* Ensure the pseudo-element is below the content */
}
.butt:hover .img img {
    -webkit-filter: invert(36%) sepia(97%) saturate(745%) hue-rotate(80deg) brightness(36%) contrast(102%);
    filter: invert(36%) sepia(97%) saturate(745%) hue-rotate(80deg) brightness(36%) contrast(102%);
}
.butt:hover::before {
    transform: scaleX(0);
}

.butt img {
    width: 25px;
    z-index: 1;
	position: relative;
}
.butt:hover .img img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(3083%) hue-rotate(345deg) brightness(112%) contrast(99%);
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(3083%) hue-rotate(345deg) brightness(112%) contrast(99%);
}
.butt.active span, .butt.active svg {
    color: #fff;
}
.butt:hover b {
    color: var(--primary-color);
}
.butt b {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
	font-weight: 400 !important;
}
.butt:hover span {
    color: var(--primary-color);
}
.butt span {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
	font-weight: 400 !important;
}
.butt.phone {
    background: var(--primary-color);
}
.butt.phone::before {
    background: #fff;
}
.butt.phone *{color:#000}
.butt.phone:hover *{color:#fff}
.butt.phone svg {
    z-index: 1;
    margin-right: 10px;
}

:root {
  --color1: #fea802;
}
/* Áp dụng cho thanh cuộn của toàn bộ trang */
.vertical-thumbnails::-webkit-scrollbar,.box_truot::-webkit-scrollbar {
  width: 6px; /* Độ rộng của thanh cuộn */
}

/* Màu nền của thanh cuộn */
.vertical-thumbnails::-webkit-scrollbar-track,.box_truot::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Màu của tay cầm thanh cuộn */
.vertical-thumbnails::-webkit-scrollbar-thumb,.box_truot::-webkit-scrollbar-thumb {
  background: var(--color1); 
  border-radius: 10px; /* Bo góc tay cầm thanh cuộn */
}

/* Thay đổi màu khi tay cầm thanh cuộn được hover */
.vertical-thumbnails::-webkit-scrollbar-thumb:hover,.box_truot::-webkit-scrollbar-thumb:hover {
  background: var(--color1); 
}
.sanphamnoibat .panel .colc{
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.sanphamnoibat .panel .col:nth-child(1) .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sanphamnoibat .panel .col .bg {
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.sanphamnoibat .panel .col .bg::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(var(--wp--preset--color--primary)), to(var(--wp--preset--color--primary))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--wp--preset--color--primary), var(--wp--preset--color--primary)), linear-gradient(#FFFFFF, #FFFFFF);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}
.sanphamnoibat .panel .col .bg::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 3;
}
.sanphamnoibat .panel .col:nth-child(1) .bg::after {
    background: #D1D6C7;
}


.sanphamnoibat .panel .col:hover .bg::before {
    visibility: visible;
    opacity: 1;
}
.sanphamnoibat .panel .col:hover .bg::after {
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.sanphamnoibat .panel .col .img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
	z-index:3}

.sanphamnoibat .panel .col:nth-child(1) .number {
    top: 0;
    left: 9px;
}

.sanphamnoibat .panel .col .number {
    position: absolute;
    z-index: 4;
	max-width:39%
}
.sanphamnoibat .panel .col .col-inner {
    margin: 0 auto;
}

.sanphamnoibat .panel .col:nth-child(2) .bg::after {
    background: #E5D5A1;
}

.sanphamnoibat .panel .col:nth-child(2) .bg {
    width: 90%;
    height: 70%;
    top: 10%;
    left: 0;
}

.sanphamnoibat .panel .col:nth-child(2) .number {
    top: 0;
    right: -20px;
}
.sanphamnoibat .panel .col:not(:nth-child(1)) .col-inner{
	width:80%
}
.sanphamnoibat .panel .col:nth-child(3) .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sanphamnoibat .panel .col:nth-child(3) .bg::after {
    background: #DAD2D2;
}

.sanphamnoibat .panel .col:nth-child(3) .number {
    bottom: -45px;
    left: -60px;
}

.sanphamnoibat .panel .col:nth-child(3) .number {
    bottom: -45px;
    left: -60px;
}
.sanphamnoibat .panel .col:nth-child(3) .col-inner {
    position: absolute;
    bottom: 0;
}
.sanphamnoibat .panel .col:nth-child(4) .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sanphamnoibat .panel .col:nth-child(4) .bg::after {
    background: #F0C399;
}
.sanphamnoibat .panel .col:nth-child(4) .number {
    bottom: -16px;
    right: 0;
}


.sanphamnoibat .panel .col:nth-child(5) {
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    right: 0;
    bottom: 0;
    top: 80%;
    max-width: 185px;
}
.sanphamnoibat .panel .col:nth-child(5) .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sanphamnoibat .panel .col:nth-child(5) .bg::after {
    background: #BFCAEA;
}
.sanphamnoibat .panel .col:nth-child(5) .number {
    bottom: -15px;
    right: -41px;
}
.sanphamnoibat{
	padding-bottom:100px !important
}

.sanphamnoibat .tabbed-content ul.nav {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
}
.sanphamnoibat .tabbed-content ul.nav::-webkit-scrollbar {
    display: none;
}
.sanphamnoibat .tabbed-content span {
    font-weight: 400 !important;
}
.sanphamnoibat .tabbed-content>ul>li.active span {
    font-weight: 700 !important;
}

.sanphamnoibat .tabbed-content>ul>li.active a:before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 46%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 12px solid var(--color1);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    opacity: 1;
    visibility: visible;
}

.sanphamnoibat .panel .col .text-pro {
    position: absolute;
    font-family: 'Montserrat';
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ed1c37;
    letter-spacing: 2px;
    bottom: -12px;
    right: 0;
    z-index: 5;
    -webkit-transform: translate(60%, 38%);
    transform: translate(60%, 38%);
    width: 300px;
    text-align: center;
}



.product-small:hover .box-image::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
    left: 75%;
    -webkit-transition: 1s;
    transition: 1s;
}
.box-image::before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:"";width:50%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.product-small img.show-on-hover {
    display: none;
}

@keyframes rotate{
0% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--color1), var(--color1)), linear-gradient(#FFFFFF, #FFFFFF);
}
40% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--color1), var(--color1)), linear-gradient(var(--color1), var(--color1)), linear-gradient(#FFFFFF, #FFFFFF);
}
75% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(var(--color1), var(--color1)), linear-gradient(var(--color1), var(--color1)), linear-gradient(var(--color1), var(--color1)), linear-gradient(#FFFFFF, #FFFFFF);
}
100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

}


.sanphamnoibat a.butt {
    POSITION: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    padding: 5px 30px !important;
}
.sl_spmoi .box-image::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(https://dongphucasian.com/wp-content/uploads/2024/07/new.png) no-repeat;
    z-index: 3;
    top: 10px;
    right: 10px;
    background-size: contain;
}

.blog-post-inner .button {
    border: unset !important;
    color: var(--primary-color);
    font-weight: 400 !important;
}

.blog-post-inner .button {
    border: unset !important;
    color: var(--primary-color);
    font-weight: 400 !important;
    background: unset !important;
    margin-top: unset;
}
.blog-post-inner .button:after {
    content: ">>";
}
.blog-post-inner .is-divider {
    display: none;
}
.box-text {
    padding-bottom: 10px !important;
}

.form_col0_dangkytuvan::before {
    position: absolute;
    content: url(https://dongphucasian.com/wp-content/uploads/2024/07/group1.png);
    bottom: 56px;
    right: 0;
    z-index: 0;
}
.form_col0_dangkytuvan::after {
    position: absolute;
    content: url(https://dongphucasian.com/wp-content/uploads/2024/07/group-1.png);
    bottom: 0;
    left: 0;
    z-index: 0;
}
.form_col0_dangkytuvan .images .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.form_col0_dangkytuvan .images1>div {
    position: absolute;
    bottom: 10px;
    right: -139px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #FFF;
    z-index: 1;
}
.form_col0_dangkytuvan .images .img::before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: -1;
    top: 55px;
    left: 55px;
    background: #FFF;
    -webkit-box-shadow: 0 7.69px 20px rgba(190, 58, 58, .21);
    box-shadow: 0 7.69px 20px rgba(190, 58, 58, .21);
}
.form_col0_dangkytuvan .images .img {
    padding: 39px;
}
.danhmucsp .product-category:hover img {
    padding: 2px;
    border-radius: 19px;
}

.danhmucsp .image-cover:before{
content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--color1), var(--color1)), linear-gradient(#FFFFFF, #FFFFFF);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
    z-index: 0;
    opacity: 1;
	}


.custom-product-categories-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Khoảng cách giữa các nút */
}

.category-button {
    display: inline-block;
    padding: 3px 13px;
    background-color: #F6F6F6;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    transition: background-color 0.3s;
}

.category-button:hover,.category-button.active {
    background-color: var(--primary-color); /* Màu nền khi hover */
	color: #fff !important;
}
.custom-category-pr-title {
    text-align: center;
    line-height: 39px;
}


.box_truot {
    height: 600px;
    overflow: scroll;
}

.chinhsachsp .box-text {
    width: 72px;
    margin: 0 auto;
}
.chinhsachsp {
    padding: 20px 0;
    background: rgb(255, 243, 219);
}
.chinhsachsp>div:not(:first-child) .box-text-bottom {
    border-left: solid 1px #ffd0d0;
}
.popdk .wpcf7-submit {
    background: var(--fs-color-secondary);
    width: 100%;
}

.popup-chartsize .content table {
    width: 100%;
    margin-bottom: 40px;
    border-spacing: 0;
}
.popup-chartsize .content table tr {
    width: 100%;
}

.popup-chartsize .content table tr * {
    padding: 12px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 2px solid #000;
}
.popup-chartsize .content table tr td {
    padding: 12px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 2px solid #000;
}
table tr td {
    border: 1px solid #000;
}
#chonsize {
    border-radius: 20px;
}
.phone-mobile {display: none;}
.giuseart-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.ticon-heart {
    background: url(/wp-content/themes/ngo-child/images/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(/wp-content/themes/ngo-child/images/icon-zalo-circle.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav li .button {
    background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(/wp-content/themes/ngo-child/images/icon-angle-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.giuseart-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
    background: url(/wp-content/themes/ngo-child/images/icon-messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(/wp-content/themes/ngo-child/images/icon-sms-1.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
    background: url(/wp-content/themes/ngo-child/images/icon-phone-w.png) no-repeat;
    background-size: contain;}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}




@media only screen and (max-width: 600px){
.giuseart-nav li .chat_animation{display:block !Important}
 
.giuseart-nav li .button .phone_animation {box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
}
.giuseart-nav ul>li a{padding:0; margin:0 auto}
.giuseart-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.phone-mobile{display:block !important}}
.div-no-padding{
	padding-bottom: 0px !important;
}

.luot-xem:before {
 content: "f06e";
    color: #f96e5b;
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin: auto;
    padding: 5px;
}
span.luot-xem {
    color: #f96e5b;
}

.nav-dropdown .ux-menu-title.flex {
    font-weight: 900;
    color: var(--primary-color);
}
.nav-dropdown .ux-menu-link__text {
    font-weight: 600;
    color: #000;
	font-size:16px
}
.chitiet-sp {
    overflow: unset;
}
.sidebar-sp>div {
    position: sticky;
    top: 99px;
}
.sl_spmoi .name {
    font-weight: 700;
    text-transform: uppercase;
}
.header-main .nav > li > a {
    font-size: 14px !important;
}
@media only screen and (min-width: 850px) {
.sanphamnoibat .tabbed-content ul.nav>li:first-child {
    width: calc(20% + 20px);
}

.sanphamnoibat .tabbed-content ul.nav>li {
    width: calc(20% - 20px);
    text-align: center;
}

}
@media only screen and (max-width: 848px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.mobile-nav .header-search .nav-dropdown {
    margin-right: 100% !important;
    left: -225px;
    padding: 0;
}

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



@media only screen and (max-width: 550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.sanphamnoibat .panel .col:nth-child(5) {
        top: 57%;
        max-width: 50%;
        bottom: 67px;
    }

.sanphamnoibat .panel .col:not(:nth-child(1)) .col-inner {
    width: 90%;
}
.sanphamnoibat .panel .col:nth-child(3) .col-inner {
    position: relative;
}	
	.sanphamnoibat .panel .col:nth-child(3), .sanphamnoibat .panel .col:nth-child(4) {
    padding: 0 0 0 10px;
}
.sanphamnoibat .panel .col .text-pro {
    bottom: 36px;
}
.sanphamnoibat .panel .col:nth-child(2) .col-inner {
    width: 66%;
}
.sanphamnoibat .panel .col:nth-child(3) .number {
    top: 0;
    left: 0;
}

	
.blog-home .box-blog-post {
    display: flex;
}
.blog-home .box-vertical .box-image {
    width: 50% !important;
}
.blog-home  .box-text {
    padding-left: 10px;
}
.blog-home   .post-item {
    margin-bottom: 15px;
}
	.blog-home {
    margin-top: -30px;
}
.popup-chartsize .content table tr td {
        font-size: 10px;
    }
	
}
