@charset "utf-8";
body {
    font-family: 'GoogleSans-Regular';
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#slider-home .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.clearfix {
    clear: both;
}

.logo-menu {
    padding: 15px 0;
    position: relative;
}

.main-menu > ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.main-menu > ul > li {
    float: left;
    list-style: none;
    position: relative;
}

.main-menu > ul > li > a {
    color: #a7a7a7;
    font-size: 15px;
    display: inline-block;
    padding: 7px 19px;
    text-transform: uppercase;
}

.main-menu > ul > li > a:hover {
    color: #004931;
}

.main-menu > ul > li.active > a {
    color: #004931;
}

.main-menu > ul > li:last-child {
    float: right;
}

.main-menu ul li .submenu {
    padding-left: 0;
    position: absolute;
    z-index: 11;
    background: #fff;
    padding: 11px 10px;
    width: 226px;
    list-style: none;
    left: 0;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu ul li .submenu li a {
    color: #999999;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 3px;
}

.main-menu ul li .submenu li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 6px;
    margin-bottom: 7px;
}

.main-menu ul li .submenu li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-menu ul li .submenu li a:hover {
    color: #004931;
}

.main-menu ul li:hover .submenu {
    top: 34px;
    display: block;
    visibility: visible;
    opacity: 1;
} 

.logo img {
    /*width: 100px;*/
    margin-top: 6px;
}

#banner img {
    width: 100%;
}

#banner {
    position: relative;
}

#banner .overlay-banner {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    transform: translateY(-35%);
}

#banner .overlay-banner .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 50px;
    line-height: 64px;
    color: #004931;
}

#banner .overlay-banner .desc {
    color: #333;
    font-size: 15px;
}

.readmore {
    background: url('../images/bg1.png');
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    height: 51px;
    color: #fff;
    padding: 0 45px;
    background-size: 100% 100%;
}

#banner .overlay-banner .readmore {
    margin-top: 30px;
}

.top-content .col-md-4:first-child .item {
    background: #076f4d;
}

.top-content .col-md-4:nth-child(2) .item {
    background: #076f4d;
}

.top-content .col-md-4:nth-child(3) .item {
    background: #076f4d;
}

.top-content .row {
    margin-left: -3px;
    margin-right: -3px;
}

.top-content .row .col-md-4 {
    padding-left: 3px;
    padding-right: 3px;
}

.top-content .item {
    text-align: center;
    padding: 45px 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.top-content .item:hover {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
}

.top-content .item .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 28px;
    color: #fff;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.top-content .item .icon {
    height: 50px;
}

.top-content .item .desc {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.top-content {
    margin-top: -60px;
}

.blue {
    color: #004931;
}

.why-choose .why-choose-left .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 50px;
    line-height: 60px;
    position: relative;
    padding-top: 78px;
}

.why-choose .why-choose-left .title:before {
    content: url('../images/line.png');
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose .why-choose-right .description p {
    color: #666666;
    font-size: 16px;
    line-height: 27px;
}

.why-choose {
    margin-top: 25px;
}

.why-choose .why-choose-right {
    padding-top: 100px;
}

.readmore {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.readmore:hover {
    color: #fff;
    opacity: 0.8;
}

.why-choose .why-choose-right .readmore {
    margin-top: 15px;
}

.center {
    text-align: center;
}

.count-home {
    background: url('../images/bg2.png');
    background-size: 100% 100%;
    padding: 85px 0;
    margin-top: 100px;
}

.title-title span.line {
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 70px;
}

.title-title .title-primary {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 50px;
    color: #fff;
}

.count-home .desc {
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
}

.count-home .nav-count-home .item {
    text-align: center;
    padding: 30px;
}

.count-home .nav-count-home .item .stt {
    font-size: 44px;
    color: #fff;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
}

.count-home .nav-count-home .item .title2 {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 27px;
}

.count-home .nav-count-home .col-md-3 {
    border-right: 1px solid #fff;
}

.count-home .nav-count-home {
    margin-top: 30px;
}

.services-home .title-primary {
    color: #000;
}

.services-home {
    margin-top: 75px;
}

.services-home .nav-services-home .item {
    border: 1px solid #ddd;
    padding: 50px 30px;
    text-align: center;
}

.services-home .nav-services-home .item .title {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.services-home .nav-services-home .item .desc {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    height: 72px;
    overflow: hidden;
}

.services-home .nav-services-home .item .icon {
    padding-bottom: 10px;
}

.services-home .nav-services-home {
    margin-top: 35px;
}

.services-home .nav-services-home .item {
    margin-bottom: 30px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.services-home .nav-services-home .item:hover {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
}

.customer-reviews {
    background: url('../images/bg3.png');
    background-size: 100% 100%;
}

.customer-reviews {
    margin-top: 50px;
    padding: 80px 0;
}

.slider-customer .item {
    text-align: center;
}

.slider-customer .item .avt img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: inline-block;
    border: 8px solid #8099a5;
}

.slider-customer .item .desc {
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
}

.slider-customer .item .title {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    color: #fff;
}

.slider-customer .item .adress {
    font-size: 16px;
    color: #fff;
}

.slider-customer {
    margin-top: 40px;
}

.slider-customer .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    margin: 4px;
    border-radius: 50%;
    background: #fff
}

.slider-customer .owl-dots .owl-dot.active {
    background: #809aa7;
}

.slider-customer .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.slider-customer {
    padding-bottom: 40px;
}

.iconbox-home .item {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #ddd;
}

.iconbox-home .col-md-3:last-child .item {
    border-right: 0
}

.iconbox-home .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconbox-home {
    padding: 60px 0;
}

.new-home {
    /*background: url('../images/bg4.png');*/
    background: rgb(0,73,49);
    background: linear-gradient(90deg, rgba(0,73,49,1) 0%, rgba(4,115,78,1) 52%, rgba(4,115,78,1) 90%);
    background-size: cover;
    padding: 80px 0;
}

.new-home .title-title span.line {
    background: #fff;
}

.new-home .item .date {
    font-size: 13px;
    display: inline-block;
    color: #004931;
    height: 24px;
    line-height: 24px;
    background: #fff;
    padding: 0 15px;
    border-radius: 13px;
}

.new-home .item .title {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}

.new-home .item .title a {
    color: #fff;
}

.new-home .item .desc {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.new-home .item .xemchitiet {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.new-home .nav-new-home {
    padding-top: 45px;
}

.resquest-send .title-primary {
    color: #000;
}

.resquest-send {
    padding: 50px 0;
    padding-top: 0;
}


.resquest-send .nav-resquest-form input[type=text] {
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 40px;
    width: 100%;
}

.resquest-send .nav-resquest-form textarea {
    width: 100%;
    height: 150px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 40px;
}

.resquest-send .nav-resquest-form input[type=submit] {
    background: url('../images/bg1.png');
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    height: 51px;
    color: #fff;
    padding: 0 78px;
    background-size: 100% 100%;
    border: 0;
}

.resquest-send .nav-resquest-form {
    margin-top: 50px;
}

/*css footer */
.footer-1 {
    padding-top: 36px;
    padding-bottom: 45px;
}

.h3-title-ft {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
}

.wp-ft a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.div-list-ft p {
    position: relative;
}

.list-ft li {
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.list-ft li a {
    position: relative;
    padding-left: 15px;
}

.list-ft li a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    transition: all 0.6s ease-in-out;
}

.list-ft li a:hover {
    color: #fff;
}

.list-ft li a:hover::after {
    color: #fff;
    left: 5px;
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    float: left;
    background: #84bd32;
    text-align: center;
    line-height: 38px;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}

.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}

.box_formft input {
    border: 0px;
    border-radius: 4px; /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#footer-site {
    background: rgb(0,73,49);
    background: linear-gradient(90deg, rgba(0,73,49,1) 0%, rgba(4,115,78,1) 52%, rgba(4,115,78,1) 90%);
    padding-top: 20px;
}

.copy-right {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.copy-right .text-center {
    color: #c4daff
}

.copy-right .text-center a {
    color: #c4daff
}

.div-list-ft p {
    color: #fff;
}

.copy-right a {
    color: #fff;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-site .wp-ft .title-footer img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#footer-site .title-footer {
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #f6ca2e;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 12px;
}

#footer-site .wp-ft .desc {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.footer-1 .logo-footer {
    padding-bottom: 20px;
}

.form-footer .item1 {
    width: 100%;
    display: inline-block;
    float: left;
}

.form-footer .item1 input {
    width: 100%;
    display: inline-block;
    height: 38px;
    border: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #0086cd;
    background: #004931;
}

.form-footer .item2 button {
    height: 40px;
    background: #01adef;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 45px;
    border-radius: 20px;
    border: 1px solid #01adef;
    line-height: 40px;
    margin-top: 20px;
}

.form-footer .item2 button img {
    width: 49px;
    height: 37px;
}

.form-footer .item1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3d3ea;
}

.form-footer .item1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3d3ea;
}

.form-footer .item1 input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3d3ea;
}

.social-bottom ul li {
    display: inline-block;
    float: left;
}

.footer-1 .title2 {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 0
}

.copy-right-border {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.social-bottom ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.social-bottom {
    text-align: right;
}

.social-bottom ul li svg {
    font-size: 16px;
    color: #fff;
}

.social-bottom ul li {
    padding-left: 15px;
}

.toolbar .inner a {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.toolbar {
    position: fixed;
    width: 70px;
    left: 30px;
    bottom: 10px;
    z-index: 999;
}

.toolbar .inner {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

#scrollUp {
    background: #333;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 30%;
    right: 30px;
    cursor: pointer;
}

#scrollUp:hover {
    background: #fff;
    color: #ce7852;
}

.why-choose .why-choose-left .title-mobile {
    display: none;
}

.breadcrumbs ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    float: left;
    padding-right: 5px;
    color: #999
}

.breadcrumbs ul li a {
    display: inline-block;
    padding-right: 5px;
    color: #999
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.Our-Strategy {
    background: url('../images/bg2.png');
    background-size: 100% 100%;
    padding: 85px 0;
    margin-top: 100px;
}

.Our-Strategy .desc {
    font-size: 16px;
    color: #fff;
}

.Our-Strategy .nav-Our-Strategy .item {
    text-align: center;
}

.Our-Strategy .nav-Our-Strategy .item .stt span {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 50px;
    color: #fff;
}

.Our-Strategy .nav-Our-Strategy .item .title {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #fff;
    font-size: 29px;
    margin-top: 3px;
}

.Our-Strategy .nav-Our-Strategy .item .desc1 {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0
}

.Our-Strategy .nav-Our-Strategy .item .jet-button__label {
    font-size: 23px;
    color: #fff;
}

.Our-Strategy .nav-Our-Strategy {
    padding-top: 30px;
}

.Our-Attorneys .title-primary {
    color: #333;
}

.Our-Attorneys .nav-Our-Attorneys .item .image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.Our-Attorneys .nav-Our-Attorneys .item .image {
    position: relative;
}

.Our-Attorneys .nav-Our-Attorneys .item .image:before {
    background-color: rgba(84, 89, 95, .5);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.Our-Attorneys .nav-Our-Attorneys .item:hover .image:before {
    background-color: #04734ebd;
    display: block;
}

.Our-Attorneys .nav-Our-Attorneys .item {
    position: relative;
    margin-bottom: 15px;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item {
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 11;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    padding: 0 15px;
    visibility: hidden;
    opacity: 0;
}

.Our-Attorneys .nav-Our-Attorneys .item:hover .overlay-item {
    visibility: visible;
    opacity: 1;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item .title-name {
    color: #fff;
    font-family: 'GoogleSans-Bold';
    font-size: 20px;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item .desc {
    color: #fff;
    font-size: 15px;
    padding: 5px 0 10px 0;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item ul li {
    display: inline-block;
    float: left;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item ul li svg {
    color: #fff;
}

.Our-Attorneys .nav-Our-Attorneys .item .overlay-item ul li a {
    color: #fff;
    margin: 8px;
}

.Our-Attorneys {
    padding-top: 55px;
}

.Our-Attorneys .nav-Our-Attorneys {
    margin-top: 50px;
}

.main-info .why-choose {
    margin-top: 0
}

.main-services .why-choose {
    margin-top: 0
}

.main-services .why-choose .content-progress .row {
    margin-left: -5px;
    margin-right: -5px;
}

.main-services .why-choose .content-progress .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.main-services .why-choose .content-progress .progress {
    height: 10px;
}

.main-services .why-choose .content-progress .item .note .name {
    width: 50%;
    display: inline-block;
    float: left;
}

.main-services .why-choose .content-progress .item .note .pt {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: right;
}

.main-services .why-choose .content-progress .item .note {
    padding-bottom: 10px
}

.main-services .why-choose .content-progress {
    padding-top: 15px;
}

.We-Assure {
    background: url('../images/bg2.png');
    background-size: 100% 100%;
    padding: 85px 0;
    margin-top: 30px;
}

.We-Assure .readmore {
    color: #004931;
    background: #fff;
    border-radius: 27px;
}

.We-Assure .desc {
    color: #fff;
    font-size: 18px;
    padding: 30px 0;
}

.main-services-detail .why-choose {
    margin-top: 0
}

.main-services-detail .why-choose .why-choose-left .title {
    font-size: 36px;
    line-height: 46px;
    padding-top: 65px;
}

.main-new .content-new .title-primary {
    color: #333;
}

.main-new .content-new .item {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.main-new .content-new .item .image img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.main-new .content-new .item .image {
    overflow: hidden;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-new .content-new .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-new .content-new .item .nav-image {
    padding: 20px;
}

.main-new .content-new .item .nav-image .title {
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
}

.main-new .content-new .item .nav-image .title a:hover {
    color: #004931;
}

.main-new .content-new .item .nav-image .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

.main-new .content-new .item .nav-image .date svg {
    margin-right: 5px;
}

.main-new .content-new .item .nav-image .desc {
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}

.main-new .content-new .item {
    margin-bottom: 30px;
}

.main-new .nav-content-new {
    margin-top: 25px;
}

.pagenavi {
    border-top: 1px dashed #dddddd;
    padding-top: 26px;
    margin-bottom: 30px;
    text-align: right;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #004931;
    color: #c5eaf8;
}

.main-new .title-title .title-primary {
    font-size: 40px;
}

.main-new-detail .why-choose-right {
    padding: 50px 0;
    padding-top: 0;
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #f05636;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 555px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 130px;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:first-child {
    width: 20%
}

.send-contact .item:nth-child(2) {
    width: 12%
}

.send-contact .item:nth-child(3) {
    width: 10%
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
    width: 52%;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #004931;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    padding: 20px 0 40px 0;
}

.content-contact .title-primary {
    font-size: 23px;
    color: #004931;
    font-family: 'GoogleSans-Bold';
}

.mr-15 {
    margin-top: 15px;
}

.new-home .item .image img {
    height: 248px;
    width: 100%;
    object-fit: cover;
}

.new-home .item {
    margin-bottom: 15px;
}

.services-home .readmoree {
    display: inline-block;
    font-size: 16px;
    height: 37px;
    border: 1px solid #004931;
    line-height: 37px;
    color: #004931;
    text-transform1: uppercase;
    padding: 0 29px;
    margin-top: 30px;
}

.banner-child {
    position: relative;
}

.banner-child img {
    width: 100%;
}

.banner-child .overlay-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner-child .overlay-banner .title-pr {
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 50px;
    color: #fff;
}

.banner-child .overlay-banner .bres ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.banner-child .overlay-banner .bres ul li {
    display: inline-block;
    float: left;
    color: #fff;
}

.banner-child .overlay-banner .bres ul li a {
    color: #fff;
    display: inline-block;
    padding: 3px;
}

.post-other {
    margin-top: 20px;
}

.post-other h3 {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    color: #004931;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
}

.post-other ul {
    padding-left: 0;
}

.post-other ul li {
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.post-other ul li a {
    font-size: 14px;
}

.post-other ul li img {
    padding-right: 10px;
}

.post-other ul li span {
    color: #9d9c9c;
    padding-left: 9px;
}

.post-other ul li:last-child {
    border-bottom: 0;
}

.main-menu > ul > li.lang1 > a {
    padding-left: 35px;
}

.main-menu > ul > li:last-child {
    float: right;
}

.main-menu > ul > li.lang {
    padding: 0 2px !important;
}

.main-menu > ul > li.lang a {
    padding: 4px 0px 0px 0px !important;
}
.Our-Attorneys .readmoree {
    display: inline-block;
    font-size: 16px;
    height: 37px;
    border: 1px solid #004931;
    line-height: 37px;
    color: #004931;
    text-transform1: uppercase;
    padding: 0 29px;
    margin-top: 30px;
}

/*Mới*/
.operation-fields .item .image{
    /*position: relative;*/
}
.operation-fields .item .image img{
    /*width: 100%*/
    margin-top: 20px;
}
.operation-fields .item .image {
    /*position: relative;*/
}
.operation-fields .item .image .content-img{
    /*position: absolute;*/
    /*top: 48%;*/
    /*left: 0;*/
    /*width: 71%;*/
    /*transform: translateY(-50%);*/
    float: right;
    width: 71%;
}
.operation-fields .item .image .content-img .title{

    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.operation-fields .item .image .content-img .desc{
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.operation-fields .item .image .content-img  .icon img{
    width: auto;
}
.operation-fields .item .image .stt{


    width: 25%;
    float: left;
    text-align: center;
}
.operation-fields  .readmore{
    display: inline-block;
    font-size: 16px;
    height: 37px;
    border: 1px solid #006cb7;
    line-height: 37px;
    color: #006cb7;
    text-transform: uppercase;
    padding: 0 29px;
    margin-top: 30px;
}
.operation-fields  .readmore:hover{
    background: #006cb7;
    color: #fff;
}
.operation-fields{
    padding:65px 0 75px 0;
}
.operation-fields .nav-operation-fields{
    margin-top: 30px;
}

.main-operation-fields .operation-fields{
    padding-top: 0px;
}
.main-operation-detail .operation-fields-left .call-operation{
    display: inline-block;
    font-size: 16px;
    background: #006cb7;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}
.main-operation-detail .operation-fields-left  .title-pr{
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 34px;
    color: #006cb7;
}
.main-operation-detail  .operation-fields{
    padding-top: 10px;
}
.operation-fields .title-title .title-primary {
    color: #333;
}
.resquest-send .title-primary {
    font-size: 36px;
    line-height: 1.4;
}
/*end*/

.main-new .content-new .entry {
    padding: 8px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px -5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 10px -5px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px -5px rgba(0,0,0,.5);
    margin-bottom: 30px;
}
.main-new .content-new .entry .image {
    overflow: hidden;
}
.main-new .content-new .entry .image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-new .content-new .entry .nav-image .title {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 22px;
    /*height: 45px;*/
    overflow: hidden;
    text-align: left;
}
.main-new .content-new .entry .nav-image .title {
    padding: 0px;
    font-size: 16px;
    font-weight: bolder;
}
.main-new .content-new .entry .nav-image .title a {
    color: #025e40;
    font-weight: 600;
}
.main-new .content-new .entry .nav-image .desc {
    line-height: 22px;
    font-size: 15px;
    height: 44px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 8px;
}
.main-new .content-new .entry .nav-image .read-more {
    color: #ec212d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}



.main-document .content-document table{
    width: 100%;
    margin-bottom: 30px;
}
.main-document .content-document table tr td{
    border: 1px solid #ddd;
    padding:5px;
}
.main-document{
    padding-bottom: 50px;
}
.main-document .opening-schedule{
    padding-top: 0
}
.main-document .content-document table tr:first-child{
    background: linear-gradient(90deg, rgba(0,73,49,1) 0%, rgba(4,115,78,1) 52%, rgba(4,115,78,1) 90%);
}
.main-document .content-document table tr.tr2{
    background: #f5f5f5;
}
.main-document{
    padding-top: 80px;
}

.services-home .nav-services-home .item .icon img {
    max-height: 223px;
    object-fit: cover;
    width: 100%;
}




@media (max-width: 1200px) {
    .main-menu > ul > li > a {

        padding: 7px 9px;

    }
}

/*end*/
@media (min-width: 1000px) {
    .hidden-pc {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .banner-child .overlay-banner .title-pr {
        display: none;
    }
    .services-home .nav-services-home .item .icon img {
        max-height: 120px;
        object-fit: cover;
        width: 100%;
    }

    .hidden-mb {
        display: none;
    }

    .why-choose .why-choose-right .description img {
        width: 100% !important;
        height: auto !important;
    }

    .xxz {
        display: block !important;
    }

    .main-menu {
        margin-top: -30px;
    }
    .description img {
        max-width: 100%!important;
        height: auto!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}