.pull-right {
    float: right;
}
.st1-left h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 19px 0 24px;
}
.st1-left p {
    font-size: 16px;
    margin-bottom: 5px;
}
.st1 {
    padding: 80px 0 40px;
}
.st1-video {
    display: block;
    position: relative;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
a.readmore {
    background: #ee7d22;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 40px;
}
.readmore svg {
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.st2-title {
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.st2 {
    padding: 10px 0 30px;
}

.st2-item {
    padding: 0 10px;
}
.st2-item-inner:hover {
    box-shadow: 0 3px 8px -4px rgba(0,0,0,.08), 0 6px 16px rgba(0,0,0,.06), 0 9px 32px 8px rgba(0,0,0,.04);
    color: #ee7d22;
}
.st2-dot {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 4px;
}
.st2-item-inner {
    padding: 16px 12px;
    transition: all .3s;
    color: #333;
    display: block;
}
.st2-dot:before, .st2-dot:after {
    position: absolute;
    top: 0;
    height: 4px;
    width: 20px;
    transition: all .3s;
    content: "";
    background: #ee7d22;
}
.st2-dot:before {
    right: 50%;
}
.st2-dot:after {
    left: 50%;
}
.st2-item:hover .st2-dot:before, .st2-item:hover .st2-dot:after {
    width: 50%;
}
.st2-item p {
    font-size: 16px;
}
.st2-item h3 {
    margin: 16px 0 8px;
    font-weight: bold;
    color: #ee7d22;
    font-size: 24px;
}
.st3 {
    padding: 40px 0 80px;
}
.st3-heading h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 24px;
    font-weight: bold;
}
.st3-item {
    margin-top: 32px;
}
.st3-item-inner {
    display: block;
}
.wImage {
    position: relative;
    display: block;
}
.st3-item-title {
    line-height: 58px;
    padding: 0 16px;
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    transition: all .3s;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.st3-item:hover .st3-item-title {
    background: #ee7d22;
    color: #fff;
    box-shadow: none;
}
.st3-item-inner img {
    width: 100%;
}
.wImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}
.wImage100:before {
    display: block;
    padding-bottom: 100%;
    content: "";
}
.st3-item:hover .st3-item-title svg {
    fill: #fff;
}
.st3-item-title svg {
    position: absolute;
    top: 18px;
    right: 16px;
    transition: all .3s;
}
.iframe_homepage {
    padding-bottom: 50px;
}
.iframe_homepage h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 24px;
    font-weight: bold;
    text-align: center;
}
.st4 {
    background: #f0f0f0;
    padding: 80px 0;
    overflow-y: hidden;
}

.st4-heading p {
    width: 1056px;
    max-width: 100%;
    display: inline-block;
}

.st4-item {
    background: #fff;
    padding: 16px 14px;
    text-align: center;
}
.st4 .owl-carousel .owl-item img {
    width: initial;
    display: inline-block;
}
.st4 .owl-theme .owl-nav .owl-prev {
    left: -45px;
    background: none;
    width: initial;
}
.st4 .owl-theme .owl-nav .owl-next {
    right: -45px;
    background: none;
    width: initial;
}
.st4 .owl-theme .owl-nav i{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.st3-heading p {
    font-size: 18px;
}
.st4-heading {
    margin-bottom: 30px;
}
.st5 {
    padding: 80px 0;
}
.st5-content {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
}
.st5-item {
    width: calc(25% - 12px);
    margin-right: 16px;
    margin-top: 16px;
    position: relative;
}
.st5-item img {
    width: 100%;
}
.st5-item-box {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background: rgba(0,0,0,.72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all .3s;
    padding: 10px;
    text-align: center;
    visibility: hidden;
}
.st5-item:hover .st5-item-box {
    opacity: 1;
    visibility: visible;
}
.st5-item-name {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.st5-item-address {
    margin-bottom: 24px;
    font-size: 16px;
}
.st5-content .readmore {
    line-height: 40px;
    font-weight: bold;
}
.st6-content {
    margin-top: 28px;
}
.st6-item {
    border: 1px solid #d3d6da;
    padding: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
    min-height: 450px;
}
.st6-item:hover {
    border-color: #ee7d22;
}
.st6-item-user {
    display: flex;
    align-items: center;
}
.st6 .owl-carousel .owl-item .st6-item-user img {
    float: left;
    margin-right: 12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.st6-user-text {
    float: left;
    width: calc(100% - 92px);
}
.st6-user-namer {
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    margin-bottom: 8px;
}
.st6-user-address {
    color: #999ca0;
}
.st6-user-address svg {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.st6-item-des {
    margin: 16px 0;
    font-style: italic;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.st8top-item-inner {
    margin-top: 28px;
    position: relative;
    display: block;
    text-align: center;
}
.st8top-item-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: all .3s;
}
.st8top-item-inner:hover:before {
    background: rgba(0,0,0,.4);
}
.st8top-item-inner img {
    width: 100%;
}
.st8-bottom {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.st8bottom-item {
    margin-top: 20px;
}
.st8bottom-item-inner {
    border: 1px solid #d3d6da;
    transition: all .3s;
    height: 100%;
}
.st8bottom-item-inner:hover {
    box-shadow: 0 3px 8px -4px rgba(0,0,0,.08), 0 6px 16px rgba(0,0,0,.06), 0 9px 32px 8px rgba(0,0,0,.04);
}
.st8bottom-item-img img {
    width: 100%;
}
.st8bottom-item-text {
    padding: 16px;
}
.st8bottom-item-date {
    color: #999ca0;
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
}
.st8bottom-item-date:before {
    width: 24px;
    height: 2px;
    left: 0;
    bottom: 8px;
    position: absolute;
    content: "";
    background: #ee7d22;
    transition: all .4s;
}
.st8bottom-item-inner:hover .st8bottom-item-date:before {
    width: 100%;
}
.st8bottom-item-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.st8bottom-item-inner:hover .st8bottom-item-name a {
    color: #0a2d67;
}
.st8bottom-item-des {
    font-size: 16px;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.st8 {
    padding: 0 0 80px;
}
.st9-item {
    margin-top: 28px;
}
.st9 {
    padding: 0 0 80px;
}
.wImages:before {
    display: block;
    padding-bottom: 56.25%;
    content: "";
}
.wImages {
    position: relative;
    display: block;
}
.wImages img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}
.st9-item-name {
    font-weight: bold;
    font-size: 18px;
    color: #2f3032;
    display: block;
    margin-top: 16px;
    height: 54px;
    overflow: hidden;
}
.st6-slide.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    border-radius: 0;
    color: #fff;
    background: rgba(255,255,255,.24);
    cursor: pointer;
    transition: opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s;
}
.st6 .owl-theme .owl-nav .owl-prev {
    left: -45px;
}
.st6 .owl-theme .owl-nav .owl-next {
    right: -45px;
}
.st6 {
    padding: 0 0 70px;
    overflow: hidden;
}
.st6 .owl-theme .owl-nav button:hover i {
    color: #fff;
}
.st6-slide.owl-theme .owl-nav i{
    color: #999;
}
.site_main{
    padding-top: 80px;
}
.showroom {
    position: relative;
    overflow: hidden;
}
.address-map {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 400px;
    height: calc(100% - 32px);
    background: rgba(15,15,15,.9);
    color: #fff;
    padding: 24px 24px 0;
    overflow-y: hidden;
    max-width: 100%;
}
.img-map{
    height: calc(100vh - 80px);
    position: relative;
}
.showroom-tit {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.select-box select{
    border: 1px solid #d7d6d5;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    height: 41px;
    width: 100%;
}
.select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-box select{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==),none;
    background-position: right 10px top 9px;
    background-repeat: no-repeat;
    width: 100%;
}
#store-list{
    background: #343434;
    padding: 12px 16px 0;
    color: #d3d6da;
    overflow: hidden;
}
.img-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.cn_tenchinhanh{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #515151;
}
.cn_tenchinhanh>div{
    margin-bottom: 8px;
}
.showroom-address-address, .showroom-address-phone {
    font-size: 12px;
}
.cn_tenchinhanh i {
    position: relative;
    margin-right: 3px;
}
a.showroom-address-link {
    color: #ee7d22;
    font-weight: bold;
    font-size: 12px;
}
.tab-content-map{
    overflow-y: auto;
    height: 530px;
}
.tab-content-map::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #000;
}

.tab-content-map::-webkit-scrollbar
{
    width: 5px;
    background-color: #67696c;
}

.tab-content-map::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
}
@media (max-width: 1199px){
    .st5-item {
        width: calc(50% - 8px);
        margin-right: 8px;
    }
    .st5-item .st5-item-box {
        opacity: 1;
        background: rgba(0,0,0,.52);
        visibility: visible;
    }
    .st5-item:nth-child(2n) {
        margin-right: 0;
    }
    .st3-item-title {
        font-size: 14px;
        line-height: 45px;
    }
    .st3-item-title svg {
        width: 18px;
        height: 18px;
        top: 14px;
        right: 5px;
    }
    .st6 .owl-theme .owl-nav .owl-prev {
        left: 0;
    }
    .st6 .owl-theme .owl-nav .owl-next {
        right: 0;
    }
}
@media (max-width: 991px){
    .st1-left .readmore {
        margin: 20px auto 0;
        display: table;
    }
    .pull-right{
        order: 2;
    }
    .st1-right{
        margin-top: 20px;
    }
    .st3-item-title {
        font-size: 14px;
        line-height: 45px;
    }
    .st3-heading h2 {
        font-size: 25px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
    .st3-heading p {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    a.readmore {
        line-height: 40px;
        padding: 0 15px;
    }
    .st8top-item{
        display: none;
    }
    .st5-item {
        background: #333;
    }
    .st5-item {
        width: calc(50% - 8px);
        margin-right: 8px;
    }
    .st5-item .st5-item-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
        background: #333;
    }
    .st3-item-title {
        font-size: 13px;
        padding: 0 5px;
    }
    .readmore {
        line-height: 40px;
        padding: 0 15px;
    }
    .address-map{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
        padding: 10px 10px 0;
    }
    .tab-content-map{
        height: auto;
    }
    #store-list{
        margin-bottom: 0;
    }
}
