/*
Theme Name: C.D.W | ARONET Child
Description: Theme is rewritten from Congdongweb - AroNet, serving the products of ARONET | Digital Marketing
Author: CDW_AroNet - Rewrite by UX-Themes
Template: congdongweb
Version: 1.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div#masthead div#logo img.header_logo.header-logo {
    max-height: 100px;
}
.cdw-tong-quan p {
    font-size: 3.5em;
	color:#003366;
	font-weight:bold;
    margin-bottom: 0;
}
.cdw-tong-quan small {
    font-size: 20px;
}
.cdw-tong-quan-child {
    display: flex;
		padding:10px;
    justify-content: space-around;
}
.cdw-tong-quan-child .cdw-tong-quan {
    text-align: center;
	flex:1;
	padding:10px;
}
.cdw-tong-quan-child .cdw-tong-quan:not(:last-child) {
    border-right: 3px solid #003366;
}
.cdw-table-du-an tr td {
    border-bottom: 1px solid;
    font-size: 80%;
}
.cdw-tab ul li.active a {
    background-image: linear-gradient(97deg, #4FB5FF 10%, #F72BEE 50%);
}
.absolute-footer{
    background-image: linear-gradient(166.66deg, rgb(31, 117, 206) 4.62%, rgb(23, 121, 207) 4.62%, rgb(116, 75, 196) 86.29%);
}
input.wpcf7-form-control.wpcf7-submit, .cdw-link{
    background-image: linear-gradient(145deg, #4FB5FF 10%, #F72BEE 50%);
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    background: #009fad;
    color: #fff;
    width: 50%;
    margin: auto;
    margin-top: 100px;
}
div#dialog {
	width: 100%;
	height: 100%;
	background: #cccccccf;
	z-index: 99;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

div#dialog .fom-guimail.call-popup {
	position: fixed;
	width: 300px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-table;
	z-index: 99999;
	background: #fff;
	padding: 20px 20px 0px 20px;
	left: 0;
	border-radius: 10px;
	right: 0;
}

a.close.agree {
	position: absolute;
	right: 10px;
	color: #ffffff;
	background: #c3002f;
	padding: 0 10px;
}

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


}

.nav>li>a {
	font-size: .8rem;
}