/*
Theme Name: Dịch vụ ( Phụ kiện xe hơi )
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');

@font-face {
    font-family: 'UTM Aptima';
    src: url('./fonts/UTMAptima.woff2') format('woff2'),
    url('./fonts/UTMAptima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'UTMTimesBold';
    src: url('./fonts/UTMTimesBold.woff2') format('woff2'),
    url('./fonts/UTMTimesBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --pri: #1b1b1b; /*đen*/
    --yellow: #ffca02;
    --orange: #ffa902;
    --mau333: #333333;
    --maucam2: #ff8a00;
}

body {
    overflow-x: hidden;
}

a{
    color: #007bff;
}
a:hover{
    color: #0056b3;
}

*{
	font-family: 'Roboto', sans-serif;
}

ul{
    padding-left: 40px;
}
p {
    margin-bottom: 8px;
}
hr {
    margin: 15px 0 !important;
}

b, strong {
    font-weight: inherit;
    font-weight: bold !important;
}

.entry-content img,
.content-area img{
	max-width: 100% !important;
	height: auto !important;
}
.content-area img{
    margin-bottom: 0 !important;
}

.content-area table tr:first-child {
    background: rgb(255, 202, 2);
}
.content-area table td {
    text-align: center;
    color: #000;
    border: 1px solid #000;
}
.content-area table{
    border-collapse: collapse;
}
.content-area table tr:nth-child(even){
    background-color: #ddd;
}

/* header */
ul.header-nav.header-nav-main.nav.nav-right li a {
    font-family: 'UTM Aptima';
    font-size: 16px;
    font-weight: 400;
}

ul.header-nav.header-nav-main.nav.nav-right > li > a {
    height: 60px;
}

ul.header-nav.header-nav-main.nav.nav-right > li {
    margin: 0;
    padding: 0 20px;
}

ul.header-nav.header-nav-main.nav.nav-right > li:last-child {
    padding: 0 0;
}

ul.header-nav li.current-menu-item a {
    color: var(--orange) !important;

}

ul.header-nav > li a {
    position: relative;
}

ul.header-nav.header-nav-main.nav.nav-right > li > a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffa902;
    left: 0;
    bottom: 12px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

ul.header-nav.header-nav-main.nav.nav-right > li.current-menu-item > a::before,
ul.header-nav.header-nav-main.nav.nav-right > li > a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}


/* sub menu */
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding: 0;
    border: 0;
    background: var(--pri) !important;
    left: 20px;

    visibility: hidden;
    opacity: 0;
}

.current-dropdown ul.sub-menu.nav-dropdown.nav-dropdown-default {
    visibility: visible;
    opacity: 1;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default a {
    padding: 12px 10px !important;
    color: #fff;
    margin: 0;
    font-size: 14px !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li:hover {
    background: var(--orange);
}

/* end header */


/* home */
.title_about {
    color: var(--mau333);
    position: relative;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.main_title {
    color: var(--mau333);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

h3.post-title, h5.post-title {
    transition: all 0.5s;
    font-family: 'Lora', serif;
    color: #333333;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.boxproduct_gia {
    color: var(--mau333);
    font-family: 'Lora', serif;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    text-align: center;

}

.boxproduct_gia span {
    color: var(--maucam2);
}

/*box text*/
.section-title-normal {
    border-bottom: 1px solid #ff9600;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.section-title-normal span {
    border-bottom: none !important;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    min-width: 113px;
    background: url(https://xexcool.vn/assets/images/img-data/title1.png);
    font-size: 1.125rem;
    color: #ffca02;
    font-family: 'UTMTimesBold';
}

.section-title-normal span::before {
    content: '';
    display: block;
    height: 50px;
    min-width: 112px;
    background: url(https://xexcool.vn/assets/images/img-data/title2.png) no-repeat;
    position: absolute;
    left: 100%;
    top: 0px;
}

.section-title a {
    background: #fff;
    padding-left: 10px;
    color: #ffca02;
    font-size: 0.938rem;
    font-family: 'UTM Aptima';
    position: absolute;
    right: 0;
    bottom: -7px;
    font-weight: 500;
}

.section-title i.icon-angle-right {
    display: none;
}

.post_loader > .col.post-item {
    padding: 0 15px 19.6px;
}

.box-blog-post .is-divider {
    display: none;
}


/* youtube page */
.loadkhung_video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.tailvideo_item a {
    position: relative;
    display: block;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.tailvideo_item a i {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #f00;
    background: url(assets/youtube.png) no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.tailvideo_item .name-video {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

p.pic-video.scale-img {
    position: relative;
    transition: all 500ms;
    cursor: pointer; margin-bottom: 5px;
}
p.pic-video.scale-img:hover i.youtubex{
    filter: brightness(0) invert(1);
    transition: all 500ms;
}
.youtubex {
    position: absolute;
}
.loadkhung_video {
    margin-top: 1.5rem;
}

.scale-img:hover > img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.breadcrumbs{
        margin-bottom: 25px;
        background: #ddd;
}
.breadcrumbs p{
    margin: 0;
}

nav.rank-math-breadcrumb {
    padding: 12px 0;
}
nav.rank-math-breadcrumb span.last {
    font-weight: normal;
}
.title_section {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.2;
}
.intro_section {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* flipster */
.flipster{
    margin-top: 2rem;
}
.wrap-video-21{ position: relative; width: 100%; padding-bottom: 0; width: 600px;}
.wrap-video-21:before{ content: ''; z-index: 1; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0);}
.wrap-video-21 iframe{ position: absolute; width: 100%; height: 100%; }
.flipster__item--current .wrap-video-21:before{ display: none; }

.flip-current .wrap-video-21:before {
    display: none;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/* end flipster */

.sec_about p:last-child{
    margin-bottom: 0 !important;
}
.section.sec_about .col{
    padding-bottom: 0;
}


/* footer */

#footer{
	background: url('assets/footer.jpg') no-repeat;
	background-size: cover;
}

#footer section{
	background-color: transparent !important;
}

#footer .col,
#footer li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer ul{
margin-left: 0;
}
#footer ul:last-child {
   margin-left: 0 !important;
    padding-left: 0;
}

a#top-link {
    bottom: 51px;
    right: 14px;
}

.absolute-footer {
    padding: 5px 0;
    background: #000;
}

.xemtft {
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: #f39c12;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}
.realh{
    overflow: hidden;
}
#footer {
    color: #b8b8b8;
}
#footer p{
    margin-bottom: 8px;
}
#menu-chinh-sach-footer li a:hover{
    text-decoration: underline;
}
    #menu-chinh-sach-footer li a{
    color: inherit;    
    padding: 2px 0;
}
    #menu-chinh-sach-footer li {
    border: 0;
}


#footer .widget_nav_menu{
    padding: 0 !important;

}



/* page */
.product_title {
    color: #353535;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    text-align: center;
}

.tabbed-content.tab_film > ul li {
    margin: 0 !important;
}
.tabbed-content.tab_film > ul {
    border-bottom: 1px solid #ddd;
}
.tabbed-content.tab_film > ul li a {
    padding: 10px 0 7px 0;
    font-size: 1.2rem;
    position: relative;
    margin: 0 25px;
    color: #353535;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 4px solid #fff;
}

.tabbed-content.tab_film li.active a,
.tabbed-content.tab_film li a:hover {
    border-color: #ffaf02 !important;
}
.tabbed-content.tab_film li a::after{
    height: 30px;
    margin-top: -12px;
}
.contentpage p:last-child {
    margin: 0;
}
.contentpage {
    margin-bottom: 3rem;
}
.tabbed-content.tab_film ul {
    margin-bottom: 3rem;
}


/* end page */


/* tax */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}
.head-toc {
    cursor: pointer;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.head-toc span {
    font-weight: bold;
}
.meta-toc {
    position: relative;
}
.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px!important;
    margin-top: 8px;
}
.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
    margin-left: 0;
}
.box-readmore ul li:before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 5px;
}
.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}
ul.toc-list {
    display: none;
}
.box-readmore i.icon-down {
    background: url(assets/down.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.box-readmore i.icon-up {
    transform: rotate(180deg);
    background: url(assets/down.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
} 
.box-readmore ul ul {
    margin-left: 20px;
}

.page-template .section-title-normal{
    margin-bottom: 1.5rem;
}


/*single sanpham*/

.single img.fotorama__img {
    object-fit: cover;
    width: 100%;
    left: 0px !important;
    height: 100% !important;
}
.title-pro-detail {
    text-transform: capitalize;
    font-size: 1.5rem;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.boxproduct_star {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    
}
ul.attr-pro-detail{
	padding-left: 0 !important;
}
.boxproduct_star i.star-icon {
    width: 17px;
    height: 17px;
    background: url(assets/star.png) no-repeat;
    display: inline-block;
    margin-right: 2px;
    background-size: contain;
}
.boxproduct_star span {
    padding-left: 5px;
}
.desc-pro-detail {
    padding-top: 1rem;
}
.masp.detail-info.w-clear {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0.8em;
}
.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
    font-weight: 600;
    font-size: 1em;
}
.attr-content-pro-detail {
    padding-left: 10px;
}

.social-plugin.social-plugin-pro-detail iframe{
	max-width: inherit !important;
}
.fb-comments{
	margin-bottom: 2rem;
}

/*end single san pham*/


/*category*/
.archive .page-wrapper,
.single .page-wrapper{
    padding-top: 0;
}
header.archive-page-header{
    display: none;
}


/*single blog + thu vien anh*/

.category-thu-vien-anh .blogclass,
.category-tin-tuc #custom_html-2{
    display: none;
}





/*archive*/
.archive  h5.post-title{
	color: #222;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Roboto', sans-serif;
}

.archive .post-item:hover h5.post-title{
	color: #f00;
}
.archive .from_the_blog_excerpt {
	color: #666666 !important;
}

.single .section-title-normal span {
    min-width: unset;
    width: calc(100% - 112px);
}
.single h1{
        font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}
.is-divider{
    display: none;
}
.pb-15rem{
    padding-bottom: 1.5rem;
}
/*h1.entry-title p,h1.entry-title{
    margin: 0
}*/
.single .entry-content{
    padding-top: 0;
}
.post-sidebar.large-3.col {
    padding-left: 0;
}

aside#custom_html-2,aside#custom_html-3 {
    border: 1px solid #ddd;
    padding: 10px;
}
.box_filter {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

.title-filter {
    font-size: 16px;
    font-weight: bold;
   
}
.title-filter a{
	 color: #000 !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex{
	    display: -ms-flexbox !important;
    display: flex !important;
}
#comments{
    display: none;
}

.mobile_contact{
    display: none;
}

/*quicl call*/
.support-online {
    position: fixed;
    z-index: 999;
    right: -6px;
    bottom: 90px;
    left: auto;
}
.support-online .btn-support {
    cursor: pointer;
}
.support-online a {
    display: block;
}
.support-online a {
    position: relative;
    margin: 20px;
    text-align: left;
    width: 40px;
    height: 40px;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,0.5);
    opacity: .75;
    right: -10px;
}
.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

/* Combo Phone */
.support-online .mes i{background:orange;}
.support-online .sms i{background:red;}
.support-online .call-now i{background:green;}
.zalo b {
    background: #087be0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-right: 10px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0;
    right: 40px;
    transition: all .2s ease-in-out 0;
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1;
}
.support-online a:hover span {
    display: block;
}
.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    /* left: -10px; */
    top: 10px;
    right: -10px;
    transform: rotate(180deg);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}





form.update-post-date-form {
    position: relative;
    margin: 0;
    margin-left: 30px;
    width: 300px;
}

article.post-date-edit {
    display: flex;
    align-items: center;
}
 
form.update-post-date-form input{

}
form.update-post-date-form button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}
span.err {
    position: absolute;
    padding-left: 15px;
    font-size: 1.5em;
    color: red;
}












@media (max-width: 1200px){
    .wrap-video-21 {
        width: 500px;
    }
    
}

@media (max-width: 1024px){
    .wrap-video-21 {
        width: 440px;
    }
    
}

@media (max-width: 1000px){
    .loadkhung_video {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
    .tailvideo_item .name-video {
        font-size: 15px;
        line-height: 18px;
        padding: 0 15px;
    }
}

@media (max-width: 850px){
    .wrap-video-21 {
        width: 350px;
    }
    
}

@media (max-width: 440px){
    .loadkhung_video {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }

    .section-title a {
        color: #000;
        right: calc(50% - 19px);
        bottom: -22px;
        font-weight: 900;
    }
    .section-title-normal {
        border-bottom: 0;
    }
    .wrap-video-21 {
        width: 310px;
    }
    
}
 


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

    .single-san-pham .row#wrap_single{
        margin-left: 0;
        margin-right: 0;
    }

 .wrap-video-21 {
        width: 180px;
    }
    
    /*menu mobile*/
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a,
    ul.sub-menu.nav-sidebar-ul.children li a,
    ul.sub-menu.nav-sidebar-ul.children button {
        color: #000 !important;
    }
    .row-collapse {
        padding: 0 15px;
    }

    .tabbed-content.tab_film > ul li a {
        margin: 0 10px;
        font-size: 1rem;
    }
    .page-id-444 .section-title-normal span {
         height: unset; 
        line-height: 25px;
        padding: 15px !important;
        /*min-width: 113px;*/
        background: #000;
        margin: 0
    }
    .page-id-444 .section-title-normal span::before{
        content: unset;
    }
    #footer ul{
        padding-left: 0;
    }

    /*mobile contact*/

    .mobile_contact {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0px;
        display: flex !important;
         z-index: 9999;
         display: -ms-flexbox !important;
        display: flex !important;

    }
    .mobile_contact a {
        display: block;
        width: calc( 100% / 3 );
        padding: 12px 5px;
        padding-bottom: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }

    .mobile_contact a:nth-child(1) {
        background: #F70000;
    }
    .mobile_contact a:nth-child(2) {
        background: #3E9A37;
    }
    .mobile_contact a:nth-child(3) {
        background: #F79E16;
    }
}