body.new-style .top-header,
body.new-style footer,
body.new-style .chu-chay,
body.new-style #k-sidebar .title-widget span {
    background: #d3a82a;
}
body.new-style .top-header {
    height: 38px;
}
body.new-style footer {
    background-image: linear-gradient(#413a3a, #7e7b72, #413a3a);
    padding-bottom: 50px;
}
/* body.new-style a:visited, */
body.new-style h2.title-at,
body.new-style #drop-down-left a {
    color: #d3a82a;
}
body.new-style .sec-tin h2.title-at {
    margin-top: 0;
}
body.new-style footer a:visited {
    color: #fff;
}
body.new-style .social-button {
    display: none;
}
body.new-style #k-body {
    padding-bottom: 0;
}
body.new-style .sec-dichvu {
    padding-top: 30px;
    background: initial;
}
body.new-style .sec-dichvu h1.title-at {
    margin-top: 0;
    margin-bottom: 50px;
    color: #d3a82a;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
body.new-style .sec-dichvu .top-title {
    text-align: center;
    text-transform: uppercase;
    color: #a8a8a8;
    font-size: 13px;
    margin-bottom: 0;
}
body.new-style .about-home {
    margin-top: 20px;
}

body.new-style .about-home > .container {
    box-shadow: 0 0 42px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 42px rgba(10, 10, 10,0.08);
    padding: 30px;
    padding-right: 30px;
}

.item-dv-new {
    text-align: center;
    padding: 35px 0px 45px 0px;
    background: #f4f4f4;
    transition: 0.3s all;
}
.item-dv-new:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    transform: translate3d(0, -10px, 0);
}
.item-dv-new .info {
    margin-top: 20px;
    text-transform: uppercase;
}
body.new-style .item-dv-new a:visited,
.item-dv-new .info a {
    color: #9e1c20;
    font-weight: bold;
}

.sec-doitac-new {
    background: #e6e6e6;
    padding: 50px;
}
.sec-doitac-new > .container-doitac {
    border: 1px dashed #9e1c20;
}
.sec-doitac-new h2.title-at {
    margin-bottom: 40px;
    margin-top: 20px;
}
.sec-doitac-new .owl-partner {
    margin-bottom: 30px;
}
.it-doitac {
    background-color: #ffffff;
}

body.new-style .sec-taisao {
    padding-bottom: 100px;
    background: url(../pattrick1-bg.jpeg);
}
.box-taisao-2 {
    margin-top: -60px;
    width: 100%;
    background: #fff;
    flex-direction: column;
    display: flex;
    padding: 40px;
    box-shadow: 0 0 42px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 42px rgba(10, 10, 10,0.08);
}
.item-ts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.item-ts .btn-show-ts {
    width: 48px;
}
.item-ts .btn-show-ts span {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #d3a82a;
    line-height: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    border: 2px solid #d3a82a;
}
.item-ts .btn-show-ts span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -5px;
    content: "\f067";
    font-family: "FontAwesome";
}
.item-ts .btn-show-ts.active span {
    background: #fff;
}
.item-ts .btn-show-ts.active span:after{
    content: "\f068";
    color: #d3a82a;
}
.item-ts .info-ts {
    width: calc(100% - 48px);
    padding-left: 20px;
}
.item-ts .info-ts h4 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.item-ts .info-ts .des{
    display: none;
}

.sec-lh {
    padding: 50px;
}
.sec-lh h2 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.sec-lh .des {
    text-align: center;
    margin-bottom: 30px;
}
.sec-lh .des p {
    margin-bottom: 0;
}
.sec-lh .box-lh {
    border: 2px dashed #d3a82a;
    padding: 50px;
}
.row-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.row-form .form-control {
    width: 48%;
    height: 52px;
    border-radius: 2px;
    border-color: #cccccc;
    background: #f2f2f2;
}
.row-form textarea.form-control  {
    height: 100px;
}
.row-form.form-full .form-control {
    width: 100%;
}
.btn-require {
    height: 52px;
    display: block;
    background: #d3a82a;
    width: 100%;
}

/* new */
body.new-style .sec-tin {
    background: url(../images/work-bg.jpeg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.flex-news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.flex-news > .item-post {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.flex-news > .item-post:nth-child(3) {
    margin-right: 0;
}
.flex-news .content-post h3 {
    margin-bottom: 0;
}
.flex-news .content-post h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.xemall {
    text-align: center;
}
.xemall a {
    border-radius: 4px;
}
body.new-style .content-post {
    background: #fff;
    min-height: 115px;
}

/* footer */
body.new-style .item-footer ul li {
    font-size: 13px;
    margin-bottom: 0;
}
body.new-style footer .main-info ul {
    margin-bottom: 15px;
}
body.new-style .item-footer > h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
body.new-style .item-footer > h3:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100px;
    background-color: #d3a82a;
    z-index: 1;
}
.fnew ul li {
    padding-left: 15px;
    position: relative;
}
.fnew ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "\f111";
    font-family: "FontAwesome";
    color: #d3a82a;
    font-size: 8px;
}
.fqr {
    padding-top: 45px;
}
.fqr ul {
    margin-bottom: 20px;
}
#sovrn_beacon {
    display: none !important;
}
body.new-style > img {
    display: none;
}
body.new-style .call_now {
    display: block;
    bottom: 2px;
}
body.new-style .hotline {
    left: 25px;
    bottom: 20px;
    padding-left: 60px;
}

/* fixed menu */
.fixed_menu {
    position: fixed;
    top: 30%;
    right: calc(0% - 160px);
    background-color: #d3a82a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.fixed_menu:hover {
    right: 0%;
}
.fixed_menu ul.nav_menu {
    margin: 0;
    width: 200px;
    padding: 0;
}
.fixed_menu ul.nav_menu li.nav_item {
    list-style: none;
    padding: 7px 5px;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding-left: 8px;
    border-bottom: 1px solid #f2f2f2;
}
.fixed_menu ul.nav_menu li.nav_item::before {
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #f5a610;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.fixed_menu ul.nav_menu li.nav_item:hover::before {
    width: 100%;
}
.fixed_menu ul.nav_menu li.nav_item a {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 36px;
}
.fixed_menu ul.nav_menu li.nav_item:nth-child(1) a {
    pointer-events: none;
    cursor: pointer;
}
.fixed_menu ul.nav_menu li.nav_item a::before {
    display: block;
    position: absolute;
    left: 0;
}
.fixed_menu ul.nav_menu li.nav_item:nth-child(1) a::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fff;
    margin-right: 14px;
    left: 8px;
}
.fixed_menu ul.nav_menu li.nav_item:nth-child(2) a::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../icon/zalo-48.png);
    background-size: 100% 100%;
}
.fixed_menu ul.nav_menu li.nav_item:nth-child(3) a::before {
    content: "\f230";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #2071d3;
    left: 3px;
}
.fixed_menu ul.nav_menu li.nav_item:nth-child(4) a::before {
    left: 2px;
    top: 2px;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../icon/viber-48.png);
    background-size: 100% 100%;
}

/* chat */
.rotating {
    -webkit-animation: calltrap_spin 3s infinite ease-out;
    -o-animation: calltrap_spin 3s infinite ease-out;
    animation: calltrap_spin 3s infinite ease-out
}

.chat_panel {
    position: fixed;
    bottom: 80px;
    right: 10px;
    animation: calltrap_spin 3s infinite ease-out;
    z-index: 9999;
    width: 54px
}

.chat_panel .chat_item--close {
    display: none
}

.chat_panel .list {
    display: none
}

.chat_panel.open .list {
    transition: max-height .25s ease-in;
    display: block;
    max-height: initial
}

.chat_panel.open .chat_item--open {
    opacity: 0;
    display: none
}

.chat_panel.open .chat_item--close {
    display: block;
    opacity: 1
}

.chat_item svg,.chat_item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0
}

.chat_item {
    display: block;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,.25)
}

.chat_item:hover .chat_title {
    display: block
}

.chat_item .chat_title {
    position: absolute;
    right: 54px;
    top: 0;
    transform: translateY(50%);
    display: none;
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    z-index: 1000;
    box-shadow: 0 1.93465px 7.73859px rgba(0,0,0,.15);
    font-size: 17px;
    line-height: 21px
}

.sts1 {
    fill: #fff
}

.st0 {
    fill: gray
}

.chat_item--button {
    animation: .5s
}

.chat_item a {
    cursor: pointer
}
@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
/* end chat */
.show-mb {
    display: none;
}
.meto_hp {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 -4px 8px rgba(29,36,62,.2);
    background-color: #fff;
    z-index: 9999;
    color: #6c738d;
}
.meto_hp a {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 3px 0 0;
}
.meto_hp a:first-child {
    border-right: 1px solid #333;
}
.meto_hp img {
    display: inline-block;
    width: 24px;
}
.meto_hp a span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}


/* detail */
#ContentPlaceHolder1_bdbody .sec-lh {
    padding: 0;
    margin-bottom: 30px;
}
body.new-style #ContentPlaceHolder1_bdbody .content-post {
    background: #f5f6fb;
}

/* search */
.td-head-form-search-wrap {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 25px;
    color: #000;
    display: flex;
}
.td-head-form-search-wrap input {
    padding-left: 10px;
    border: 1px solid #a8a8a8;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 170px;
    height: 29px;
}
.td-head-form-search-wrap button {
    color: #fff;
    background: #fac100;
    border: 1px solid #a8a8a8;
    border-radius: 0 5px 5px 0;
    border-left: 0;
}
.top-right {
    padding-right: 210px;
}

/* header fixed */
body.new-style {
    padding-top: 110px;
}
body.new-style > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
/* mega menu */
#drop-down-left {
    position: relative;
}
#drop-down-left>li.mega-menu {
    position: static;
}
#drop-down-left li.mega-menu ul {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f2f2f2;
    border-top: 0;
    border-top: 3px solid #d3a82a;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul li.mega-menu > ul li {
    float: left;
    width: 33%;
}
#drop-down-left .mega-menu ul a {
    text-transform: capitalize;
    font-size: 14px;
    color: #222;
}
#drop-down-left ul a {
    border-left: 0;
}
#drop-down-left .icon-sub-menu {
    display: none;
}
#drop-down-left > li > a {
    position: relative;
}
#drop-down-left > li > a:before {
    content: '';
    position: absolute;
    left: -18px;
    height: 0;
    width: 0;
    top: 0;
    border-left: 3px solid #d3a82a;
    border-top-left-radius: 30px;
}
#drop-down-left > li:hover > a:before {
    height: 100%;
    width: 100px;
}

@media (max-width: 991px) {
    #drop-down-left > li:hover > a:before {
        display: none;
    }
    #drop-down-left .icon-sub-menu {
        display: block;
    }
    ul li.mega-menu > ul li {
        width: 100%;
    }
    #navigation-mobile li {
        clear: both;
    }
    .mega-menu {
        float: left;
        width: 100%;
    }
}
@media (max-width: 480px) {
    #navigation-mobile {
        height: 60vh;
        overflow-y: scroll;
    }
    body.new-style {
        padding-top: 117px;
    }

    body.new-style .flex-news > .item-post {
        width: 100%;
    }
    .flex-news {
        flex-direction: column;
    }
    .flex-news > .item-post {
        margin-right: 0;
    }
    .sec-lh {
        padding: 0;
    }
    .sec-lh .box-lh {
        padding: 20px;
    }
    .row-form {
        display: block;
    }
    .row-form .form-control {
        width: 100%;
        margin-bottom: 20px;
    }
    body.new-style .call_now {
        bottom: -4px;
        left: 60px;
        z-index: 9999999;
    }
    body.new-style .call_now .call_now_circle {
        border-color: #0ba308;
    }
    body.new-style .call_now .call_now_circle_fill,
    body.new-style .call_now .call_now_icon {
        background: #0ba308;
    }
    .meto_hp img.rotating,
    body.new-style .hotline {
        display: none;
    }
    body.new-style footer {
        padding-bottom: 80px;
    }
    .show-mb {
        display: block;
    }
    .fixed_menu {
        display: none;
    }
    .item-dv-new {
        padding-bottom: 15px;
    }
    .item-dv-new .info {
        height: 56px;
        overflow: hidden;
    }
    body.new-style .sec-dichvu {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.new-style .sec-dichvu .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    body .wrap-owl-slider .j-item {
        height: 160px;
    }
    .sec-doitac-new {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    body .wrap-owl-slider .j-item {
        height: 130px;
    }
    .about-home .content-ab h2.title-at {
        text-align: center;
    }
    .content-ab h2.title-at:after {
        left: 50%;
        margin-left: -40px;
    }
}