@charset "utf-8";
body {
    font-family: 'Nunito-Regular';
    background: url('../images/background.jpg');
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

#slider-home .item img {
    border-radius: 10px;
    height: auto;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important
}

.second-nav {
    display: none;
}

.top-header {
    background: #fe7d82;
    padding: 5px 0;
}

.top-header ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-header ul li {
    display: inline-block;
    padding: 5px;
}

.top-header ul li a {
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.top-header ul li:last-child a {
    border-right: 0
}

.top-cart a {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.top-cart a svg {
    margin-right: 5px;
}

.top-cart {
    text-align: right;
}

.main-top-header {
    background: url('../images/bg-top.png') center bottom;
    background-repeat: repeat-x;
    padding-bottom: 38px;
}

.clearfix {
    clear: both;
}

.top-box .item .icon {
    width: 23%;
    float: left;
    display: inline-block;
}

.top-box .item .nav-icon {
    width: 77%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.top-box .item .nav-icon .title {
    font-family: 'Nunito-Bold';
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 6px;
}

.top-box .item .nav-icon .desc {
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 2px;
}

.main-logo .col-md-8 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.main-logo .col-md-8 .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.main-logo {
    padding: 20px 0;
}

.top-box {
    padding-top: 9px;
}

.logo img {
    width: 311px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu ul li {
    float: left;
    position: relative;
}

.main-menu ul li .sub-menu {
    background: #fe7d82;
    position: absolute;
    width: 250px;
    top: 50px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu ul li:hover .sub-menu {
    top: 44px;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.main-menu ul li .sub-menu li:last-child {
    border-bottom: 0
}

.main-menu ul li .sub-menu li a {
    width: 100%;
}

.main-menu ul li a {
    font-family: 'Nunito-Bold';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 11px 19px;
}

.main-menu {
    background: url('../images/bg-menu.png');
    background-repeat: repeat-x;
}

.main-menu ul li.active a {
    background: url('../images/bg1.png');
    background-repeat: repeat-x;
}

.main-menu ul li a:hover {
    background: url('../images/bg1.png');
    background-repeat: repeat-x;
}

.search-product .item {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.search-product .item2 {
    width: 15%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.search-product .item4 {
    width: 15%;
    display: inline-block;
    float: left;
}

.search-product .item2 select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 10px;
}

.search-product .item4 input[type=submit] {
    background: url('../images/bg2.png');
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-size: 100% 100%;
    font-size: 17px;
    font-family: 'Nunito-Bold';
    text-transform: uppercase;
    color: #fff;
    border: 0;
}

.search-product {
    margin: 25px 0;
}

.search-product .item select {
    width: 225px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
    padding-left: 10px;
    color: #999;
    border-right: 1px dashed #ddd;
}

.search-product .item input[type=text] {
    width: calc(100% - 225px);
    display: inline-block;
    float: right;
    color: #999;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}

.main-slider .row {
    margin-left: -10px;
    margin-right: -10px;
}

.main-slider .row .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
}

.main-slider .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.main-slider .ads-slider .image {
    margin-bottom: 20px;
}

.main-slider .ads-slider .image img {
    width: 100%;
    height: 215px;
    border-radius: 10px;
}

img {
    object-fit: cover;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.modul-product .title-modul {
    font-family: 'Nunito-Bold';
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    background: url('../images/title.png');
    background-size: 100% 100%;
    display: inline-block;
    height: 48px;
    line-height: 46px;
    color: #fff;
    padding: 0 28px;
    margin-bottom: 22px;
}

.item-product .image {
    position: relative;
    overflow: hidden;
}

.item-product .readmore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.item-product .khunganh img {
    width: 100%;
}

.item-product .image:hover .readmore {
    display: block;
}

.item-product .image .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    overflow: hidden;
}

.item-product .image .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-product .image .img img {
    padding: 25px;
    width: 100%
}

.item-product .title-product {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.item-product .title-product a:hover {
    color: #ff788f;
}

.item-product {
    text-align: center;
}

.item-product .price span {
    font-family: 'Nunito-Bold';
    font-size: 16px;
    color: #ff0000;
    padding-right: 10px;
}

.item-product .price del {
    color: #999999;
    font-size: 14px;
}

.item-product .image .sale {
    position: absolute;
    top: 9px;
    left: 8px;
    background: #f44055;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 10px;
}

.main-product {
    margin-top: 20px;
}

.main-product .modul-product {
    padding-bottom: 30px;
}

.sidebar .icon-box-sidebar {
    background: url('../images/bg3.png');
    padding: 20px;
    border-radius: 10px;
    background-size: 100% 100%;
}

.sidebar .icon-box-sidebar .icon {
    width: 48px;
    display: inline-block;
    float: left;
}

.sidebar .icon-box-sidebar .nav-icon {
    width: calc(100% - 48px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.sidebar .icon-box-sidebar .nav-icon .title {
    font-family: 'Nunito-Bold';
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    margin-top: 5px;
}

.sidebar .icon-box-sidebar .nav-icon .desc {
    color: #fff;
    margin-bottom: 0
}

.clearfix {
    clear: both;
}

.sidebar .icon-box-sidebar .item {
    border-bottom: 1px solid #e56a7e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar .icon-box-sidebar .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.modul-product .title-pri {
    background: url('../images/bg4.png') top 9px right;
    background-repeat: repeat-x;
}

.sidebar .item-sider .title-sb {
    background: url('../images/bg5.png');
    margin: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background-size: 100% 100%;
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .item-sider .title-sb img {
    margin-right: 10px;
}

.sidebar .item-sider {
    margin-bottom: 30px;
}

.sidebar .item-sider .nav-siderbar {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}

.sidebar .item-sider .nav-siderbar .item .image {
    width: 83px;
    display: inline-block;
    float: left;
}

.sidebar .item-sider .nav-siderbar .item .image img {
    width: 100%;
    height: 55px;
    border-radius: 5px;
}

.sidebar .item-sider .nav-siderbar .item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar .item-sider .nav-siderbar .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .item-sider .nav-siderbar .item .nav-image {
    width: calc(100% - 83px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.sidebar .item-sider .nav-siderbar .item .nav-image .title {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    height: 58px;
    overflow: hidden;
}

.sidebar .item-sider .nav-siderbar1 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}

.sidebar .item-sider .nav-siderbar1 .item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar .item-sider .nav-siderbar1 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .item-sider .nav-siderbar1 .item .image img {
    width: 100%;
    height: 154px;
}

.sidebar .item-sider .item .image {
    overflow: hidden;
}

.sidebar .item-sider .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sidebar .item-sider .nav-siderbar1 .item .nav-image .title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.sidebar .item-sider .ads-sb img {
    width: 100%;
}

/*css footer */
.footer-1 {
    padding-top: 15px;
    padding-bottom: 45px;
}

.h3-title-ft {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Nunito-Bold';
}

.wp-ft a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.copy-right {
    background: #0093c9;
    padding: 15px 0px;
}

.div-list-ft p {
    padding-left: 23px;
    position: relative;
}

.list-ft li {
    border-bottom: 1px solid #ff96a9;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.list-ft li a {
    position: relative;
    padding-left: 15px;
}

.list-ft li a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    transition: all 0.6s ease-in-out;
}

.list-ft li a:hover {
    color: #da251c;
}

.list-ft li a:hover::after {
    color: #da251c;
    left: 5px;
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.div-list-ft .p-diachi {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}

.div-list-ft .p-diachi1 {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}

.div-list-ft .p-sdt {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}

.div-list-ft .p-web {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}

.div-list-ft .p-mail {
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    background: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.box_mxhft li:first-child {
    display: inline-block;
    color: #fff;
    padding-right: 13px;
    margin-top: 5px;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft input {
    border: 0px;
    border-radius: 4px; /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 17px;
    padding-left: 15px;
}

#footer-site {
    background: url('../images/bg-footer.png');
    background-size: 100% 100%;
    margin-top: 46px;
    padding-top: 35px;
}

.copy-right {
    width: 100%;
    background: #00b3f7;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #80d3f6;
    margin: 0;
    padding: 0;
}

.div-list-ft p {
    color: #fff;
}

.copy-right a {
    color: #bdbdbd;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-1 .box_mxhft {
    margin-top: 20px;
}

.slider-logo {
    background: #fff;
    padding: 10px 30px;
}

.slider-logo .item {
    height: 125px;
    overflow: hidden;
}

.slider-logo .item img {
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slider-logo .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.slider-logo .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.box_formft form {
    position: relative;
}

.box_formft form .right {
    position: absolute;
    bottom: 1px;
    right: 4px;
}

.box_formft form .right input[type=submit] {
    background: #f4bd00;
    padding: 0 13px;
    height: 31px;
    color: #fff;
    text-transform: uppercase;
    line-height: 31px;
}

.box_mxhft li a svg {
    color: #f7748b;
}

.list-ft li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.copy-right p {
    margin-bottom: 0
}

.wp-copy-right {
    text-align: right;
    color: #fff;
}

.wp-copy.text-center {
    color: #fff;
}

.wp-copy.text-center a {
    color: #fff;
}

.page-body-buong {
    position: relative;
}

.call-fix {
    background: url('../images/call.png');
    background-repeat: no-repeat;
    position: fixed;
    bottom: 15%;
    left: 29px;
    width: 282px;
    height: 63px;
    line-height: 56px;
    padding-left: 63px;
    z-index: 999;
}

.call-fix a {
    font-size: 30px;
    color: #fff
}

.page-product .item-product {
    padding-bottom: 30px;
}

.pagenavi {
    border-top: 1px dashed #dddddd;
    padding-top: 26px;
    margin-bottom: 30px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #00b3f7;
    color: #c5eaf8;
}

.breadcrumb {
    background: url('../images/bg6.png');
    background-repeat: repeat;
    border: 1px dashed #ff788f;
    border-radius: 10px;
}

.slider-large .item img {
    height: 400px;
}

.slider-small img {
    height: 74px;
}

.slider-small {
    margin-top: 15px;
}

.conten-detail-pr h3 {
    font-size: 28px;
    color: #00b3f7;
    font-family: 'Nunito-Bold';
    margin-top: 0
}

.price-detail {
    font-size: 20px;
}

.price-detail span {
    font-size: 24px;
    color: #ff0000;
    font-family: 'Nunito-Bold';
}

.price-detail del {
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}

.price-detail .sale {
    background: #f33d51;
    color: #fff;
    font-family: 'Nunito-Regular';
    font-size: 14px;
    float: right;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px;
}

.nav-content-detail {
    padding-top: 0;
    margin-top: 5px;
    line-height: 24px;
    padding-top: 12px;
}

.add-shop input {
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-radius: 5px;
}

.add-shop input[type=number] {
    width: 105px;
    padding: 0;
    padding-left: 10px;
}

.add-shop input[type=submit] {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    text-transform: uppercase;
}

.add-shop .add-tocart {
    background: #009cd7;
    border: 1px solid #009cd7;
}

.add-shop .muahang {
    background: #18309e;
    border: 1px solid #18309e;
}

.conten-detail-pr .share {
    border-top: 1px dashed #ddd;
    margin-top: 22px;
    padding-top: 13px;
}

.nav-content-detail ul {
    padding-left: 0;
}

.nav-content-detail ul li {
    list-style: none;
}

.conten-detail-pr .tinhtrang {
    font-size: 14px;
    margin-top: 3px;
}

.conten-detail-pr .tinhtrang span {
    color: #e67817;
}

.nav-content-detail table {
    width: 100%;
}

.nav-content-detail table tr {
    background: #fef9e5;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.nav-content-detail table tr:nth-child(2n) {
    background: #fff;
}

.conten-detail-pr .souong select {
    width: 150px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
}

.conten-detail-pr .souong {
    margin-top: 11px;
    margin-bottom: 20px;
}

.add-shop .row {
    margin-left: -5px;
    margin-right: -5px;
}

.add-shop .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.product-other .slider-product-other .item-product {
    padding-bottom: 20px;
}

.slider-product-other .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
}

.slider-product-other .owl-prev {
    position: absolute;
    top: -60px;
    right: 38px;
}

.slider-large .item {
    border: 2px solid #18309e;
    padding: 10px;
    border-radius: 12px;
}

.slider-small a {
    border: 1px solid #00b3f7;
    display: inline-block;
}

.center-content .tab-content1 {
    margin-top: 30px;
}

.main-new .nav-main-new .item-new .image {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden
}

.main-new .nav-main-new .item-new .nav-img {
    width: 70%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.main-new .nav-main-new .item-new .image img {
    display: inline-block;
    width: 100%;
    height: 175px;
    border: 5px solid #40bee4;
    border-radius: 10px;
}

.main-new .nav-main-new .item-new .image:hover img {
    border: 5px solid #fa5d72;
}

.main-new .nav-main-new .item-new .nav-img .title1 {
    font-family: 'Nunito-Bold';
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.main-new .nav-main-new .item-new .nav-img .title1 a:hover {
    color: #ff788f;
}

.main-new .nav-main-new .item-new .nav-img .date {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 0px;
}

.main-new .nav-main-new .item-new .nav-img .desc {
    margin: 0;
    line-height: 23px;
    font-size: 15px;
    height: 72px;
    overflow: hidden
}

.main-new .nav-main-new .item-new {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}

.main-new .nav-main-new .item-new:last-child {
    border-bottom: 0
}

.nav-main-new .item-new .readmore a {
    border: 1px solid #ff788f;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 10px;
    margin-top: 9px;
    color: #ff788f;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-main-new .item-new .readmore a:hover {
    background: url('../images/bg7.png');
    background-size: 100% 100%;
    color: #fff
}

.main-new-pr .top-content-left .list-category li a {
    font-size: 13px;
}

.main-new .nav-main-new {
    margin-top: 5px;
}

.content-new-detail .content-new-home .title-pri {
    margin-top: 0;
    font-size: 22px;
    color: #00b3f7;
    font-family: 'Nunito-Bold';
}

.content-new-detail .content-new-home .date {
    color: #999;
}

.post-other {
    margin-top: 30px;
}

.post-other .title {
    font-family: 'Nunito-Bold';
    font-size: 24px;
    color: #00b3f7;
    text-transform: uppercase;
}

.post-other ul {
    padding-left: 0;
}

.post-other ul li {
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.post-other ul li a {
    font-size: 14px;
}

.post-other ul li img {
    padding-right: 10px;
}

.post-other ul li span {
    color: #9d9c9c;
    padding-left: 9px;
}

.post-other ul li:last-child {
    border-bottom: 0;
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #00aef0;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'Roboto-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 369px;
}

.map-contact {
    border: 2px solid #a3e9ff;
    padding: 2px;
    border-radius: 9px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 265px;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #3498db;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    /* margin-top: 13px; */
    margin-bottom: 30px;
}

#main-contact {
    margin-top: 12px;
}

@media (max-width: 450px) {
    .hidden-mb {
        display: none !important;
    }
}