* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    list-style: none;
}
a {
    color: #262626;
    text-decoration: none;
}
a:hover {
    color: #4a90e2;
}
ul, li , p {
    margin: 0;
    padding: 0;
}
.header-content{
    color: #262626;
}
.header-content .search {
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #327ad0;
}
.header-content .search:hover i {
    color: #327ad0;
}
.header-content .search input {
    border: none;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #327ad0;
}
.header-content .recently-product .btn {
    border: 0;
    display: flex;
    cursor: pointer;
    font-size: 13px;
    color: #262626;
    text-align: center;
    border-radius: 4px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #327ad0;
    background-color: transparent;
}
.header-content .recently-product .btn:hover {
    color: #ffffff;
    background: #327ad0;
}
.header-content .hotline {
    font-size: 22px;
    color: #262626;
}
.header-content .hotline i {
    font-size: 22px;
    color: #ff0000;
}
.header-content .hotline a {
    color: #ff0000;
}
.header-content .hotline:hover a, .header-content .hotline:hover i {
    color: #327ad0;
    text-decoration: underline;
}
#header-menu {
    width: 100%;
    position: relative;
    background-color: #327ad0;
}
#header-menu.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#header-menu .mega-menu>ul {
    margin: 0;
    text-align: center;
}
#header-menu .mega-menu>ul>li{
    font-size: 20px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
}
#header-menu .mega-menu>ul>li.root-menu {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    overflow: inherit;
}
#header-menu .mega-menu>ul>li.root-menu:hover {
    background-color: #ffffff;
}
#header-menu .mega-menu>ul>li.root-menu:hover .root-item a  {
    color: #333333;
}
#header-menu .mega-menu .root-menu .root-item a {
    font-size: 22px;
    color: #ffffff;
}
#header-menu .mega-menu .root-menu .menu-items{
    padding: 0;
    z-index: 2;
    display: flex;
    margin-top: 1px;
    position: absolute;
    transform: scaleY(0);
    background: #ffffff;
    flex-direction: column;
    transform-origin: 100% 0%;
    transition: transform 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#header-menu .mega-menu .root-menu .menu-items.active {
    transform: scaleY(1);
}
#header-menu .mega-menu .root-menu .menu-items li {
    font-size: 15px;
    position: relative;
    color: #666666;
    font-weight: 400;
    text-align: left;
    float: left;
    padding: 0 15px;
}
#header-menu .mega-menu .root-menu .menu-items li .title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    border: none;
    line-height: 1;
    padding: 13px 5px;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}
#header-menu .mega-menu .root-menu .menu-items li .title a {
    color: #262626;
}
#header-menu .mega-menu .root-menu .menu-items li .title a:hover {
    color: #4a90e2;
    text-decoration: underline;
}
#header-menu-mobile {
    display: none;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.header-search-mobile {
    display: none;
}
/* v-megamenu */
.v-megamenu-container {
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border: 1px solid #e2dfdf;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.v-megamenu-title {
    gap: 10px;
    height: 46px;
    display: flex;
    color: #ffffff;
    padding: 0 20px;
    text-align: left;
    line-height: 46px;
    position: relative;
    align-items: center;
    background-color: #4a90e2;
}
.v-megamenu-title .title-text {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
.v-megamenu {
    width: 100%;
    max-height: 375px;
    overflow-y: auto;
    border-radius: unset;
    box-shadow: 0 0 0 1px #fff inset;
}
.v-megamenu > ul > li {
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
    text-align: left;
}
.v-megamenu > ul > li:hover {
    background-color: #4a90e2;
}
.v-megamenu > ul > li.active {
    background-color: #327ad0;
}
.v-megamenu > ul > li.active > a {
    color: #ffffff;
}
.v-megamenu > ul > li > a {
    display: block;
    padding: 0 15px;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-transform: capitalize;
    box-shadow: 0 1px #ffffff;
    border-bottom: 1px solid #d6d4d4;
}
.v-megamenu > ul > li:hover > a {
    color: #ffffff;
}
.post-top {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
.post-top .post-right {
    padding: 15px;
    max-height: 477px;
    overflow-y: auto;
    border: 1px solid #e2dfdf;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.post-right .title-block {
    width: 100%;
    display: flex;
    font-size: 17px;
    color: #1e1e21;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0 1px #ffffff;
    justify-content: space-between;
    border-bottom: 1px solid #e2dfdf;
}
.post-right .title-block .readmore {
    color: #4a90e2;
    font-size: 12px;
    text-transform: capitalize;
}
.post-right .title-block .readmore:hover {
    text-decoration: underline;
}
.post-right .post-content {
    gap: 15px;
    padding: 11px 0;
    border-bottom: 1px dashed #ebebeb;
}
.post-right .post-content:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.post-right .image-wrapper {
    width: 100px;
    height: 70px;
    overflow: hidden;
}
.post-right .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-right .post-content .left-content .title {
    font-size: 15px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-right .post-content .left-content .time {
    color: #999999;
    font-size: 12px;
}

/* hot product */
.hot-product {
    margin-top: 100px;
}
.hot-product .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.top-project {
    margin-top: 100px;
}
.top-project .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.horizontal-product .product {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.top-project.horizontal-product .product {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.horizontal-product .product .image-cover {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.horizontal-product .product .image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.horizontal-product .product .product-description {
    min-height: 122px;
    padding: 15px 12px;
}

.horizontal-product .product .product-description .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}
.horizontal-product .product .product-description .name {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #262626;
}
.horizontal-product .product .product-description .name:hover {
    color: #4a90e2;
}
.horizontal-product .product .product-description .product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.horizontal-product .product .product-description .product-price .product-price-left {
    text-align: left;
}
.horizontal-product .product .product-description .product-price .pro-price-new {
    font-size: 18px;
    color: #ed2e2e;
}
.horizontal-product .product .product-description .product-price .pro-price-old {
    font-size: 13px;
    color: #767676;
    text-decoration: line-through;
}
.horizontal-product .product .product-description .product-price .product-price-right {
    font-size: 13px;
    cursor: pointer;
    color: #4a90e2;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #4a90e2;
}
.horizontal-product .product .product-description .product-price .product-price-right:hover {
    background-color: #4a90e2;
}
.horizontal-product .product .product-description .product-price .product-price-right:hover a {
    color: #ffffff;
}
.horizontal-product .btn-read-more {
    margin-top: 30px;
    text-align: center;
}
.horizontal-product .btn-read-more .btn {
    color: #4a90e2;
    padding: 8px 70px;
    border: 1px solid #4a90e2;
}
.horizontal-product .btn-read-more .btn:hover {
    color: #ffffff;
    background-color: #4a90e2;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background-color: #262626;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #4a90e2;
}
/* footer */
.footer {
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
}
.footer .footer-infor {
    margin-top: 30px;
}
.footer .footer-infor .ft-address {
    gap: 10px;
    display: flex;
    margin-top: 15px;
    flex-direction: column;
}
.footer .copyright {
    margin-top: 50px;
}
.footer .copyright a {
    color: #4a90e2;
}
.footer .copyright a:hover {
    text-decoration: underline;
}
.footer .hot-line .title, .footer .footer-tag .title {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    background-color: #4a90e2;
    text-transform: uppercase;
}
.footer .hot-line ul {
    margin-top: 50px;
}
.footer .hot-line ul li:not(:last-child){
    margin-bottom: 15px;
}
.footer .hot-line ul li span {
    min-width: 125px;
}
.footer .hot-line ul li a {
    color: #e83a3a;
}
.footer .hot-line ul li a:hover {
    color: #4a90e2;
    text-decoration: underline;
}
.footer .company-info {
    margin-top: 30px;
}
.footer .company-info .name, .footer .company-info .title {
    font-weight: 700;
}
.footer .company-info .info:not(:last-child) {
    margin-top: 15px;
}
.footer .company-info a {
    color: #333333;
}
.footer .company-info a:hover {
    color: #4a90e2;
    text-decoration: underline;
}
.footer .company-info .bct img {
    max-width: 180px;
    margin-top: 15px;
}
.footer .footer-tag .list-tag {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.footer .footer-tag .list-tag a {
    color: #4a90e2;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #4a90e2;
}
.footer .footer-tag .list-tag a:hover {
    color: #ffffff;
    background-color: #4a90e2;
}
/* product page */
.product-content .product .product-thumnb {
    margin-top: 30px;
}
.product-content .product .product-thumnb ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.product-cover {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.product-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-content .product-thumnb .item {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}
.product-content .product-thumnb .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-content .price {
    gap: 10px;
    display: flex;
    align-items: center;
}
.product-content .price .title {
    font-size: 20px;
}
.product-content .price .pro-price {
    font-size: 30px;
    font-weight: 600;
    color: #4a90e2;
    position: relative;
    display: inline-block;
}
.product-content .price .price {
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    text-decoration: line-through;
}
.product-content .currency {
    top: -5px;
    right: -15px;
    font-size: 0.8em;
    position: absolute;
}
.product-content .short-description {
    font-size: 17px;
    margin-top: 15px;
}
.product-content .status {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-content .btn-contact {
    font-size: 20px;
    margin-top: 15px;
    color: #4a90e2;
    padding: 8px 60px;
    border: 1px solid #4a90e2;
}
.product-content .btn-contact:hover {
    color: #ffffff;
    background-color: #4a90e2;
}
.product-content .description, .product-content .real-img {
    margin-top: 30px;
}
.product-content .description .title, .product-content .real-img .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-content .description .content {
    font-size: 17px;
}
.real-img .owl-carousel .item {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.real-img .owl-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-product {
    margin-top: 100px;
}
.breadcrumbs a {
    font-size: 16px;
    color: #262626;
    text-transform: capitalize;
}
.breadcrumbs a:hover {
    color: #4a90e2;
    text-decoration: underline;
}
.breadcrumb {
    margin-bottom: 15px;
}
.breadcrumb ul li a {
    font-size: 14px;
    color: #959595;
}
.breadcrumb ul li a.active {
    color: #4a90e2;
}
.breadcrumb ul li:not(:last-child) a:after {
    content: "|";
    padding: 0 7px;
}
.product-content .product-name {
    margin: 15px 0;
}
/* project */
.project-title {
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.project-detail .short-description {
    margin: 15px 0;
    font-size: 17px;
    font-weight: 600;
}
.project-item {
    margin-bottom: 50px;
}
.project-item .project-name {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.top-project .project-item .project-name {
    font-size: 18px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}
.top-project .project-item {
    width: 100%;
    position: relative;
}
.top-project .project-item .item {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.top-project .project-item .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-item .owl-carousel .owl-nav{
    display: none;
}
.project-item:hover .owl-carousel .owl-nav{
    display: flex;
}
figure.image {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

figure.image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.project-item .owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
/* carousel */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button:hover {
    color: #4a90e2 !important;
    background-color: transparent !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #262626;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
}
.owl-carousel .owl-prev {
    left: 10px;
}
.owl-carousel .owl-next {
    right: 10px;
}
/* project detail */
.project-detail .project {
    margin-top: 100px;
}
.project-detail .project .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.project-detail .project .item {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.project-detail .project .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-detail .project .project-item {
    margin-bottom: 25px;
}
/* product category */
.product-category:not(:last-child) {
    margin-bottom: 50px;
}
.product-category .category-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.product-category .category-description {
    margin: 15px 0;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.category-page .v-megamenu-container {
    height: auto;
    transition: position 0.3s ease, top 0.3s ease;
}
.category-page .v-megamenu-container.menu-fixed {
    position: fixed;
    top: 50px;
    width: calc(18%);
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* chat button */
.chat-buttons {
    z-index: 9;
    display: flex;
    margin-top: 20px;
    position: relative;
    justify-content: center;
}
.chat-buttons .btn {
    right: 30px;
    border: none;
    bottom: 80px;
    position: fixed;
    cursor: pointer;
    font-size: 16px;
    color: #0084ff;
    border-radius: 5px;
    padding: 12px 14px;
    border: 1px solid #0084ff;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}
.chat-buttons .btn:hover {
    color: #ffffff;
    background-color: #0084ff;
}
.chat-buttons .btn.chat-zalo {
    bottom: 145px;
    padding: 9px;
}
.chat-buttons .btn.phone {
    bottom: 15px;
}
.chat-buttons .btn:hover {
    background-color: #006bbf;
}
.chat-buttons .btn i {
    line-height: 1;
    font-size: 30px;
}
.shake-diagonally:hover {
    animation: shakeDiagonal 0.5s;
    animation-iteration-count: 1;
}

@keyframes shakeDiagonal {
    0% { transform: translate(0, 0); }
    20% { transform: translate(-4px, -4px); }
    40% { transform: translate(4px, 4px); }
    60% { transform: translate(-4px, -4px); }
    80% { transform: translate(4px, 4px); }
    100% { transform: translate(0, 0); }
}
/* post */
.post-header {
    margin-bottom: 20px;
}
.post-content-main .related-posts {
    margin: 15px 0;
}
.post-content-main .related-posts a {
    color: #006bbf;
}
.post-content-main .related-posts a:hover {
    text-decoration: underline;
}
.post-thumbnail {
    margin: 30px 0;
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.related-category-post {
    margin-top: 100px;
}
.square-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.post-content-sub-title {
    margin: 15px 0;
    padding: 0 15px;
    text-align: justify;
}
.post-content-sub-note {
    text-decoration: none;
    font-size: 13px;
    background: #222222;
    padding: 3px 5px;
    color: #ffffff;
    border-radius: 4px;
}
/* recently product */
.recently-product ul {
    width: 310px;
    overflow-y: auto;
    max-height: 300px;
}
.recently-product ul li {
    padding: 10px 0;
}
.recently-product ul li:not(:last-child) {
    border-bottom: 1px dashed #ebebeb;
}
.recently-product ul li a {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recent-product-item .title {
    text-wrap: wrap;
}
.recently-product .square-img {
    max-width: 70px;
}
.recently-product .price {
    display: flex;
    flex-direction: column;
}
.recently-product .price .sale_price {
    color: #ed2e2e;
}
.post-content-sub-item img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}




/* category page */
.category-page .text-post-part1 {
    font-size: 22px;
}
.category-page .text-post-part2 {
    font-size: 17px;
}
.category-page .text-post-part3 {
    font-size: 14px;
}
.category-page .post-description {
    font-size: 14px;
    letter-spacing: .2px;
    display: block;
    color: #888888;
    margin-bottom: 5px;
}
.category-page .related-posts a {
    font-size: 14px;
    line-height: 25px;
}
.category-nav {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}
.submenu-wrapper {
    height: 50px;
    display: flex;
    width: max-content;
    align-items: center;
    margin-bottom: -2px;
    border-bottom: 4px solid #222;
}
.submenu-wrapper ul {
    margin: 0;
    padding: 0;
}
.submenu-wrapper ul  a{
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
}
.submenu-wrapper ul  a:hover{
    color: #333333;
    text-decoration: none;
}
.category-page .image-rectangle img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* post */
.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}

.post-title-part-2 {
    display: block;
    font-size: 17px;
    color: #111111;
}
.post-title-part-3 {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.post-category-title {
    font-size: 17px;
    color: #555555;
}
.post-category-des {
    font-size: 13px;
    letter-spacing: .2px;
    display: block;
    color: #888888;
    margin-bottom: 5px;
}
.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    float: right;
    position: relative;
    padding-top: 15px;
    z-index: 99;
}
.link-source-name {
    font: 600 12px / 14px;
    color: #888 !important;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 9px 11px;
}
.link-source-name span {
    color: #444;
}
/* ads */
.ad-container {
    padding: 0;
    display: flex;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 650px;
    align-items: center;
    justify-content: center;
}
.ad-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.position-relative {
    position: relative;
}
.ads-left, .ads-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 10;
}
.ads-left {
    left: 0;
}
.ads-right {
    right: 0;
}
.ads-right-item:not(:last-child), .ads-left-item:not(:last-child) {
    margin-bottom: 8px;
}
