/*
Theme Name: ATM Theme
Description: This is a child theme for Flatsome Theme
Author: AnhTuanMedia
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body.wp-singular.featured_item-template-default.single.single-featured_item.postid-9268 .theinfo, body.wp-singular.featured_item-template-default.single.single-featured_item.postid-9244 .theinfo, body.wp-singular.featured_item-template-default.single.single-featured_item.postid-9284 .theinfo {
    display: none;
}
form.wpcf7-form .wpcf7-form-control {
    width: 100%;
    height: 45px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 0 15px;
    color: #999999;
    box-shadow: none;
}
.lightbox-content {
    border-radius: 20px;
    overflow: hidden;
}
form.wpcf7-form textarea.wpcf7-form-control {
    padding-top: 10px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e38723;
	background: #e38723;
    border: 1px solid #e38723;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
html::-webkit-scrollbar-thumb {
    background-color: #e48824;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section.experihome .bg.section-bg {
    background-size: contain !important;
    background-position: left;
}
.dsdate {
    min-width: fit-content;
    display: flex;
}
.col.post-item .box-image img {
    border-radius: 12px;
}
.dsdatelink{
    position: absolute;
    top: -22px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    align-content: center;
}
.dsdatelink > div{
    margin-right: 20px;
	align-items: center;
}
.dsdatelink > div:last-child{
    margin-right: 0;
}
.dslink a {
    display: flex;
    align-items: center;
}
.news-home .col.post-item:nth-child(2) {
    padding-top: 50px;
}
.news-home .col.post-item:nth-child(1) {
    padding-top: 100px;
}
.row.doitac .box-image img {
    max-width: 80%;
	max-height: 80px;
	width: auto
}

.row.doitac .box-image {
    height: 115px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dsdate span{
    display: block;
    position: relative;
    padding-right: 10px;
}
.dslink span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
h5.post-title.is-large {
    font-weight: 600;
    margin-top: 20px;
}
.dsdatelink span::before, .dsdatelink i{
    color: #e48824;
}
.dslink{
    width: 100%;
    overflow: hidden;
}
.dslink span{
    display: flex;
	justify-content: center
}
.itwhyhh .icon-box-img {
    margin: 0 20px;
    min-width: 60px;
}
.itwhyhh .icon-box-img .icon:after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 4px;
    bottom: 4px;
    border-left: solid 1px #88b844;
    border-right: solid 1px #88b844;
    -webkit-transition: all 0.3slinear;
    -o-transition: all 0.3s linear;
    transition: all 0.3slinear;
    pointer-events: none;
    height: 60px;
}
.itwhyhh .icon-box-img .icon img {
    width: 28px;
}
.itwhyhh .icon-box-img .icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itwhyhh .icon-box-img .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 4px;
    border-top: solid 1px #88b844;
    border-bottom: solid 1px #88b844;
    -webkit-transition: all 0.3slinear;
    -o-transition: all 0.3s linear;
    transition: all 0.3slinear;
    pointer-events: none;
    z-index: 1;
}
.logowhy .img-inner {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
	overflow: initial
}
#vnt-navation {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #f6f6f6;
}
.logowhy .img-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -1;
}
.project-detail h1 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 39px;
}
.lldetailpgh .theinfo{
    margin-bottom: 20px;
}
.theinfo ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.theinfo ul li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
    display: flex;
}
.theinfo ul li .icon{
    width: 20px;
}
.theinfo ul li .text{
    width: calc(100% - 20px);
    padding-left: 12px;
}

.lhlinkregis{
    margin-bottom: 15px;
}
.lhlinkregis a{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #e48824;
    background-color: #e48824;
    color: #fff;
    border-radius: 5px;
}
.lhlinkregis a .img{
    margin-right: 15px;
	width: 20px
}
.duan-related .vnttitle {
    text-align: center;
}
.portfolio-element-wrapper .col-inner {
    background: none;
    box-shadow: none;
}
.portfolio-box.box.has-hover.box-default {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.portfolio-box.box.has-hover.box-default {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.lhinfotool{
    background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
}
.lhinfotool .itpop{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 10px 20px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.lhinfotool .itpop .ptxt{
    margin-right: 35px;
}
.lhinfotool .itpop .psha ul li {
    margin: 0px 6px;
    padding: 0;
    margin-bottom: 0 !important;
}

.lhinfotool .itpop .psha ul {
    list-style: none;
    margin: 0;
}
.portfolio-box.box.has-hover.box-default .box-image {
    height: 278px;
}
.portfolio-box.box.has-hover.box-default .box-image img {
    height: 278px;
    object-fit: cover;
}
.project-detail {
    background-image: url(imgs/bgdetail.png);
    background-position: 0 104%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}
.project-gallery .slide img {
    height: 586px;
    width: 100%;
    object-fit: cover;
}
.lhinfotool .itpop .pnum{
    display: flex;
    align-items: center;
    align-content: center;
}
.lhinfotool .itpop .pnum .nicon{
    margin-right: 10px;
}
.lhinfotool .itpop .ntell{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}
.lhinfotool .itpop .psha ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.lhinfotool .itpop .psha li{
    margin-left: 10px;
}
.lhinfotool .itpop .psha li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
}
.lhinfotool .itpop .psha li a .icon-zalo1{
    font-weight: bold;
}
.hpdetailpgm{
	margin-bottom: 40px;
}
.portfolio-box.box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.portfolio-page-wrapper.portfolio-archive.page-featured-item h1.entry-title {
    text-align: center;
}
.item-baogia .col-inner {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 3%);
    padding: 25px 20px 40px !important;
}
.vhtitleab h2, .vhtitleab h3{
    color: #e48824;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhtitleab span{
    display: inline-block;
    padding: 15px 30px;
    position: relative;
}
.vhtitleab.lazyloading span::before{
    width: 0px;
    height: 0px;
}
.vhtitleab span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 60px;
    border-top: 1px solid #87b844;
    border-left: 1px solid #87b844;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhtitleab.lazyloading span::after{
    width: 0px;
    height: 0px;
}
.itaboutmmb{
    padding: 25px 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 3%);
    overflow: hidden;
    border-radius: 5px;
    min-height: 125px;
}
.itaboutmmb:last-child{
    margin-bottom: 0;
}
.itaboutmmb .mmbtitle{
    width: 230px;
    padding-right: 20px;
}
.itaboutmmb .mmbtitle, .itaboutmmb .mmbtitle h3{
    color: #e48824;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.itaboutmmb .mmbconts{
    width: calc(100% - 230px);
} 
.vhtitleab span::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #87b844;
    border-right: 1px solid #87b844;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 80px;
    height: 60px;
}

@keyframes pulse-border {
	0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0;
}
}
.giuseart_tabs > .nav .tab {display:flex;
    margin: 0;
}
.giuseart_tabs .nav{margin-bottom:15px}
.giuseart_tabs > .nav .tab a {text-align:center;
   display: inline-block;border:none;
    overflow: hidden;
    position: relative;
    padding: 12px 10px;
    font-size: 15px;
    color: black;
}
.giuseart_tabs > .nav .tab.active a {
     background-color: #e48824;
    color: #fff;
    border: none;
    box-shadow: none;
}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a > img {width:100px;height:100px;
    margin: 0 auto;
}
.giuseart_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(1) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}
.giuseart_tabs > .nav .tab a:before {
    display: none;
}
.giuseart_tabs .nav h3 {text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
    color: black;
    text-align: center;
}
.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
padding:20px;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav.nav-vertical a{border-top: 1px solid #d2d2d2;text-align:center}
.giuseart_tabs .nav-vertical{margin-bottom:0}
.tabbed-content.giuseart_tabs li.tab a {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 25px;
    height: 54px;
}
.tabbed-content.giuseart_tabs li a h3 {
    margin: 0 10px;
    display: inline-block;
}
.tabbed-content.giuseart_tabs li a {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 25px;
    height: 54px;
    min-width: fit-content;
	    flex-wrap: nowrap;
    margin: 0 9px;
}
.tabbed-content.giuseart_tabs li a span.icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    padding: 5px;
	min-width: 40px;
}
.tabbed-content.giuseart_tabs li a span.icon img {
    filter: brightness(0) grayscale(100%);
    opacity: 0.7;
}
.tabbed-content.giuseart_tabs li.active a span.icon img {
   filter: brightness(1) grayscale(0);
    opacity: 1;
}
.tabbed-content.giuseart_tabs li a span.icon img:nth-child(2) {
    display: none;
}
.itformpage .ttform, .itformpage .ttform h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.itformpage .beformpg{
    margin-bottom: 10px;
    padding: 25px 30px 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.itformpage .beformpg:last-child, .itformpage:last-child{
    margin-bottom: 0;
}
.itformpage .beformpg .pglabel{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.itformpage .beformpg .pglabel span{
    color: #764209;
}
.vhformall{
    margin-bottom: 20px;
}
.vhformall input{
    width: 100%;
    height: 45px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-ms-input-placeholder { 
    color: #999999;
} 
::placeholder {
    color: #999999;
}
.vhformall select{
    width: 100%;
    height: 45px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 40px 0 20px;
    background-color: #fff;
}
form.wpcf7-form  span.wpcf7-form-control.wpcf7-radio {
    height: auto;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.thenote{
    text-align: center;
    margin-bottom: 10px;
}
.thenote a{
    color: #e48824;
    font-weight: 700;
}
.thethank{
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}