/*
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.   ***************/






@font-face {
    src: url("fonts/RobotoCondensed-Regular.ttf");
    font-family: 'RobotoCondensed';
}

@font-face {
    src: url("fonts/RobotoCondensed-Bold.ttf");
    font-family: 'RobotoCondensed-Bold';
}


:root {
    --color: #DEAF5C;
    --color-hover:#002D4F;
    --family :'RobotoCondensed';
    --family-bold :'RobotoCondensed-Bold';
}

body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
    color: #000;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}

/*******************************/

.bk-language li {
    float: left;
    list-style: none;
    padding: 0px 5px;
}

.bk-language li a span {
    font-size: 0px;
}

.bk-language li a img {
    width: 20px;
}

.header-nav-main.nav-right li:hover {
    background: transparent !important;
}


.header:not(.transparent) .header-nav-main > li {
    padding: 5px;
}
.header:not(.transparent) .header-nav-main > li a {
  color: #fff;
  font-size: 15px;
  font-family: var(--family)!important;
}

.header:not(.transparent) .header-nav-main > li:hover{
    background: var(--color);
    border-radius: 5px;
}


.nav-dropdown-default {
    padding: 0px;
    border: 0px;
    margin-top: 25px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 20px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000;
    font-family: var(--family) !important;
}

.nav-dropdown li:hover {
    background: var(--color);
}

/*.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff;
}*/

.nav-dropdown-default li>a:before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    left: 7px;
    background: var(--color);
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 5px;
    text-align: center;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
  text-transform:none !important;
  font-size:15px;
   font-weight:500
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-30px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children ul{
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}
.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}



.header-button a {
    background: var(--color);
}

.sidebar-menu.no-scrollbar {
    background: #fff;
}

.sidebar-menu.no-scrollbar li a {
    color: #000;
    font-family: var(--family) !important;
}


/****************************/

.title-home h2 {
   font-family: var(--family-bold)!important;
   font-size: 40px;
   text-transform: uppercase;
}
.title-home h2  span {color: var(--color)}

.title-home b {
    color: var(--color);
    font-size: 14px;
}
.title-home b:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--color);
    margin: 15px 0px 0px 10px;
}

h5.post-title.is-large:hover {
    color: var(--color);
}


.row-about .featured-box {
    margin: 30px 0px;
}
.row-about .featured-box h3 {
    color: var(--color);
    font-size: 50px;
    margin-bottom: -10px;
    margin-top: -20px;
}
.row-about .featured-box  p {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}

.row-about .button.primary{
    background: var(--color);
    font-family: var(--family) !important;
}

.sec-about .row-service {
    margin-bottom: 30px;
}

.row-service .featured-box {
    padding: 50px 20px;
}
.row-service .featured-box h3 {
    color: var(--color);
    font-weight: 400;
}
.row-service .featured-box p {
    color: #fff;
}

.row-news .post-meta.is-small.op-8 {
    border: 1px solid #868686;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 5px 0px;
}
.row-news .col.post-item {
    padding: 0px 15px 5px;
}

.sec-why .title-home h2 {
    color: #fff;
}

.sec-why .row-icon .col-inner{
    background: url(img/hi-01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
}

.sec-why .featured-box h3 {
    color: #fff;
}

.sec-why .featured-box {
    padding: 45px 0px 50px;
    margin-left: -40px;
}

.sec-map-form .title-home h2 {
    color: #fff;
}

.sec-map-form .cot-2-6 .title-home {
    margin-bottom: 20px;
    display: inline-block;
}
.sec-map-form .cot-2-6 input,
.sec-map-form .cot-2-6 textarea{
   background: #000;
   color: #fff;
   border: 1px solid var(--color);
   border-radius: 5px;
}
.sec-map-form .cot-2-6 input::placeholder,
.sec-map-form .cot-2-6 textarea::placeholder{
    color: #fff;
}

.sec-map-form .cot-2-6 input.wpcf7-submit {
    background-image: linear-gradient(#FFCA6B, #BC944E);
    width: 100%;
}

.sec-parner .row-logo .col-inner {
    background: #fff;
    border-radius: 13px;
    padding: 15px;
}

.home-document table {
    border: 1px solid #eaeaea;
}
.home-document table td,
.home-document table th {
    border-left: 1px solid #eaeaea;
    padding: 15px;
}

.home-document table th {
    background: var(--color);
    color: #fff;
}
.home-document table td a {
    background: var(--color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.home-document table td a:hover {
    background: var(--color-hover);
}

.row-question .accordion-item {
    float: left;
    width: 50%;
}

.row-question .accordion .toggle {
    left: auto !important;
    right: 10px !important;
}
.row-question a.accordion-title.plain {
    padding: 10px 0px;
}

.row-question .accordion-title.plain.active {
    padding: 10px;
}

.contact-lh .info-footer li {
    list-style: none;
    margin: 10px 0px;
}
.contact-lh .info-footer li a {
    color: #000;
}

.contact-lh .wpcf7-submit {
    background: var(--color) !important;
}

.page-service .icon-box-img {
	height: 150px;
	padding:25px;
	border-radius: 50%;
	border:1px solid var(--color);
	background: #000;
}
.page-service .icon-box-text.last-reset {
    border-radius: 100px;
    border: 1px solid var(--color);
    margin-left: -15%;
    border-left: 0px !important;
    padding-top: 15px;
    padding-left: 20%;
    padding-right: 30px;
}

.page-service .featured-box h3 {
	color: var(--color);
}
.page-service .featured-box p{
	color: #fff;
}

.sec-member  .title-home h2 {
	color: #fff;
}
.sec-member .c-img {
	padding-top: 30%;
}

.c-img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.sec-member .mb10 {
    margin-bottom: 10px;
    overflow: hidden;
    height: 80px;
}

.sec-member .text {
    background: #323232;
    padding: 20px 10px 20px 30px !important;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sec-member .text h3 {
	color: #fff;
	margin: 10px 0px;
	border-bottom: 1px solid var(--color);
}
.sec-member .text h3:hover{
	color: var(--color);
}
.sec-member .text p{
	color: #fff;
}

.all_btn.smooth {
	background: var(--color);
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
}

.img-min img{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.about-1 .title-home h2 {
	color: #fff;
}

.about-1 p {
	margin-bottom: 5px;
	color: #fff;
}
.data_item_introduce .num_data {
    min-width: 25%;
    width: 25%;
    float: left;
    font-size: 40px;
    color: var(--color);
}
p.cl_main.fz_24.text-uppercase {
	color: var(--color);
}

.about-2 .content_text {
    max-width: 800px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    border: 30px solid var(--color);
}
.about-2 .content_text .content {
    background: #fff;
    padding: 30px;
}

/*****************************************/

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec; 
}
.post-sidebar.large-3.col {
    padding: 0px;
}

.blog-archive .box-blog-post.box-text-bottom {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.post_related .image-cover,
.blog-archive .image-cover {
    padding-top: 75% !important;
}

.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}
.post_related .box-text-bottom {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.post_related h5.post-title,
.blog-archive h5.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-flex: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-transform: uppercase;
}
.post_related p.from_the_blog_excerpt,
.blog-archive p.from_the_blog_excerpt {
    height: 70px;
    overflow: hidden;
}


/****************************************/
.footer {background: var(--color-hover)}


.title-footer h3 {
	font-family: var(--family-bold) !important;
	font-size: 20px;
    color: var(--color);
	text-transform: uppercase;
}

.link-web a{
    color: var(--color);
    font-size: 30px;
}
.content-footer p,
.content-footer {color: #fff}

.info-footer li a,
.menu-footer li a {
    color: #fff;
}
.info-footer li a i {
    margin-right: 10px;
    color: var(--color);
}
.info-footer li:hover a,
.menu-footer li:hover a {
    color: var(--color);
}

.sec-map-form .wpcf7-response-output,
.form-footer .wpcf7-response-output {
    color: #fff;
}

.form-footer .wpcf7-text.wpcf7-email {
	width: 79%;
	float: left;
	height: 40px;
    color: #fff;
	background: #000;
    border: 2px solid var(--color);
}
.form-footer .wpcf7-text.wpcf7-email::placeholder {
    color: #fff;
}
.form-footer .wpcf7-submit {
	background: var(--color) !important;
	height: 40px;
	font-family: var(--family) !important;
}


.absolute-footer {display: none;}

@media only screen and (max-width: 1024px) {
    .header:not(.transparent) .header-nav-main > li a {
        font-size: 13px;
    }
    .sec-why .featured-box h3 {
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px){
    .blog-archive .post-item {
        width: 33.3%;
        float: left;
    }
    .page-service .featured-box {
		text-align: center;
	}
	.page-service .icon-box-img {
	    text-align: center;
	    margin: 10px auto;
	}
	.page-service .icon-box-text.last-reset {
	    text-align: center;
	    margin: 15px 0px;
	    display: contents;
	}
    .sec-why .featured-box {
        padding: 80px 0px 130px;
        margin-left: -55px;
    }
}
@media only screen and (max-width: 767px) {
   
    .title-home h2 {font-size: 25px;}

    .sec-why .featured-box {
        padding: 70px 0px 130px;
    }
   
    .row-about .featured-box {
	    margin: 15px 0px;
	}

	
    
}

@media only screen and (max-width: 500px) {
   

    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .row-service .featured-box h3 {
        font-size: 14px;
    }

    .row-about .featured-box h3 {
        font-size: 30px;
        margin-top: -10px;
    }
    .row-about .featured-box {
	    margin: 5px 0px !important;
	}
    .sec-why .featured-box {
        padding: 20px 0px 40px !important;
        margin-left: -25px !important;
    }
    .sec-why .featured-box h3 {
        font-size: 10px !important;
    }
    .row-question .accordion-item {
        float: left;
        width: 100%;
    }

    .row-service .col-inner {
        height: 100%;
    }

    .sec-member .c-img {
	    padding-top: 100% !important;
	}
  
}

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


}