/*
Theme Name: Cộng đồng web Child
Description: Theme is rewritten from Congdongweb, serving the products of Cong Dong Web
Author: CDW - Rewrite by UX-Themes
Template: congdongweb
Version: 1.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.cdw-image-footer img {
    background: #ffffff;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple.dark {
  padding: 0;
}
header#header .nav-dropdown {
  display: block;
  padding:0;
 margin:0;
}
header#header .nav-dropdown ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background:#fff;
  width: 250px;
  padding: 0;
  display: none !important;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
header#header .nav-dropdown li:hover > ul.sub-menu{
  display: block !important;
}
header#header .nav-dropdown li {
  border-right: 0;
  white-space: normal;
  width: 100%;
  display: block;
  position: relative;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple.dark li a {
  padding: 15px;
  border-bottom: 1px solid;
  font-size: 0.9em;
}
.cdw-button span {
    color: white;
    padding: 10px 25px;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    border-top: 1px solid #ddd;
}

i.icon-angle-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
}
.cdw-topbanner {
    font-size: 15px;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.cdw-topbanner span {
    background: #9a1638;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.cdw-topbanner h2 {
    font-size: 2em;
    color: #b9b9b9;
    position: relative;
}
.cdw-line {
    width: 100px;
    height: 1px;
    background: #b9b9b9;
    margin-right: 10px;
}
.cdw-title h3 {
    background: #3C3E29;
    background: linear-gradient(90deg, rgb(60 62 41 / 73%) 0%, rgb(60 62 41 / 6%) 80%);
    color: white;
    font-weight: 500;
    font-size: 1.4em;
    display: inline;
    padding: 5px;
    padding-right: 50px;
}
.cdw-title h2 span {
    font-weight: 500;
}

.cdw-title h2 {
    margin-top: 10px;
    border-left: 5px solid #707162;
    font-style: italic;
    padding-left: 15px;
}
.cdw-title table tr td:nth-child(1) span {
    color: #9a1638;
    border: 1px solid #f5f5f5;
    background: #f9fafb;
    padding: 10px;
    font-weight: bold;
}
.cdw-image-text strong{
	font-size:2em;
}
.cdw-title1 h3:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cdw-title1 h3 {
    color: #9ca3af;
    font-size: 15px;
    margin: 0;
	position:relative;
    padding-left: 60px;
}
.cdw-icon .icon-inner img {
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
}
.cdw-icon .icon-inner {
    background: #ffffff;
    height: 60px;
    width: 60px;
    margin: auto;
    padding: 5px;
    position: relative;
    border-radius: 5px;
}
.cdw-image-text {
    font-weight: bold;
    position: absolute;
    bottom: 5%;
    right: 0;
    background: #9a1638;
    color: #fff;
    width: 45%;
    padding: 10px;
	font-size:13px;
}
.cdw-title tr td {
    border: unset;
}
.title-ribbon {
    display: inline-block;
    padding: 5px 85px 5px 25px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right, #ffffff, #d8b1bd, #ad6279, #7a1c2f);
    position: relative;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    color: #000000;
    margin-bottom: 20px;
}
.is-divider {
    max-width: 50px;
    background: #3e422d;
}
.cdw-partner {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f9fafb80;
}
.cdw-banner-footer p{
	font-size:13px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.cdw-topbanner {
    font-size: 80%;
}
	.is-full-height {
    height: auto;
}
	.header-main li.html.custom {
        display: block;
    }
}