/*
Theme Name: WebOto.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
	font-family: "Poppins Medium";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web-vn/assets/font/poppins/poppins-medium.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Poppins Regular";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web-vn/assets/font/poppins/poppins-regular.ttf") format("truetype");
	font-display: swap;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/*** POPUP ***/
#lai-thu {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top: 5px solid #115293;
}
#bao-gia-uu-dai form {
	margin-bottom: 0;
}
.popup-head .img {
    margin-bottom: 0 !important;
}
.popup-title {
    background: #115293;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 5px solid rgb(11 62 113);
}
.popup-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.popup-content input[type="text"] {
    width: 98%;
	border: 1px solid #000000;
	box-shadow: none;
	border-radius: 5px;
}
.popup-content .wpcf7-not-valid-tip {
	width: 98% !important;
	text-align: left;
}
.popup-content .r0 .wpcf7-not-valid-tip {
	margin-left: 2%;
}
.popup-content .r0 {
	text-align: right;
}
.popup-content select {
    margin-bottom: 0;
    border: 1px solid #000000;
    border-radius: 5px;
}
.popup-content-2 .demand label {
    margin-bottom: 0;
    display: inline-block;
}
.popup-content-2 input[type=submit] {
    margin: 0;
    padding: 5px 30px;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-transform: none;
    border-radius: 30px;
    background: #115293;
}
.popup-content-2 .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
#bao-gia-uu-dai .wpcf7-response-output {
	margin: 0 !important;
	text-align: center;
}
.wpcf7-submit:before {
    content: '\f30b';
    font-family: 'Font Awesome 5' !important;
}
/*** INCLUDE ***/
#header-contact li>a>i {
	border: 2px solid #e90900;
	color: #e90900;
	width: 33px;
	border-radius: 50%;
	padding: 5px 0;
	text-align: center;
	background: #fff;
}
#header-contact li>a {
	padding: 0;
	background: #e90900;
	color: #fff !important;
	padding-right: 15px;
	border-radius: 30px 0 0 30px;
	font-size: 16px;
	line-height: inherit;
	animation: glowing-btn-yellow 2s infinite;
}
@keyframes glowing-btn-yellow {
	0% {
		box-shadow: 0 0 0 0 #e90900;
	}
	100% {
		box-shadow: 0 0 0 8px rgba(233, 9, 0, 0);
	}
}

.archive .term-description ul li, .single-product #tab-description ul li {
    list-style: none;
    background: no-repeat url(/wp-content/themes/weboto-vn/assets/img/icon-list-style.jpg) 0 4px;
    vertical-align: middle;
    background-size: 17px;
	margin-left: 0 !important;
	padding-left: 24px;
}
.btn-hotline a, .btn-baogia a {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 120%;
	line-height: normal;
	text-align: center;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-hotline a {
	background-color: #fd6e1d !important;
}
.btn-baogia a {
	background-color: #288ad6 !important;
}
.list-dong-xe ol li a {
    color: #115293;
    font-weight: bold;
}
.list-dong-xe ol li:hover a {
	color: #ff0000;
}
.list-dong-xe ol li, .uu-dai-chung ol li {
	font-size: 15px;
    counter-increment: my-awesome-counter;
    position: relative;
    display: block;
    padding-left: 30px;
	margin-left: 0;
}
.list-dong-xe ol li::before, .uu-dai-chung ol li::before {
    content: counter(my-awesome-counter);
    background: #0094da;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.row-uu-dai-chung {
	position: relative;
}
.row-uu-dai-chung .border-comet {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffe387;
    z-index: 2;
    pointer-events: none;
}
.row-uu-dai-chung .border-comet img {
    mix-blend-mode: screen;
    position: absolute;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
    width: 15%;
}
.row-uu-dai-chung .border-comet img.comet-01 {
    -webkit-animation-name: cometBorderLeft;
   	animation-name: cometBorderLeft;
   	top: 0;
}
.row-uu-dai-chung .border-comet img.comet-02 {
   	-webkit-animation-name: cometBorderRight;
    animation-name: cometBorderRight;
    bottom: 0;
}
.row-uu-dai-chung .border-comet img.comet-03 {
    -webkit-animation-name: cometBorderBottom;
    animation-name: cometBorderBottom;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0;
}
.row-uu-dai-chung .border-comet img.comet-04 {
    -webkit-animation-name: cometBorderTop;
    animation-name: cometBorderTop;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    right: 0;
}
@-webkit-keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@-webkit-keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@-webkit-keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@-webkit-keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}
@keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}
/*** HOME ***/
.ss-price {
    padding-bottom: 0 !important;
}
.ss-price tr:nth-child(1) {
    background: #f0f0f0;
}
.ss-price tr:nth-child(1) td {
    color: #000000;
}
.ss-price .row {
    margin-bottom: 30px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 5px 15px rgb(132 78 213 / 5%);
    -moz-box-shadow: 0px 5px 15px rgba(132, 78, 213, 0.05);
    box-shadow: 0px 5px 15px rgb(132 78 213 / 5%);
	background-color: #ffffff;
	border-radius: 20px;
    border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 3px solid #115293;
	padding-top: 15px;
}
.ss-price .row:hover {
    border-color: #ff0000;
}
.ss-price td {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.ss-price h3, .ss-price a {
	color: #115293;
	font-weight: bold;
}
.ss-price h3:hover, .ss-price a:hover {
	color: #ff0000;
}
.ss-price p.txt-contact {
    margin-bottom: 0;
	font-size: 14px;
}
.row-cta .col {
	padding-bottom: 0 !important;
}
.row-cta .col .col-inner {
    padding: 0;
	height: auto;
    line-height: 60px;
	overflow: hidden;
}
.row-cta .col:hover .icon-box-img {
	background: #01a7df;
}
.row-cta .col:hover .icon-box-text {
	border: 1px solid #01a7df;
}
.row-cta .col:hover .icon-box-text p {
	color: #01a7df;
}
.row-cta .icon-box-img {
    background-color: #115293;
}
.row-cta .icon-box-img img {
	padding: 0;
	margin: 0;
	width: 60px;
	height: 45px;
}
.row-cta .icon-box-text {
    border: 1px solid #115293;
}
.row-cta .icon-box-text p {
	color: #115293;
	font-size: 18px;
}
.posts-vertical .is-divider {
	background: transparent;
}
.posts-vertical .post-item .col-inner {
	border-radius: 11px;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	overflow: hidden;
	border-top: 3px solid #115293;
}
.posts-vertical h5.post-title {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 57px;
    max-height: 57px;
    overflow: hidden;
}
/*** PRODUCT CATEGORIES ***/
.archive .products .product .col-inner, .product-home .col-inner {
    border-radius: 11px;
    overflow: hidden;
	border-top: 3px solid #115293;
}
.archive .term-description {
    border-top: 1px solid #333333;
    padding-top: 10px;
}
/*** PAGE CONTACT ***/
.contact-page-row {
    background: #272727;
    border-radius: 15px;
    padding: 15px;
    border-top: 3px solid #115293;
}
.contact-page-row span.wpcf7-spinner {
    display: none;
}
/*** PAGE ***/
.ct-title-center .section-title-main {
    text-transform: none;
}
.ct-title-center .section-title-center {
    margin-top: 0.5em;
}
.ct-title-center .section-title-center b {
    background: transparent;
}
/*** SINGLE PRODUCT ***/
.single-product .breadcrumbs {
	height: 45px;
	line-height: 45px;
}
.single-product .breadcrumbs p {
    margin-bottom: 0;
}

.single-product .product-tabs {
    display: none;
}
.product-footer .woocommerce-tabs {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top: 1px solid #333333 !important;
}
.single-product .related {
	border-top: 1px solid #333333 !important;
}
/*************** BLOG SINGLE.   ***************/
.blog-single .entry-divider.is-divider {
    display: none;
}
.blog-single .gallery-caption {
    margin-top: 5px;
}
.blog-single .rpbt_shortcode {
    background: #f2f2f2;
    padding: 30px;
}
/*** BUTTON BÁO GIÁ ***/
.btn-popup-report-price {
	display: block;
	height: 50px;
	position: fixed;
	bottom: 10px;
	background: #b70100;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	z-index: 999999999;
	color: #fff;
	font-weight: 700;
	font-size: 125%;
	border-radius: 25px;
	padding: 5px;
	-moz-animation-duration: 500ms;
	-moz-animation-name: calllink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 500ms;
	-webkit-animation-name: calllink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 500ms;
	animation-name: calllink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}    
.btn-popup-report-price {
	right: 0;
	width: 220px;
}    
.btn-popup-report-price em {
	position: relative;
	color: #b70100;
	font-size: 30px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 5px;
}    
.btn-popup-report-price em:before {
	position: absolute;
	top: 5px;
	left: 4px;
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
/*************** FOOTER.   ***************/
.ss-footer-bottom {
    background: url(/wp-content/themes/weboto-vn/assets/img/bg-footer-bottom.png) top right;
}
.ss-footer-middle {
	background-image: linear-gradient(248deg, #115293 0%, #000 100%);
}
.col-logo-footer {
    border-top: 3px solid #115293;
    background: #272727;
    margin-top: -3px;
}
.footer-address {
	background: #272727 url(/wp-content/themes/weboto-vn/assets/img/bg-footer-bottom-2.png) no-repeat scroll center center;
    background-repeat: no-repeat;
	z-index: 99999999;
    margin-bottom: -3px;
}
.absolute-footer {
    border-top: 3px solid #fff;
}



#footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    background: url(assets/images/bg-title.png) left bottom no-repeat;
}
#footer .widget {
    padding: 0;
    margin-bottom: 0;
}
#footer ul li, .contact-page-row ul li {
	list-style: none;
    margin-left: 0;
    font-size: 15px;
	border: none;
	color: #ffffff;
}
#footer ul li i, .contact-page-row ul li i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #00095b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#footer ul li a {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    padding: 4px 0 4px 16px;
    background: url(/wp-content/themes/weboto-vn/assets/img/icon-list.png) no-repeat left 10px;
}
@media only screen and (max-width: 48em) {
	.btn-popup-report-price {
		background: #2d96cd;
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		height: 40px;
		text-align: center;
		padding: 0;
		font-size: 100%;
		line-height: 40px;
	}
	.btn-popup-report-price em {
		display: none;
	}
	
	.popup-title {
		font-size: 16px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.popup-content input[type="text"] {
		width: 100%;
	}
	
	.row-cta .col {
		padding-bottom: 5px !important;
	}
	.row-cta .icon-box-text p {
		font-size: 16px;
	}
	.row-cta .col:nth-child(3) {
		padding-bottom: 0 !important;
	}
	
	.btn-hotline {
		margin-bottom: 5px;
	}
	
	.ss-price {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.posts-vertical .post-item {
		padding-bottom: 15px;
	}
	.posts-vertical .box-blog-post {
		display: flex;
		background: #EEEEEE;
		height: 90px;
		max-height: 90px;
		overflow: hidden;
	}
	.posts-vertical .is-divider {
		display: none;
	}
	.posts-vertical h5.post-title {
		min-height: 29px;
		max-height: 29px;
	}
	.posts-vertical .post-item .box-image {
		width: 35%;
		display: inline-block;
	}
	.posts-vertical .post-item .image-cover {
		height: 90px;
	}
	.posts-vertical .post-item .box-text {
		width: 65%;
		display: inline-block;
		text-align: justify;
		padding: 5px;
	}
	
	.single-product .breadcrumbs {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		line-height: inherit;
	}
}