/*
Theme Name: WTG Shop Child
Template: wtgshop
*/

.is-divider{
	display: none;
}
.button.is-outline {
    background: #fff;
}
.page-template-page-transparent-header-light .nav.nav-small>li>a, .page-template-page-transparent-header-light .nav-small .nav>li>a.tooltip{
	color: #fff;
}

.page-template-page-transparent-header-light .nav-dark .nav>li>a{
	color: #fff;
}

.header-top{
	border-bottom: 1px solid rgb(199 199 199 / 30%);
}

.btn-menu-hotline {
	background: #ff9100;
    border-radius: 99px;
    height: 39px;
    padding: 0 30px 0 50px!important;
    color: #ffffff!important;
    font-size: 18px!important;
    border: 0;
    margin-left: 20px;
    font-family: "Roboto",sans-serif!important;
}

.nav>li>a.btn-menu-hotline>i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 26px;
    -webkit-animation: right 0.5s infinite ease-in-out;
    -moz-animation: right 0.5s infinite ease-in-out;
    animation: right 0.5s infinite ease-in-out;
    background-color: #ffffff!important;
    border-radius: 50%;
    text-align: center;
    line-height: 32px!important;
    top: 4px!important;
    opacity: 1!important;
    font-weight: 900;
    color: #ff9100!important;
    font-size: 16px!important;
    line-height: 30px!important
}


.nav-small .nav>li>a.tooltip, .nav.nav-small>li>a.tooltip, .html .social-icons .button.tooltip, .social-icons a{
	opacity: 1;
    position: relative;
}


.section-page-title {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 400px;
    margin-bottom: 0;
	
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.section-page-title .section-bg {
    background-position: 50% 50%;
}

.section-page-title .section-bg-overlay {
    background-color: rgba(0,0,0,.6);
}
.section-page-title h1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}

.section-page-title .text {
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding: 15px;
}
.section-page-title .text p{
    margin-bottom: 0;
		    text-align: justify;
}
html[lang=en-US] .section-page-title .text p{
		    text-align: center;
}
.section-page-title .breadcrumbs {
    margin-bottom: 15px;
}
.section-page-title .breadcrumbs span {
    text-transform: none;
    font-size: .9rem;
    font-weight: 300;
}

.section-service {
    padding: 35px 0;
	background: #f7f7f7;
}
.service-box {
    background: #FFF;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 5%);
	transition: 0.3s;
}
.service-box:hover {
    box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
}

.service-box .box-text1 {
    padding: 15px 35px;
}

.service-description p{
	font-size: 0.9em;
	margin-bottom: 10px;
}
.service-description p:last-child{
	margin-bottom: 20px;
}

.footer-logo{
	margin: 0;
	text-align: right;
}
.footer-logo img{
	max-width: 242px;
}
.footer-tagline{
	text-align: right;
	margin-top: 30px;
	
}

.footer-tagline p{
	margin-bottom: 25px;
}

.footer .follow-icons{
    width: 100%;
}
.footer .follow-icons a{
    margin: 0;
    margin-right: 10px;	
}

.footer-1{
	border: 0;
}
.footer-2{
	padding-top: 35px;
}
.blog-archive{
	background-color: #f7f7f7;
}
.widget>ul>li, ul.menu>li{
    border: 0 !important;
}

.map iframe{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 3px 3px 20px rgb(0 0 0 / 5%);
}

.bct{
	text-align: right;
}
.bct img{
	max-width: 150px;
}

.absolute-footer.dark{
	
	color: #f7f7f7;
	font-weight: 300;
	font-size: 0.8em;
}

.absolute-footer.dark .container{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.absolute-footer.dark .footer-secondary{
	padding: 0;
	    flex: 1;
}

.box-service-main{
	background: #FFF;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 5%);
	height: 100%;
	transition: 0.3s;
}
.box-service-main:hover {
    box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
}
.box-service-main h3{
	font-size: 1.45em;
	margin-bottom: 10px;
}
.box-service-main p{
	    text-align: justify;
}
.box-service-main .box-text{
    padding: 20px 20px 0;
}

.col.post-item .col-inner{
	height: 100%;
}
.box-blog-post{
	background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 5%);
	transition: 0.3s;
	height: 100%;
}
.box-blog-post:hover {
    box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
}

.box-blog-post .box-text{
	padding: 15px;
}

.breadcrumbs-area {
    background: #f7f7f7;
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 32px
}

.breadcrumbs-area .col {
    padding-bottom: 0
}

.breadcrumbs-area .breadcrumbs {
    padding: 10px 0;
    font-weight: 300;
    font-size: .8rem
}

.blog-wrapper {
    padding-top: 0
}

.blog-single .entry-content.single-page {
    text-align: justify
}

.blog-single .entry-header-text {
    padding-bottom: 0
}

.blog-single .entry-header-text h1 {
    margin-bottom: 0
}

.single-related {
    margin-top: 20px
}

.single-related h3 {
    margin-bottom: 20px
}

.single-tags {
    margin: 30px 0
}


.from_the_blog_excerpt {
	    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.quytrinh-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px
}

.quytrinh-step p {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    margin-bottom: 20px;
	    font-size: 17px;
	
}

.quytrinh-step p i {
    font-size: 1.6rem;
    margin-right: 15px;
    width: 30px
}

.quytrinh-step p span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.quytrinh-step p:nth-child(3),.quytrinh-step p:nth-child(4) {
    margin-bottom: 0
}


.quytrinh{
	padding: 0 !important;
    margin-bottom: 0;
}
.quytrinh .section-bg{
	background: transparent !important;
}
.quytrinh-item{
	background: #ffffff;
	padding: 20px;
	height: 100%;
	position: relative;
	border-radius: 15px;
}
.quytrinh-item:hover{
	background: #ffffff;
}

.quytrinh-item:before{
	content: "1";
    position: absolute;
    font-size: 3.2rem;
    font-weight: bold;
    color: #cfcfcf;
    top: 0;
    left: 15px;
}
.quytrinh-item-2:before{
	content: "2";
}
.quytrinh-item-3:before{
	content: "3";
}
.quytrinh-item-4:before{
	content: "4";
}
.quytrinh-item-5:before{
	content: "5";
}
.quytrinh-item-6:before{
	content: "6";
}
.quytrinh-item-7:before{
	content: "7";
}
.quytrinh-item h4{
	font-size: 1rem;
	padding-left: 32px;
    color: #3c3c3c;
    margin-bottom: 20px;
    line-height: 1.3;
}
.quytrinh-item p{
	font-size: 15px;
	color: #555555;
	margin-bottom: 0;
}
.quytrinh p:last-child{
	margin-bottom: 0;
}




.footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.footer-contact i {
    width: 25px;
    flex: none;
}

.footer-cta img{
	border-radius: 15px;
	overflow: hidden;
}

.footer span.widget-title{
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
}

.uppercase, h6, span.widget-title, th{
	letter-spacing: 0;
}


.about-logo img{
	max-width: 250px;
	margin-bottom: 20px;
}
.about-tagline h3{
	color: #666;
	font-size: 1.35em;
}
.about-box p{
	font-size: 0.9em;
}

.about-box h3{
	line-height: 1;
    margin-bottom: 0;
}

.about-box .icon-box-img{
	margin-bottom: 0;
}


.mw-news .col-inner{
	max-width: 450px;
}


.page-template-page-service .footer-1, .single-post .footer-1, .page-id-13 .footer-1, .page-id-132 .footer-1, .home .footer-1{
	background: #f7f7f7 !important;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg)
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px)
    }

    50% {
        -webkit-transform: translate(-15px)
    }

    100% {
        -webkit-transform: translate(15px)
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: rotate(10deg)
    }

    50% {
        -moz-transform: rotate(-10deg)
    }

    100% {
        -moz-transform: rotate(10deg)
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px)
    }

    50% {
        -moz-transform: translate(-15px)
    }

    100% {
        -moz-transform: translate(15px)
    }
}

@keyframes right {
    0% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

@keyframes left {
    0% {
        transform: translate(15px)
    }

    50% {
        transform: translate(-15px)
    }

    100% {
        transform: translate(15px)
    }
}


.w3eden .badge{
	    width: auto;
	margin: 0;
    height: auto;
}

.w3eden .pagination li a, .w3eden .pagination li span{
	font-weight: normal;
}

.w3eden .card{
	border: none;
}

.wpdmdt-toolbar, .wpdmdt-toolbarb{
	padding: 10px 0 !important;
}
.w3eden .form-control{
	box-shadow: none;
}

.__dt_categories {
	text-transform: uppercase;
}
.dataTables_length, .dataTables_info{
	display: none !important;
}
.w3eden .table td{
	font-size: 1.2em;
}

button, .button{
	font-weight: 300;
}

.dark .widget a:hover, .dark a:hover{
color: #ff9100 !important;
}


i.icon-zalo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: url(assets/img/zalo-icon.png) no-repeat center center;
    background-size: contain;
    background-color: #0180c7;
    margin: 0;
    border-radius: 99px;
}

.accordion-item{
	border-radius: 10px;
    overflow: hidden;
	    margin-bottom: 10px;
}

.accordion-title{
	border: none;
	background-color: #f7f7f7;
	    font-family: Montserrat, sans-serif;
}

.accordion-inner{
	    background: #fafafa;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
	margin-bottom: 10px;
}

.form-flat.tuyendung{
	box-shadow: 3px 3px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.single article.post{
	margin-top: 30px;
}

.sidebar-contact {
    background: #fff7ea;
	border-radius: 15px;
    overflow: hidden;
	margin-top: 30px;
	padding-bottom: 15px !important;
}

.sidebar-contact h5, .sidebar-contact h4 {
    margin-bottom: 0;
}
.sidebar-contact p {
    font-size: .9rem;
	margin-bottom: 0;
}

.box-call{
	justify-content: center;
    align-items: center;
    max-width: 255px;
    margin: auto;
	margin-top: 20px;
    margin-bottom: 20px;
}

.box-call h3{
	font-size: 25px;
}
.box-call p{
    font-size: 14px;
}

.box-blog-post img{
    transform: scale(1.05);	
}


.box-video{
	border-radius: 15px;
	overflow: hidden;
}

.box-video .box-image{
	position: relative;
}
.box-video .box-image:after{
content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 100px;
    border-radius: 100%;
    padding-left: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 33%);
    color: #0080ff;
    cursor: pointer;
	transition: 0.3s;
	pointer-events: none;
}
.box-video .box-image:hover:after{
	box-shadow: 3px 3px 10px rgb(0 0 0 / 63%);
}


.overlay-icon{
	background: #fff;
    opacity: 1;
}
.overlay-icon i{
	color: #0080ff;
}

.wpcf7 label, .wpcf7 legend{
	font-size: 1em;
	font-weight: normal;
}
.wpcf7 .wpcf7-not-valid-tip{
	    margin-top: 0;
		    font-size: 12px;
}

.wpcf7-submit{
	font-weight: normal !important;
    text-transform: none !important;
    margin-top: 15px !important;
	    margin-bottom: 0;
}
.mfp-bg.mfp-ready{
	    opacity: 0.8;
}



.lightbox-content{
	border-radius: 15px;
}


.f-box h3{
	font-size: 1em;
}
.f-box p{
	font-size: .9em;
	margin-bottom: 0;
}
    
.wtg-contact-list-item{
	padding: 0 !important;
}





@media screen and (max-width: 767px){
	.section-page-title{
		min-height: 245px;
	}
	.section-page-title h1{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.footer-logo, .footer-tagline{
		display: none;
	}
	.footer-logo, .footer-tagline, .bct{
		text-align: left;
	}
	
	.absolute-footer.dark .container{
		display: block;
	}
	.footer-secondary{
		margin-bottom: 10px;
	}
	
	.footer{
	}
	
	.footer .widget_nav_menu a{
		padding: 0;
	}
	
	.absolute-footer.dark{
		text-align: left !important;
	}
	
	.quytrinh-step{
		display: block;
	}
	.quytrinh-step p{
		width: 100%;
	}
	
	
	.section-page-title{
		border-radius: 0;
	}
	
	.service-box .box-text1{
		text-align: center;
	}
	
	
	.wtg-contact.right{
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background: #fff !important;
		    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
	}
	.wtg-contact-list{
		    display: flex;
    justify-content: space-around;
    padding-top: 5px;
	}
	.wtg-contact-list-item{
		border-radius: 50% !important;
		width: 40px !important;
		height: 40px !important;
		line-height: 40px !important;
		padding: 0 !important;
		margin-bottom: 15px !important;
	}
	
	body{
		    padding-bottom: 60px;
	}
	
	#logo {
		width: 200px !important;
	}
	
	.f-box p{
		
	}
	
	
	.section-page-title .text p{
		display: none;
	}
}


.home-qt .row.row-collapse{
	max-width: 260px !important;
}




.wpml-ls-item .nav-dropdown{
	min-width: 147px;
}


.download-menu {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    margin-top: 10px !important;
}
.download-menu .sub {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.download-menu .item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 3px;
    background: #efefef;
    padding: 5px;
	margin-right: 10px;
}

.page-template-default .footer-1{
	    background-color: rgb(247, 247, 247);
}


.eqh .row .col .col-inner{
	height: 100%;
}

.eqh .row .col .col-inner .button{
	margin-bottom: 0;
}