/*
Theme Name: MONDIAL.vn
Author: MONDIAL
Author URI: https://mondial.vn
Description: Công ty Thiết kế thương hiệu Mondial.vn
Version: 100.1
*/
@import url("style_adder.css");
@font-face {
    font-family: 'mainr';
    src: url("fonts/mainr.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'mainm';
    src: url("fonts/mainm.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'mainb';
    src: url("fonts/mainb.ttf");
    font-display: swap;
}

:root {
    --main: #e41d34;
	--sub: #707070;
}
::-webkit-scrollbar { width: 10px; background-color: #ddd; }
::-webkit-scrollbar-thumb {
    height: 20%;
    background: #aaa;
    border: 1px solid #ddd;
    transition: 0.3s;;
}
::-webkit-scrollbar-thumb:hover { background: var(--sub) }
::selection { background: #ddd; color: var(--main); }
::-moz-selection { background: #ddd; color: var(--main); }
::-webkit-selection { background: #ddd; color: var(--main); }

html {
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,body,button,p,text,textarea,select,input {
	outline: 0;
	font-family: 'mainr';
    line-height: 1.6;
}
b, strong { font-family: 'mainb'; }
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: normal;
    font-family: 'mainb';
    line-height: 1.2;
    transition: 0.3s;;
}
*:focus { box-shadow: none !important; }
input::placeholder {
    opacity: 1 !important;
    transition: 0.3s;
}
input[type='text']:focus::placeholder,
input[type='email']:focus::placeholder { color: transparent !important; }
/*WRAPPER_CENTER*/
.wrapper-center { margin: auto; max-width: 1500px; }
@media (min-width: 569px) { .wrapper-center { padding-left: 5vw; padding-right: 5vw;}}
@media (max-width: 568px) { .wrapper-center { margin: 0 30px }}

/*header*/
.pdt60 { padding-top: 120px }
.fixed { 
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.head-bar.pad-rez { padding-top: 10px; padding-bottom: 10px; }
.custom-logo-link img { width: 200px; }
.custom-logo-link.width-rez img { width: 150px; }
.hotline-number { 
    text-align: right;
    font-family: 'mainb';
    color: var(--main);
}

/*head main menu*/
.mega-menu>li>.mega-menu-link { 
    padding: 0 !important;
    margin: 10px 20px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    height: 2px;
}

@media (min-width: 1201px) {
    .mega-menu>li:last-child>.mega-menu-link{
        margin: 10px 0 10px 20px !important;
    }
    .mega-menu>li.mega-lang-item { display: none !important; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { position: relative;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item>ul {
        top: 40px;
        left: 5px !important;
    }
    .mega-current-category-ancestor>a,
    .mega-current-menu-item>a,
    .mega-current-post-ancestor>a {
        color: var(--main) !important;
        font-family: 'mainm' !important;
        border-bottom: 2px solid var(--main) !important;
    }
    .head-bar {
        padding-top: 20px; padding-bottom: 20px; transition: 0.3s ease-out;
    }
    #mega-menu-primary { display: flex !important; }
}
@media (max-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 24px !important;
        font-family: 'mainb' !important;
    }
    .head-hotline { display: flex; align-items: center;}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block { margin: 0 0 0 20px !important}
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before { background-color: var(--sub);}

}
@media (max-width: 600px) {
    .custom-logo-link img { width: 100px; }
    .custom-logo-link.width-rez img { width: 80px; }
    .head-hotline { font-size: 12px; }
}


/*footer*/
.footer-info * { margin-block-start: 0;}
.footer-info p { margin-bottom: 10px;}
.footer-info ul { padding-top: 5px; padding-bottom: 5px;}
.footer-info li { margin-bottom: 5px;}
.copyright { max-width: 1350px; margin: auto }
.footer-info .wp-block-cover__inner-container .wp-block-columns { position: relative; }
.footer-info .wp-block-cover__inner-container::before {
    position: absolute;
    content: url('images/symbol-2.png');
    opacity: 1;
    right: -70px;
    bottom: -200px;
}

.block-mobile-buttons {
    z-index: 999;
    position: fixed;
    right: 5px;
    bottom: 0px;
}
.pulse {
    cursor: pointer;
    margin: 25px 10px;
    padding: 8px;
    background-color: #ff2a43;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s;;
}
.pulse:hover { background-color: var(--sub) }
.pulse::before,
.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #ff2a43;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s ease-out infinite;
}
.pulse::after { animation-delay: 0.3s }
.pulse:hover::before, 
.pulse:hover::after { border: 1px solid var(--sub) }
.pulse img { width: 20px; height: 20px; }
@keyframes pulse {
    0% { transform: scale(0.5); opacity: 0 }
    50% { transform: scale(1); opacity: 1 }
    100% { transform: scale(1.3); opacity: 0 }
}
@media (max-width: 768px) {
    .footer-info .wp-block-cover { padding: 60px 0; }
    .footer-contact { justify-content: flex-start !important; }
    .copyright p { text-align: center;}
}

/*end footer*/

/*button*/
.wp-block-button a,
.mondial-button a {
    font-family: 'mainm';
    color: #fff;
    background-color: var(--sub);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
}
.wp-block-button a:hover,
.mondial-button a:hover {
    background-color: var(--main) !important;
}
/*trang chu - home*/
.home-banner { padding: 45px; }
.home-banner .wp-block-cover { padding: 30px;}
@media (max-width: 600px) { 
    .home-banner { padding: 0px; }
    .home-banner .wp-block-cover { height: 60vh; aspect-ratio: unset !important;}
}
.showcase-menu-item p {
    cursor: pointer;
    padding: 20px;
    color: #fff;
    background-color: var(--sub);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 4px #0000001a;
    user-select: none; /* Ngăn bôi đen chữ khi click nhanh */
}
.showcase-menu-item:hover p {
    background-color: #404040 !important;
    transform: translateY(-5px);
}
/* Trạng thái khi được chọn (Active) */
.showcase-menu-item.showcase-active p {
    background-color: var(--main) !important;
    box-shadow: 0 4px 12px #0000004d;
}
.showcase-info { min-height: 300px; }
.showcase-info-item {
    margin-block-start: 0;
    padding: 30px;
    display: none;
}
.showcase-info-item.showcase-show {
    display: block;
    animation: fadeInSlide 0.6s ease-out forwards;
}

@keyframes fadeInSlide {
    0% { opacity: 0; transform: translateY(100px); }
    100% { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) { .showcase-info-item { padding: 20px; } }


/*trang chu - khach hang*/
.customer-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
    overflow: hidden;
}        
.customer-track {
    display: grid;
    grid-template-columns: repeat(4, 50%); 
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.customer-card {
    display: flex;
    box-sizing: border-box;
    height: 100%;
}
.customer-info { 
    flex: 0 0 50%;
    padding: 0 40px 40px 40px;
    position: relative;
}
.customer-info-in {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: 90%;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-image: url('images/symbol-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -60px bottom -80px;
}
.customer-thumb { 
    flex: 0 0 50%; 
    position: relative;
    width: 50%;
    padding-top: calc(50% * 1.2); 
    overflow: hidden;
}
.customer-thumb img { 
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.customer-name {
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    font-family: 'mainm'; 
    font-size: 16px; 
}
.customer-name::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: var(--sub);
    top: -10px;
    left: 0;
}
.customer-name img {
    width: 20px;
    margin-right: 10px;
}
.customer-btns { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }
.customer-btns img { position: relative;width: 20px; }
.customer-btns button { position: relative; border: 0; background-color: unset;}
.customer-btns button:hover { background-color: unset;}
.customer-btns button::before {
    content: "";
    position: absolute;
    right: 5;
    bottom: 5px;
    transform: translateY(0%) rotate(45deg); 
    width: 40px; 
    height: 40px;
    background-color: var(--sub);
    border-radius: 8px;
    transition: 0.3s ease-out;
}
.customer-btns button:hover::before {
    background-color: var(--main);
}
.btn-slide { 
    width: 50px; height: 50px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}
@media (min-width: 1025px) { 
    .customer-card:nth-child(even) .customer-info { padding: 40px; }
}
@media (max-width: 1024px) {
    .customer-info, .customer-info-in { padding: 20px; }
}
@media (min-width: 769px) { 
    .customer-card:nth-child(even) { flex-direction: row-reverse; } 
    .customer-info-in::before,
    .customer-info-in::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
    }
    .customer-card:nth-child(odd) .customer-info-in { border-bottom-right-radius: 0; }
    .customer-card:nth-child(even) .customer-info-in { border-bottom-left-radius: 0; }
    .customer-info-in::before { bottom: 0px; z-index: 2; }
    .customer-info-in::after { bottom: -2px; z-index: 1; }
    .customer-card:nth-child(odd) .customer-info-in::before { 
        right: -21px;
        border-left: 22px solid #fff;
        border-top: 22px solid transparent;
    }
    .customer-card:nth-child(odd) .customer-info-in::after {
        right: -25px;
        border-left: 25px solid #ddd;
        border-top: 25px solid transparent;
    }
    .customer-card:nth-child(even) .customer-info-in::before {
        left: -21px;
        border-bottom: 22px solid #fff;
        border-left: 22px solid transparent;
    }
    .customer-card:nth-child(even) .customer-info-in::after {
        left: -25px;
        border-bottom: 25px solid #ddd;
        border-left: 25px solid transparent;
    }
}
@media (max-width: 768px) {
    .customer-info, .customer-info-in { padding: 30px; }
    .customer-track { grid-template-columns: repeat(4, 100%); }
    .customer-card { flex-direction: column-reverse; }
    .customer-info { flex: 0%;}
    .customer-thumb {
        width: calc(100% - 60px);
        margin: 0 30px;
        padding-top: 66%; }
    .customer-thumb img { border-radius: 20px;}
    .customer-info-in { height: unset; }
}


/*trang chu - tin tuc*/
.news-menu { display: flex; gap: 20px; margin-bottom: 25px; }
.news-menu-item {
    flex: 1; 
    padding: 20px; 
    font-family: 'mainm'; 
    text-align: center; 
    background-color: var(--sub);
    color: #fff;
    border-radius: 10px; 
    cursor: pointer; 
    text-transform: uppercase; 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 4px #0000001a;
}
.news-menu-item:hover {
    background-color: #404040;
    transform: translateY(-5px);
}
.news-menu-item.news-active { 
    background-color: var(--main); box-shadow: 0 2px 4px #0000004d; 
}
.news-info {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100px;
    margin-bottom: 50px;
}
.news-info-item.news-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
}
.news-info-item {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: 1fr 1fr; 
    gap: 20px;
    align-items: stretch;
    pointer-events: none; 
}

.news-info-item .news-post-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;    
    display: flex;
    flex-direction: column;
    position: relative;
}
.news-info-item .news-post-item:not(:first-child) {
    display: flex;
    flex-direction: column;
}
.news-post-item img { 
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.news-post-item:nth-child(1) img { aspect-ratio: 4 / 3; height: 100%; }
.news-info-item .news-post-item:not(:first-child) img { aspect-ratio: 3 / 2; }
.news-title {
    color: #202020;
    line-height: 1.4;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-out;
}
.news-post-item:hover .news-title { color: var(--main); }
.news-post-item:hover>img {  box-shadow: 0 4px 4px #0000004d;  }
.news-info-item .news-post-item:nth-child(1) .news-title {
    position: absolute;
    bottom: 15px;    
    left: 15px;       
    right: 15px;      
    margin: 0;
    padding: 20px 70px 20px 20px;
    background: #ffffffbb; /* Nền mờ trắng */
    font-size: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 80px;
    -webkit-line-clamp: 3;
}
.news-info-item .news-post-item:nth-child(1) .news-title::before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 0px;
    transform: translateY(-50%) rotate(45deg); 
    width: 40px; 
    height: 40px;
    background-color: #909090;
    border-radius: 8px; 
    z-index: 1;
    transition: 0.3s ease-out;
}
.news-info-item .news-post-item:nth-child(1) .news-title::after {
    position: absolute;
    content: "";
    right: 27px;
    bottom: 27px;
    width: 25px; 
    height: 25px;
    background-image: url('images/arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.news-info-item .news-post-item:nth-child(1):hover .news-title::before {
    background-color: var(--main);
}

@media screen and (max-width: 768px) {
    .news-menu { flex-wrap: wrap; }
    .news-menu-item { flex: unset; width: 100%; }
    .news-info-item {
        grid-template-columns: 1fr; 
        grid-template-rows: auto;
    }
    .news-info-item .news-post-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: auto;    
    }
    .news-post-item:not(:nth-child(1)) img { aspect-ratio: 3 / 2; }
}
.home-news { margin: 80px 0;}

/*trang chu - form lien he*/
.cookmate-form-container {
    background-color: var(--sub);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 50px;
    gap: 40px;
}
.cookmate-form-title { flex: 0 0 calc(40% - 20px); }
.cookmate-form-content { flex: 0 0 calc(60% - 20px); }
.cookmate-form-title h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .cookmate-form-title, 
    .cookmate-form-content { flex: 0 0 100%; text-align: center; }
    .cookmate-form-container { gap: 20px; }
    .cookmate-form-title h2 { font-size: 2em; margin: 0;}
}
.wpforms-container .wpforms-field { 
    padding: 10px 0 !important; 
    border-radius: 8px !important;
}
.wpforms-submit-container { text-align: center;}
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email] {
    border: none !important;
    padding: 5px 20px !important;
    font-size: 13px !important;
    font-family: 'mainm';
}
div.wpforms-container-full button[type=submit] {
    font-family: 'mainm' !important;
    padding: 0 30px !important;
    background-color: #fff !important;
    color: var(--main) !important;
    border-radius: 5px !important;
}
div.wpforms-container-full button[type=submit]:hover {
    background-color: var(--main) !important;
    color: #fff !important;
}
@media (max-width: 600px) {
    .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100% !important;
        margin: 0 !important;
    }
}
/*trang 404*/ 
.head-title-404 h2 { 
    color: var(--main);
    margin: 30px;
}
.mondial-404 .return-home { margin: 30px 0; }

/*navigation*/
.navigation {
	padding: 30px 10px 20px 10px;
	width: 100%;
	text-align: center;
}
.navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0;
	margin: 0;
}
.navigation li {
    display: inline-block;
    margin: 5px 3px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    font-size: 13px;
    display: inline-block;
    padding: 5px 13px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.navigation li.active a {
    background-color: var(--main);
}
/*end navigation*/




/*css breadcrumb - nut - tieu de - menu */
.anisl { transform: translate3d(-100px, 0px, 0px); }
.anisr { transform: translate3d(100px, 0px, 0px); }
.anist { transform: translate3d(0px, -100px, 0px); }
.anisb { transform: translate3d(0px, 100px, 0px); }
.anis {
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all 800ms ease-out;
}
.anis.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    z-index: 0;
}

/*breadcrumb*/
.breadcrumbs { 
    padding: 10px 0;
    background-color: var(--main); 
}
.aioseo-breadcrumbs * {
    color: #fff;
    font-size: 14px; 
}
.aioseo-breadcrumb-separator { margin: 0 6px; }
/*end breadcrumb*/


/*main title*/
.entry-title { 
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    padding-bottom: 15px;
}
.entry-title::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--main);
}

/*trang tin tuc*/
.mondial-posts,
.mondial-post { 
    overflow: hidden; 
    padding-top: 50px;
    padding-bottom: 50px;
}
.mondial-title {
    text-transform: uppercase;
    font-size: 40px;
}
.the-list-post { margin: 0 -10px}
.the-post-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
	height: calc(100% - 30px);
    margin: 15px 10px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.the-post-item:hover { box-shadow: 0px 3px 10px -5px #000; }
.post-item-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 66.66%;
}
.post-item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.the-post-item:hover .post-item-thumbnail img { transform: scale(1.1); }
.the-post-item .post-title {
    color: #000;
    font-size: 15px;
    position: relative;
    display: block;
    font-family: 'mainr';
    line-height: 1.4;
    margin: 16px 20px 6px 0;
    padding-left: 30px;
}
.the-post-item .post-title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--main);
    left: 0;
    top: 10px;
}
.the-post-item .post-time {
    font-size: 12px;
    padding-left: 30px;
    margin-bottom: 20px;
    color: var(--sub);
}
.the-post-item:hover h2 { color: var(--main)}

/*trang tin tuc - chi tiet*/
.box-detail {
    margin: 30px auto;
    max-width: 900px;
}
.single-post-title.entry-title { font-size: 32px;}
@media (min-width: 769px) { 
    .single-post-title { 
        text-align: center;
        max-width: 1200px;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .single-post-title.entry-title::after {
        left: 0;
        width: 100px;
        height: 4px;
    }
}


/*block editor*/
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.taj { text-align: justify; }
.tajlc { text-align: justify; text-align-last: center }
.ttu { text-transform: uppercase; }
.tdu { text-decoration: underline; }
.psr { position: relative; }
.psa { position: absolute; }
.lh1 { line-height: 1;}
.ls1 { letter-spacing: 1px;}
.clb { color: #000; }
.clw { color: #fff; }
.cls { color: var(--sub) }
.clm { color: var(--main); }
.cld { color: var(--main); }
.fs20 { font-size: 20px; }
.fs30 { font-size: 30px; }
.fs40 { font-size: 40px; }
.fs50 { font-size: 50px; }
.fs60 { font-size: 60px; }
.ffb { font-family: 'mainb';}
.ffm { font-family: 'mainm';}
.ffr { font-family: 'mainr';}

.gap0 { gap: 0 }
.gap1 { gap: 1em }
.gap2 { gap: 2em }
.gap3 { gap: 3em }
.gap4 { gap: 4em }
.gap5 { gap: 5em }

.bgw { background-color: #fff}
.bgm { background-color: var(--main)}
.bgs { background-color: var(--sub)}
.vh100 { height: 100vh }
.w100 { width: 100% }
.w90 { width: 90% }
.w80 { width: 80% }
.w70 { width: 70% }
.w60 { width: 60% }
.w50 { width: 50% }
.w40 { width: 40% }
.w30 { width: 30% }
.w20 { width: 20% }
.w10 { width: 10% }
.lsn { list-style: none;}
.mg0 { margin: 0 !important}
.mga { margin: 15px auto !important }
.pd0 { padding: 0 !important;}
.jcc { justify-content: center;}
.b2s { border: 2px solid var(--sub)}
.br20 { border-radius: 20px; }
.br15 { border-radius: 15px; }
.br10 { border-radius: 10px; }


/*trinh soan thao*/
.the-content { padding-top: 50px; padding-bottom: 50px;}
/*ul ol li*/
.the-content ul li { position: relative; list-style: none; }
.the-content ul li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 1.2ex;
    width: 12px;
    height: 2px;
    background-color: var(--sub);
}
.the-content ol li::marker {
    color: var(--main);
    letter-spacing: 2px;
}
.the-content ul li>ul>li::before {
    width: 6px;
    height: 6px;
}

/*button*/

/*responsive*/
@media (min-width: 569px) {
	.dom { display: none !important; }
}
@media (max-width: 568px) {
    .dod { display: none; }
}
/*template*/