:root {
    --blue-color: #13355a;
    /*--yellow-color: #fcaf17*/
}

@charset "UTF-8";
@-ms-viewport {
    width: auto !important;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

blockquote {
    font-family: Georgia;
    font-style: italic;
    font-size: 13px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    position: relative;
}

blockquote:before {
    display: block;
    content: "“";
    font-size: 60px;
    position: absolute;
    left: 0;
    top: -20px;
    color: #7a7a7a;
}

blockquote:after {
    display: block;
    content: "”";
    font-size: 60px;
    position: absolute;
    right: 5px;
    bottom: -45px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "— ";
}

table td,
table th {
    padding: 3px;
    border: 1px solid #ddd;
}

a:focus,
input::-moz-focus-inner {
    outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number],
input[type=number]:focus,
input[type=number]:hover {
    -moz-appearance: textfield;
}

#debug {
    position: fixed;
    background: red;
}

:active,
:focus,
:hover {
    outline: 0;
}

.require,
.required {
    color: red;
}

.clearfix {
    clear: both;
    font-size: 0;
    height: 0;
}

.br {
    display: block;
    height: 0;
    font-size: 0;
}

.none {
    display: none !important;
}

.none-margin {
    margin: 0;
}

.none-padding {
    padding: 0;
}

.none-border {
    border: none;
}

.none-background,
.none-bg {
    background: 0 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.h-line {
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.anti-alias {
    outline: 1px solid transparent;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-cover {
    background-size: cover;
}

.dropdownlist,
.selectbox {
    appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border: 1px solid #000;
    border-radius: 0;
}

@keyframes stretchDelay {
    0%, 100%, 40% {
        transform: scaleY(0.7);
    }
    20% {
        transform: scaleY(1);
    }
}
.mfp-wrap {
    position: fixed !important;
}

.bizPopup {
    box-shadow: 0 3px 10px #999;
    border-radius: 5px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 100;
    background: #fff;
}

.bizPopup .head {
    padding: 10px;
    position: relative;
    background: #08AE7A;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.bizPopup .head h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
}

.bizPopup .head .close-popup {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -10px;
}

.bizPopup .content {
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bizPopup .mfp-close {
    display: none;
}

.bizPopup .btn-close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #e2e2e2;
    line-height: 50px;
    text-align: center;
}

.bizPopup .btn-close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.bizFromTop .bizPopupAnimation {
    opacity: 0;
    transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(0, -100px, 0);
}

.bizFromTop.mfp-bg {
    opacity: 0;
    transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1);
}

.bizFromTop.mfp-ready .bizPopupAnimation {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bizFromTop.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.bizFromTop.mfp-removing .bizPopupAnimation,
.bizFromTop.mfp-removing.mfp-bg {
    opacity: 0;
}

.bizZoom .bizPopupAnimation {
    opacity: 0;
    transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transform: scale(0.5);
}

.bizZoom.mfp-bg {
    opacity: 0;
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.bizZoom.mfp-ready .bizPopupAnimation {
    opacity: 1;
    transform: scale(1);
}

.bizZoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.bizZoom.mfp-removing .bizPopupAnimation {
    transition-duration: 100ms;
    opacity: 0;
}

.bizZoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.bizPopup-1 {
    border-radius: 0;
    box-shadow: none;
}
.bizPopup-1 h2.h2Title {
    margin: 0;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #81191f;
    font-weight: 400;
    font-style: normal;
}
.bizPopup-1 p {
    font-size: 13px;
}
.bizPopup-1 .line {
    width: 100px;
    height: 3px;
    margin: 10px 0 20px;
}
.bizPopup-1 .content {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
}
.bizPopup-1 form {
    margin-top: 20px;
}
.bizPopup-1 label {
    float: left;
    width: 95px;
    margin: 0;
    padding-top: 11px;
}
.bizPopup-1 .bg-input {
    background: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
    width: 330px;
    height: 42px;
    float: left;
}
.bizPopup-1 .bg-input input {
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
}
.bizPopup-1 .bg-txtarea {
    border-bottom: 1px solid #d9d9d9;
    background: #f9f9f9;
    width: 330px;
    height: 120px;
    float: left;
    padding: 9px 12px;
}
.bizPopup-1 .bg-txtarea textarea {
    resize: none;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    font-family: "Roboto";
    font-size: 14px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}
.bizPopup-1 .bg-upload {
    width: 330px;
    float: left;
}
.bizPopup-1 .bg-upload .bg-input {
    width: 200px;
}
.bizPopup-1 .bg-upload .btn-chung a {
    width: 115px;
    height: 42px;
    background: #c6c6c6;
    color: #000;
    line-height: 42px;
}
.bizPopup-1 .form-group {
    margin-bottom: 10px;
}
.bizPopup-1 input {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
}
.bizPopup-1 .btn-chung {
    float: right;
}
.bizPopup-1 .btn-chung a {
    font-size: 16px;
    text-transform: none;
    width: 132px;
    height: 50px;
    line-height: 50px;
}
.bizPopup-1::-webkit-input-placeholder, .bizPopup-1:-moz-placeholder, .bizPopup-1::-moz-placeholder, .bizPopup-1:-ms-input-placeholder {
    font-style: italic;
}

@media only screen and (max-width: 414px) {
    .bizPopup-1 {
        padding: 35px 10px;
    }
    .bizPopup-1 label {
        padding-top: 0;
        width: 100%;
        display: block;
        float: none;
    }
    .bizPopup-1 .bg-input, .bizPopup-1 .bg-txtarea {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
    .bizPopup-1 .bg-upload {
        width: 100%;
    }
    .bizPopup-1 .bg-upload .bg-input {
        width: 100%;
    }
    .bizPopup-1 .bg-upload .btn-chung {
        float: none;
        margin-top: 5px;
    }
}
.bzAccordion .item {
    margin: 5px 0;
    border-radius: 5px;
    background: #F5F5ED;
}

.bzAccordion .question {
    border-radius: 5px;
    background: #E8E8D3;
    cursor: pointer;
}

.bzAccordion .question h2 {
    margin: 0;
    padding: 8px;
    font-size: 15px;
    font-weight: 700;
}

.bzAccordion .answer {
    display: none;
    padding: 15px;
}

.bzAccordion .answer p {
    padding: 0;
    margin: 0;
}

.bz-pager {
    margin-top: 20px;
}

.bz-pager a,
.bz-pager span {
    display: inline-block;
    padding: 8px 13px;
    background: #002D5A;
    font-size: 16px;
    color: #fff;
    margin: 0 -2px;
    background-repeat: no-repeat;
}

.bz-pager a.active,
.bz-pager span.active {
    color: #337ab7;
}

input[type=checkbox],
input[type=radio] {
    width: 2em;
    margin: 0;
    padding: 0;
    opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin-left: -2em;
    font-weight: 400;
    cursor: pointer;
}

input[type=checkbox] + label > span,
input[type=radio] + label > span {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0.25em 0.5em 0.15em 0;
    border: 1px solid silver;
    background: #fff;
    vertical-align: bottom;
    cursor: pointer;
}

input[type=checkbox]:disabled + label > span,
input[type=radio]:disabled + label > span {
    background-image: linear-gradient(#f0f0f0, #e6e6e6);
}

input[type=checkbox]:checked + label > span:before {
    position: relative;
    top: -3px;
    left: -1px;
    content: "✓";
    display: block;
    width: 1.2em;
    color: #9c6;
    text-align: center;
    font-weight: 700;
}

input[type=radio] + label > span {
    border-radius: 50%;
}

input[type=radio]:checked + label > span > span {
    display: block;
    width: 0.7em;
    height: 0.7em;
    margin: 0.18em;
    border: 1px solid #73994d;
    border-radius: 50%;
    background: #9c6;
    background-image: linear-gradient(#b3d98c, #9c6);
}

.modHead {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 20px;
}

.h1Title {
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

#mod-project .featured-project .about h1,
.h2Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    text-align: left;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.h3Title + .line-title.fix-line {
    display: none;
}

.h4Title {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    .h1Title {
        font-size: 24px;
    }
}
.btn--primary {
    display: inline-block;
    background: var(--blue-color);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    line-height: 30px;
}
.btn--primary:hover {
    color: #fff;
    text-decoration: none;
}

#header {
    height: 95px;
}

#header iframe {
    border: none;
    background: #f6f6f6;
}

#header .top {
    text-align: right;
    background: #333;
}

#header .top a {
    display: inline-block;
    padding: 6px 16px;
    text-decoration: none;
    line-height: initial;
}

#header .top .container {
    position: relative;
}

#header .top .search {
    background: #000;
    float: right;
    position: relative;
    z-index: 1;
    height: 35px;
}

#header .top .search .bg-search {
    background: #000;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 45px;
}

#header .top .search .bg-search input {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background: 0 0;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

/*#header .top .search a {*/
/*    float: none;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

#header .top .search button{
    padding: 6px 16px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

#header .top .language {
    text-transform: uppercase;
    background: var(--blue-color);
    float: right;
    height: 35px;
    position: relative;
    color: #fff;
}

#header .top .language span {
    width: 2px;
    height: 12px;
    display: inline-block;
    background: #fff;
}

#header .top .language a {
    color: #fff;
    padding: 0 10px;
    line-height: 35px;
    float: left;
}

#header .top .language a.active,
#header .top .language a:hover {
    background: #fff;
    color: var(--blue-color);
}

#header .top .language .selectbox {
    width: 100%;
    height: 100%;
    background: url(../images/icon-down.png) right center no-repeat;
    border: none;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

#header .top .language .selectbox option {
    color: #000;
}

#header .menu {
    background: #fff;
    height: 60px;
    position: relative;
}

#header .menu .bg-other {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue-color);
    width: 30%;
    height: 100%;
}

#header .menu .logo img {
    position: absolute;
}

#header .menu .logo a {
    position: relative;
    top: -31px;
    width: 84px;
}

#header .menu-mobile,
#header .menu-mobile .list-menu {
    display: none;
}

#header .menu-mobile .list-menu {
    border-bottom: 1px solid #d1d1d1;
}
#header .menu-mobile .list-menu.is-open {
    display: block;
}

#header .menu-mobile .list-menu li {
    display: block;
    text-align: center;
}

#header .menu-mobile .list-menu li:first-child {
    background: 0 0;
}

#header .menu-mobile .list-menu li:last-child {
    padding-right: 19px;
}

#header .menu-mobile .list-menu>ul ul{
    display: none;
}

#header .menu-mobile .list-menu li .line {
    display: none;
    margin: 10px auto;
}

#header .menu-mobile .list-menu a {
    line-height: 40px;
}

#header .menu-mobile .sub-menu {
    padding: 10px 0;
    position: static;
    margin: auto;
    box-shadow: none;
}

#header .menu-mobile .sub-menu li {
    padding: 0 10px !important;
}

#header .menu-mobile .sub-menu a {
    line-height: normal;
    text-align: center;
}

#header .menu-mobile .sub-menu .colMenu a {
    text-align: left;
    text-transform: none;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}

#header .menu-mobile .subMenu a {
    font-size: 13px;
    font-family: "Roboto";
    border-bottom: none;
    font-weight: 300;
}

#header .menu-mobile .logo {
    padding: 8px 0 0 17px;
    width: 118px;
    float: left;
}

#header .menu-mobile .logo a {
    line-height: inherit;
}

#header .menu-mobile .icon {
    height: 80px;
    position: relative;
    background: var(--blue-color);
}

#header .menu-mobile .icon-menu {
    float: right;
    width: 100px;
    height: 80px;
    background: #2260a2;
    overflow: hidden;
}

#header .menu-mobile button {
    margin: 0;
    background: 0 0;
    float: none;
}

#header .menu-mobile button span {
    display: block;
}

#header .menu-mobile .lines-button {
    padding: 38px 28px;
    transition: 0.3s;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    border: none;
}

#header .menu-mobile .lines-button.close .lines:after,
#header .menu-mobile .lines-button.close .lines:before {
    left: 0;
}

#header .menu-mobile .lines,
#header .menu-mobile .lines:after,
#header .menu-mobile .lines:before {
    width: 43px;
    height: 3px;
}

#header .menu-mobile .language {
    box-shadow: none;
}

#header .menu-mobile .language.active a {
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    background: var(--blue-color);
}

#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#header li {
    display: inline-block;
    padding: 0 19px;
    position: relative;
    background: #fff;
}

#header li:first-child {
    background: var(--blue-color);
}

#header li:last-child {
    padding-right: 0;
}

#header li.active a {
    color: var(--blue-color);
    font-family: "Roboto";
    font-weight: 700;
}

#header li.active li a {
    color: #555;
}

/*@media screen and (min-width: 1200px) {*/
/*    #service .item {*/
/*        max-width: 25%;*/
/*    }*/
/*}*/

@media screen and (min-width: 1024px) {
    #header li:hover .arrow,
    #header li:hover .sub-menu {
        display: block;
    }
}
#header a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    display: block;
}

#header a:hover {
    color: var(--blue-color);
}

#header .arrow {
    background: url(../img/arrow-menu.png) center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 15px;
    height: 7px;
    margin-left: -7px;
    display: none;
}

#header .menu-new .sub-menu {
    padding: 0 15px;
}
#header .menu-new .sub-menu li > a {
    border: none;
}

#header .menu-new:hover .sub-menu {
    display: flex;
}

#header .menu-new .colMenu > ul > li {
    border-top: 1px solid #e2e2e2;
}
#header .menu-new .colMenu > ul > li:first-child {
    border: none;
}

#header .menu-new .sub-menu a {
    text-transform: none;
    padding: 10px 0;
}

#header .menu-new .sub-menu li,
#header .menu-new .sub-menu ul {
    padding: 0;
    margin: 0;
}

#header .menu-new .subMenu a {
    padding: 7px 0 7px 10px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 13px;
    border: none;
}

#header .menu-new .colMenu {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#header .sub-menu {
    position: absolute;
    left: 50%;
    z-index: 5;
    min-width: 210px;
    background: #fff;
    margin-left: -105px;
    display: none;
    white-space: nowrap;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#header .sub-menu li {
    display: block;
    background: #fff;
    padding: 0 15px;
}
#header .sub-menu li > a {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
#header .sub-menu li:last-child > a {
    border-bottom: none;
}

#header .sub-menu li.active a {
    color: var(--blue-color);
}

#header .sub-menu li.active li a {
    color: #555;
}

#header .sub-menu li.active li a:hover {
    font-family: "Roboto";
    font-weight: 700;
    color: var(--blue-color);
}

#header .sub-menu li.active li.active a {
    color: var(--blue-color);
    font-family: "Roboto";
    font-weight: 700;
}

#header .sub-menu li:hover .sub-menu-small {
    display: block;
}

#header .sub-menu a {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

#header .sub-menu a:hover {
    font-family: "Roboto";
    color: var(--blue-color);
}

#header .sub-menu .line {
    display: none;
    width: 31px;
    height: 2px;
    background: #959595;
    margin: 10px 0 10px 20px;
}

#header .sub-menu-small {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 5;
    white-space: nowrap;
    background: #fff;
    display: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#header .sub-menu-small li {
    display: block;
    background: #fff;
    padding: 0 15px;
}

#header .sub-menu-small .line {
    width: 31px;
    height: 2px;
    background: #959595;
    margin: 10px 0 10px 20px;
}

#header .sub-menu-small .arrow {
    background: url(../images/arrow-menu.png) center top no-repeat;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 15px;
    height: 7px;
    margin-left: -7px;
}

.header-iframe {
    height: 35px;
}

.header-iframe iframe {
    border: none;
}

.lines-button:hover {
    opacity: 1;
}

.lines-button:active {
    transition: 0;
}

.lines {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #fff;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: relative;
}

.lines:after,
.lines:before {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #fff;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 0.28571rem center;
}

.lines:before {
    top: 1rem;
}

.lines:after {
    top: -1rem;
}

.lines-button:hover .lines:before {
    top: 1.14286rem;
}

.lines-button:hover .lines:after {
    top: -1.14286rem;
}

.lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:after,
.lines-button.arrow.close .lines:before {
    top: 0;
    width: 2.22222rem;
}

.lines-button.arrow.close .lines:before {
    transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.close .lines:after {
    transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:after,
.lines-button.minus.close .lines:before {
    transform: none;
    top: 0;
    width: 4rem;
}

.lines-button.x.close .lines {
    background: 0 0;
}

.lines-button.x.close .lines:after,
.lines-button.x.close .lines:before {
    transform-origin: 50% 50%;
    top: 0;
    width: 4.5rem;
    left: -2px;
}

.lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 1366px) {
    #header .menu .bg-other {
        width: 25%;
    }
}
@media only screen and (max-width: 1280px) {
    #header li:nth-child(7) .sub-menu-small {
        left: initial;
        right: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    #header .menu li {
        padding: 0 10px;
    }
    #header .menu li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1023px) {
    #header {
        height: auto;
    }

    #header .menu,
    #header .top,
    #header iframe {
        display: none;
    }

    #header .menu-mobile {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    #header .menu-mobile .icon {
        height: 70px;
    }

    #header .menu-mobile .logo {
        width: 104px;
    }

    #header .menu-mobile .icon-menu {
        width: 85px;
        height: 70px;
    }

    #header .menu-mobile .lines-button {
        padding: 32px 21px;
    }
}
@media only screen and (max-width: 384px) {
    #header .menu-mobile .icon {
        height: 57px;
    }

    #header .menu-mobile .logo {
        width: 80px;
        padding-top: 10px;
    }

    #header .menu-mobile .icon-menu {
        width: 70px;
        height: 57px;
    }

    #header .menu-mobile .lines-button {
        padding: 27px 14px;
    }
}
#mod-home .opacity {
    opacity: 0 !important;
}
#mod-home .fix-line.line-title {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-bottom: 20px;
}
#mod-home #option-home {
    position: relative;
    border-bottom: 3px solid var(--blue-color);
    display: flex;
}
#mod-home #option-home .mCSB_container {
    margin-right: 0;
}
#mod-home #option-home #banner-home {
    margin: 0;
}
#mod-home #option-home #banner-home.banner-full {
    width: 100%;
    float: none;
}
#mod-home #option-home .item {
    width: 100%;
}
#mod-home #option-home .item a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
#mod-home #option-home .item a img {
    width: 100%;
}
#mod-home #option-home .slick-dots {
    bottom: 20px;
}
#mod-home #option-home .slick-dots .slick-active button, #mod-home #option-home .slick-dots button:hover {
    background: var(--blue-color);
}
#mod-home #option-home #option-new .content-scroll {
    padding-right: 10px;
}
#mod-home #option-home #option-new .box {
    width: 100%;
    height: 95%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px 15px 0;
}
#mod-home #option-home #option-new #style-title span {
    font-size: 16px;
}
#mod-home #option-home #option-new .text img {
    width: 100%;
}
#mod-home #option-home #option-new .text p.title {
    font-family: "Roboto";
    font-size: 24px;
    color: #0F0F0F;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 0 30px;
    padding-right: 20px;
}
#mod-home #option-home #option-new .text p.desc {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    font-style: normal;
    margin: 30px 0 0;
}
#mod-home #option-home #option-new .text a.read-more {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
#mod-home #slider-about-banner {
    margin: 0;
    padding-top: 10px;
}
#mod-home #slider-about-banner .slick-dots {
    bottom: -20px;
}
#mod-home #slider-about-banner .slick-slide {
    padding-right: 10px;
}
#mod-home #search {
    background: var(--blue-color);
    padding: 45px 0;
}
#mod-home #search span {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    float: left;
    padding-top: 8px;
    margin-right: 40px;
}
#mod-home #search .list-search {
    float: left;
}
#mod-home #search .bg-search {
    width: 178px;
    height: 40px;
    background: #fff;
    float: left;
    margin-right: 20px;
}
#mod-home #search .bg-search .selectbox {
    width: 100%;
    height: 100%;
    font-family: "Roboto";
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    background: url(../img/icon-selectbox.jpg) right top no-repeat;
    border: none;
}
#mod-home #search .btn-chung {
    float: right;
}
#mod-home #search .btn-chung a {
    width: 125px;
    height: 40px;
    line-height: 40px;
}
#mod-home #search .btn-chung img {
    padding-right: 15px;
    position: relative;
    top: -2px;
}
#mod-home #info-tapdoan {
    position: relative;
    padding: 20px 0;
}
#mod-home #info-tapdoan .container {
    position: relative;
    height: 100%;
    padding: 0;
}
#mod-home #info-tapdoan h1, #mod-home #info-tapdoan p {
    margin: 0;
}
#mod-home #info-tapdoan .text-tapdoan {
    width: 100%;
}
#mod-home #info-tapdoan .content {
    vertical-align: middle;
    display: none;
    padding-top: 155px;
}
#mod-home #info-tapdoan .content h1 {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
#mod-home #info-tapdoan .content p {
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}
#mod-home #info-tapdoan .content .desc {
    background: rgba(0, 0, 0, 0.5);
    max-width: 812px;
    width: 100%;
    margin: 15px auto 0;
    padding: 20px;
}
#mod-home #info-tapdoan .content .container {
    height: auto;
}
#mod-home #info-tapdoan .tapdoan-history {
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
#mod-home #company-news {
    background: #f9f9f9;
    padding: 35px 0;
}
#mod-home #company-news .company {
    float: left;
    width: 68%;
}
#mod-home #company-news .list-company {
    margin-top: 25px;
}
#mod-home #company-news .list-company .item {
    margin: 0 0 20px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #f0f0f0;
}
#mod-home #company-news .list-company .img {
    width: 162px;
    height: 120px;
    float: left;
    position: relative;
}
#mod-home #company-news .list-company img {
    max-width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
#mod-home #company-news .list-company p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    font-style: normal;
    margin: 0;
    line-height: 24px;
}
#mod-home #company-news .list-company .line {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin: 5px 0;
}
#mod-home #company-news .list-company .icon-view {
    position: absolute;
    top: 50%;
    right: -17px;
    margin-top: -17px;
}
#mod-home #company-news .list-company .icon-view a {
    display: block;
}
#mod-home #company-news .list-company .icon-view a:hover {
    opacity: 0.8;
}
#mod-home #company-news .list-company .text {
    padding: 15px 0 0 30px;
    float: left;
    width: 78%;
}
#mod-home #company-news .list-company .text a {
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #2c2f3c;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#mod-home #company-news .list-company .text a:hover {
    color: var(--blue-color);
}
#mod-home #company-news .news {
    float: right;
    width: 315px;
}
#mod-home #company-news .list-news {
    margin-top: 10px;
}
#mod-home #company-news .list-news .item {
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
    display: table;
}
#mod-home #company-news .list-news .img {
    width: 75px;
    float: left;
}
#mod-home #company-news .list-news img {
    max-width: 100%;
}
#mod-home #company-news .list-news a {
    text-decoration: none;
    font-family: "Roboto";
    font-size: 14px;
    color: #242424;
    font-weight: 300;
    font-style: normal;
}
#mod-home #company-news .list-news a:hover {
    color: var(--blue-color);
}
#mod-home #company-news .list-news .text {
    width: 253px;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}
#mod-home #support {
    padding: 40px 0 90px;
    background: #f9f9f9;
}
#mod-home #support h2.title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #2c2f3c;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}
#mod-home #support p.text {
    font-family: "Roboto";
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 0;
}
#mod-home #support .item {
    margin: 0 15px 1px;
    box-shadow: 1px 1px 1px 1px #f2f2f2;
    border-left: 5px solid var(--blue-color);
    padding: 37px 0;
    background: #fff;
}
#mod-home #support .item h3.name {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
#mod-home #support .item a, #mod-home #support .item p {
    font-family: "Roboto";
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 5px 0 0;
    text-decoration: none;
}
#mod-home #support .item .text img {
    display: inline-block;
    margin-right: 10px;
}
#mod-home #support .slider-support {
    margin: 40px -15px 0 -15px;
}
#mod-home #support .img {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 88px;
    height: 88px;
    float: left;
    margin: 0 20px;
}
#mod-home #works {
    text-align: center;
    padding: 40px 0;
}
#mod-home #works h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #2c2b2b;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}
#mod-home #works p {
    font-family: "Roboto";
    font-size: 14px;
    color: #646464;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 0;
}
#mod-home #works .img-thumb {
    opacity: 0;
    filter: alpha(opacity=0);
}
#mod-home #works .slider-work {
    margin: 30px 0 40px;
}
#mod-home #works .slick-list {
    margin: 0 -5px;
}
#mod-home #works .item {
    margin: 0 5px;
    position: relative;
}
#mod-home #works .item a {
    background-size: cover !important;
    display: block;
}
#mod-home #works .video-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
}
#mod-home #works .video-clip img {
    display: inline-block;
}
#mod-home #works .video-clip .display {
    display: table;
    width: 100%;
    height: 100%;
}
#mod-home #works .video-clip .middle {
    vertical-align: middle;
    display: table-cell;
}
#mod-home #works .video-clip .middle span {
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
#mod-home #partner {
    padding: 40px 0 0;
}
#mod-home #partner h2.title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #3e3e3e;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}
#mod-home #partner h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin: 20px 0 10px;
}
#mod-home #partner .line-title {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-bottom: 20px;
}
#mod-home #partner .line {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-top: 15px;
}
#mod-home #partner .opinion {
    background: #f7f7f7;
    padding: 40px 0;
    margin-top: 40px;
}
#mod-home #partner .opinion .list-opinion {
    margin-top: 30px;
}
#mod-home #partner .opinion .group-avatar {
    display: table;
    margin: 20px 0 5px;
}
#mod-home #partner .opinion .avatar {
    width: 83px;
    height: 83px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 1px 1px 1px 1px #e7e7e7;
}
#mod-home #partner .opinion .name {
    font-family: "Roboto";
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 400;
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
#mod-home #partner .opinion .name p {
    margin: 0;
}
#mod-home #partner .opinion .name span {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 12px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
#mod-home #partner .opinion .item {
    margin: 0 10px;
}
#mod-home #partner .list-partner {
    text-align: center;
}
#mod-home #partner .list-partner img {
    margin: 0 auto;
}
#mod-home #partner .list-partner .line {
    margin: 20px auto 30px;
}
#mod-home #partner #slider-logo .item {
    margin: 0 10px;
}
#mod-home #partner .slick-slider {
    margin-bottom: 20px;
    padding: 0 15px;
}
#mod-home #partner .slick-slider .slick-track {
    margin: 0 auto;
}
#mod-home #partner .slick-slider .slick-dots {
    bottom: inherit;
    text-align: right;
}
#mod-home #partner .slick-slider .slick-dots li {
    width: 30px;
    height: 3px;
}
#mod-home #partner .slick-slider .slick-dots .slick-active button {
    background: #c91119;
}
#mod-home #partner .slick-slider .slick-dots button {
    width: 30px;
    height: 3px;
    border-radius: 0;
    padding: 0;
}
#mod-home #partner .slick-slider .slick-dots button:hover {
    background: #c91119;
}
#mod-home .featured-news {
    margin-top: 30px;
}

@media only screen and (max-width: 1600px) {
    #mod-home #option-home #option-new .box {
        padding: 15px 0 0 15px;
    }

    #mod-home #option-home #option-new .text p.title {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    #mod-home #option-home #option-new .text p.desc {
        margin-top: 15px;
    }

    #mod-home #option-home #option-new .text img {
        max-width: 250px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1280px) {
    #mod-home .tapdoan-history {
        height: 60px;
        line-height: 62px;
        font-size: 14px;
    }

    #mod-home .tapdoan-history strong {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    #mod-home #info-tapdoan .content {
        padding-top: 100px;
    }

    #mod-home #info-tapdoan .text-tapdoan {
        background-size: cover !important;
    }

    #mod-home #search span {
        font-size: 14px;
        padding-top: 12px;
        margin-right: 10px;
    }

    #mod-home #search .bg-search {
        width: 162px;
        margin-right: 10px;
    }

    #mod-home #company-news .company {
        width: 67%;
        padding-right: 20px;
    }

    #mod-home #company-news .list-company .text {
        width: 70%;
        padding-top: 5px;
    }

    #mod-home #company-news .news {
        width: 33%;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-home #search {
        text-align: center;
        padding: 25px 0;
    }

    #mod-home #search span {
        float: none;
        margin: 0;
        padding: 0;
    }

    #mod-home #search .list-search {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    #mod-home #search .bg-search {
        float: none;
        display: inline-block;
        width: 22%;
    }

    #mod-home #search .btn-chung {
        float: none;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 991px) {

    #mod-home #banner-common .banners__title{
        margin-top: 30px;
    }

    #mod-home #partner .list-partner {
        max-width: 100%;
        float: none;
    }

    #mod-home #partner .opinion {
        float: none;
        max-width: 100%;
        padding-top: 20px;
    }

    #mod-home #company-news .company {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    #mod-home #company-news .news {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    #mod-home #company-news .list-news .text {
        width: 94%;
    }

    #mod-home .tapdoan-history {
        height: 50px;
        line-height: 52px;
        font-size: 12px;
    }

    #mod-home .tapdoan-history strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    #mod-home #option-home #option-new {
        height: 343px;
    }

    #mod-home #search .bg-search {
        width: 48%;
        margin: 0 5px 10px 0;
    }

    #mod-home #search .btn-chung {
        margin-top: 15px;
    }

    #mod-home #info-tapdoan .tapdoan-history {
        position: relative;
    }

    #mod-home #info-tapdoan .container {
        padding: 0;
        width: 100%;
    }

    #mod-home #info-tapdoan .content h1 {
        font-size: 28px;
    }

    #mod-home #info-tapdoan .content .container {
        padding: 0 35px;
    }

    #mod-home .tapdoan-history {
        height: auto;
        line-height: 52px;
        padding: 5px 35px;
    }
}
@media only screen and (max-width: 736px) {
    #mod-home #option-home #option-new {
        height: 329px;
    }
}
@media only screen and (max-width: 667px) {
    #mod-home #option-home #option-new {
        height: 298px;
    }
}
@media only screen and (max-width: 640px) {
    #mod-home #option-home #option-new {
        height: 286px;
    }

    #mod-home #support .slider-support {
        max-width: 550px;
        width: 100%;
        margin: 40px auto 0;
    }

    #mod-home #support .item {
        margin: 0;
    }

    #mod-home #support button.slick-prev {
        left: -30px;
    }

    #mod-home #support button.slick-next {
        right: -30px;
    }

    #mod-home #company-news .list-company .text {
        padding: 10px 20px;
    }

    #mod-home #company-news .list-company .img {
        width: 28%;
        height: auto;
    }

    #mod-home #company-news .list-company .icon-view {
        position: absolute;
        top: inherit;
        right: 50%;
        bottom: -17px;
        margin-right: -17px;
    }

    #mod-home #project .popup-project h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #mod-home #project .popup-project a,
    #mod-home #project .popup-project p {
        font-size: 16px;
    }

    #mod-home #project .list-project-mobile .banner,
    #mod-home #project .list-project-mobile .content-primary {
        height: 300px;
    }
}
@media only screen and (max-width: 480px) {
    #mod-home #company-news .list-company .img {
        width: 162px;
        float: none;
        margin: 0 auto;
    }

    #mod-home #company-news .list-company .text {
        width: 100%;
        float: none;
        padding: 20px 10px;
    }

    #mod-home #option-home #option-new {
        height: 214px;
    }
}
@media only screen and (max-width: 414px) {
    #mod-home #search .bg-search {
        width: 100%;
        margin: 0 0 10px;
    }

    #mod-home #search .btn-chung {
        margin-top: 15px;
    }

    #mod-home #works .item .img-thumb {
        width: 100%;
    }

    #mod-home #option-home #option-new {
        height: 185px;
    }
}
@media only screen and (max-width: 384px) {
    #mod-home #search .bg-search {
        width: 100%;
        margin: 0 0 10px;
    }

    #mod-home #search .btn-chung {
        margin-top: 15px;
    }

    #mod-home #info-tapdoan .content {
        text-align: center;
    }

    #mod-home #info-tapdoan .content h1 {
        font-size: 28px;
    }

    #mod-home #info-tapdoan .content .container {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 360px) {
    #mod-home #option-home #option-new {
        height: 161px;
    }
}
@media only screen and (max-width: 320px) {
    #mod-home #option-home #option-new {
        height: 143px;
    }
}
#mod-search {
    margin-bottom: 25px;
}

#mod-search #banner {
    margin: 0 auto;
}

#mod-search #search {
    padding: 45px 0;
}

#mod-search #search h1.h1Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin: 0;
    text-align: left;
}

#mod-search #search .list-search {
    margin-top: 20px;
}

#mod-search #search .bg-search {
    width: 190px;
    height: 40px;
    background: #fff;
    float: left;
    margin-right: 20px;
    border: 1px solid #e3e3e3;
    position: relative;
}

#mod-search #search .bg-search .selectbox {
    width: 100%;
    height: 100%;
    font-family: "Roboto";
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    background: url(../img/icon-selectbox.jpg) right top no-repeat;
    border: none;
    padding-right: 45px;
}

#mod-search #search .bg-search input {
    width: 284px;
    height: 100%;
    font-family: "Roboto";
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    border: none;
}

#mod-search #search .firts-child {
    width: 330px;
}

#mod-search #search .firts-child a {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
}

#mod-search #search .last-child {
    margin: 0;
}

#mod-search #search .btn-chung {
    margin-top: 10px;
    float: right;
}

#mod-search #search .btn-chung a {
    width: 125px;
    height: 40px;
    line-height: 40px;
}

#mod-search #search .btn-chung img {
    padding-right: 15px;
    position: relative;
    top: -2px;
}

#mod-search #result-search p.information {
    font-family: "Roboto";
    font-size: 24px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin: 0;
}

#mod-search #result-search p.information strong {
    font-weight: 100;
    color: var(--blue-color);
}

#mod-search #result-search .item {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

#mod-search #result-search .img {
    float: left;
    width: 23%;
}

#mod-search #result-search .text {
    float: left;
    width: 77%;
    padding-left: 30px;
}

#mod-search #result-search .text a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#mod-search #result-search .text p {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 24px;
}

@media only screen and (max-width: 1199px) {
    #mod-search #search .bg-search {
        width: 178px;
    }

    #mod-search #search .bg-search input {
        width: 135px;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-search #search .bg-search {
        width: 174px;
    }
}
@media only screen and (max-width: 991px) {
    #mod-search #search {
        padding: 20px 0 0;
    }

    #mod-search #search .bg-search {
        width: 174px;
        margin: 0 11px 20px 0;
    }

    #mod-search #search .bg-search input {
        width: 94%;
    }

    #mod-search #search .firts-child {
        float: none;
        width: 100%;
    }

    #mod-search #search .last-child {
        margin-right: 0;
    }

    #mod-search #result-search .img {
        width: 30%;
    }

    #mod-search #result-search .text {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    #mod-search #search h1.h1Title {
        font-size: 24px;
    }

    #mod-search #search .list-search {
        text-align: center;
    }

    #mod-search #search .bg-search {
        width: 48%;
        margin: 0 0 10px;
    }

    #mod-search #search .bg-search:nth-child(3),
    #mod-search #search .bg-search:nth-child(5) {
        float: right;
    }

    #mod-search #search .firts-child {
        width: 100%;
        margin: 0 0 10px;
    }

    #mod-search #result-search {
        padding-top: 10px;
    }

    #mod-search #result-search p.information {
        font-size: 18px;
    }

    #mod-search #result-search .text {
        padding-left: 10px;
    }

    #mod-search #result-search .text h2.h2Title {
        font-size: 18px;
    }

    #mod-search #result-search .text p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 480px) {
    #mod-search #result-search .img {
        float: none;
        width: 100%;
    }

    #mod-search #result-search .img img {
        margin: 0 auto;
    }

    #mod-search #result-search .text {
        float: none;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {
    #mod-search #search .bg-search {
        width: 100%;
    }
}
#mod-contact #banner {
    margin: 0 auto;
}

#mod-contact .top {
    position: relative;
}

#mod-contact .top h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin: 20px 0 10px;
}

#mod-contact .top .fix-line.line-title {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-bottom: 20px;
}

#mod-contact .top #map iframe,
#mod-contact .top #map img {
    width: 100%;
    height: 700px;
}

#mod-contact .top #style-title {
    margin-bottom: 0;
}

#mod-contact .top .form-top {
    position: absolute;
    top: 0;
    left: 20px;
    width: 460px;
    height: 100%;
}

#mod-contact .top .form {
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.9);
    padding: 0 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#mod-contact .top .form .form-group {
    margin-bottom: 10px;
}

#mod-contact .top label {
    float: left;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    width: 17%;
    padding-top: 6px;
}

#mod-contact .top .bg-input {
    background: #fff;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
}

#mod-contact .top .bg-input input {
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    height: 40px;
}

#mod-contact .top .bg-select {
    background: #fff;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
}

#mod-contact .top .bg-select select {
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    width: 100%;
}

#mod-contact .top .textarea {
    background: #fff;
    width: 100%;
    height: 150px;
    padding: 15px;
    border: 1px solid #999;
}

#mod-contact .top .textarea textarea {
    background: 0 0;
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

#mod-contact .top .btn-chung {
    float: right;
    margin-top: 20px;
}

/*#mod-contact .top .btn-chung a {*/
#mod-contact .top .btn-chung button {
    width: 170px;
    height: 40px;
    background: var(--blue-color);
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border: none;
}

#mod-contact #showErrorContact {
    border: 1px dashed #F04E23;
    margin: 20px 0;
    color: #F04E23;
    padding: 10px 5px;
    text-align: center;
}

#mod-contact #showSuccessContact {
    border: 1px dashed #008000;
    margin: 20px 0;
    color: #008000;
    padding: 10px 5px;
    text-align: center;
}

#mod-contact .top .is-close,#mod-contact .top .is-open{
    width: 56px;
    height: 56px;
    color: #fff;
    display: flex;
    background-color: #84171c;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

#mod-contact .top .is-close {
    position: absolute;
    top: 0;
    right: -56px;
    cursor: pointer;
}

#mod-contact .top .is-close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#mod-contact .top .lien-he {
    position: absolute;
    right: 0;
    bottom: 0;
}

#mod-contact .top .lien-he .text {
    background: var(--blue-color);
    float: left;
    width: 330px;
    height: 56px;
    text-align: center;
    border-right: 1px solid #fff;
}

#mod-contact .top .lien-he .text p {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 56px;
    margin: 0;
}

#mod-contact .top .lien-he .is-open {
    float: right;
}

#mod-contact .top .lien-he .is-open:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#mod-contact #info {
    padding: 60px 0 0;
}

#mod-contact #info .h1Title {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-contact #info .line {
    margin: 20px 0 30px;
}

#mod-contact #info h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
}

#mod-contact #info p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px;
}

#mod-contact #info img {
    padding-right: 5px;
    position: relative;
    top: -2px;
}

#mod-contact #info .row {
    margin-bottom: 50px;
}

#mod-contact #block-form {
    padding: 60px 0;
    background: #f9f9f9;
    display: none;
}

#mod-contact #block-form .left {
    width: 48%;
    float: left;
}

#mod-contact #block-form .right {
    width: 48%;
    float: right;
}

#mod-contact #info .item{
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    #mod-contact #block-form label {
        width: 20%;
    }

    #mod-contact #block-form .bg-input {
        width: 80%;
    }
}
@media only screen and (max-width: 991px) {
    #mod-contact .top .form-top {
        position: relative;
        top: initial;
        left: initial;
        width: 100%;
    }

    #mod-contact .top .form {
        position: relative;
        bottom: initial;
        left: initial;
        padding: 20px;
        display: block !important;
    }

    #mod-contact .top .is-close,
    #mod-contact .top .lien-he {
        display: none;
    }

    #mod-contact .top #map iframe,
    #mod-contact .top #map img {
        height: 300px;
    }

    #mod-contact #block-form label {
        width: 25%;
    }

    #mod-contact #block-form .bg-input {
        width: 75%;
    }
}
@media only screen and (max-width: 768px) {
    #mod-contact #block-form label {
        width: 30%;
    }

    #mod-contact #block-form .bg-input {
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    #mod-contact #block-form .left,
    #mod-contact #block-form .right {
        float: none;
        width: 100%;
    }

    #mod-contact #block-form label {
        width: 18%;
    }

    #mod-contact #block-form .bg-input {
        width: 82%;
    }
}
@media only screen and (max-width: 640px) {
    #mod-contact #map {
        padding: 0 20px;
    }

    #mod-contact #info {
        padding: 20px 0;
    }

    #mod-contact #info h2 {
        font-size: 18px;
    }

    #mod-contact #info .col-md-6 {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    #mod-contact #info .row {
        margin-bottom: 0;
    }

    #mod-contact .line {
        margin: 10px 0 30px;
    }
}
@media only screen and (max-width: 536px) {
    #mod-contact #block-form label {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    #mod-contact #block-form .bg-input {
        width: 100%;
        float: none;
    }
}
#mod-develop .develop {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-top: 60px;
}

#mod-develop .develop p {
    margin-bottom: 20px;
}

#mod-develop .develop h1 {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-develop .featured-project {
    padding-top: 60px;
    background: #f9f9f9;
}

#mod-develop .featured-project .content {
    margin-top: 25px;
}

#mod-develop .featured-project .left {
    width: 270px;
    float: left;
}

#mod-develop .featured-project .left li.active .primary {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-develop .featured-project .left li.active ol {
    display: block;
}

#mod-develop .featured-project .left a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

#mod-develop .featured-project .left .primary {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/icon-list.png) right center no-repeat;
    padding: 20px 0;
    border-bottom: 1px solid #555;
}

#mod-develop .featured-project .left .primary:hover {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-develop .featured-project .left ol {
    padding-left: 20px;
    list-style: disc;
    display: none;
}

#mod-develop .featured-project .left ol li {
    border: none;
    padding: 10px 0;
}

#mod-develop .featured-project .left ol li a {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-develop .featured-project .left ol li a:hover,
#mod-develop .featured-project .left ol li.active {
    color: var(--blue-color);
}

#mod-develop .featured-project .left ol li.active a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-develop .featured-project .right {
    float: right;
    width: 870px;
}

#mod-develop .featured-project .right .img-project {
    text-align: center;
}

#mod-develop .featured-project .right .img-project .item {
    margin-bottom: 45px;
}

#mod-develop .featured-project .right .img-project a,
#mod-develop .featured-project .right .img-project p {
    font-family: "Roboto";
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0;
    text-decoration: none;
}

#mod-develop .featured-project .right .img-project img {
    width: 100%;
}

#mod-develop .featured-project .right .list-item {
    display: none;
}

#mod-develop .featured-project .right .list-item.active {
    display: block;
}

#mod-develop .featured-project .right .infor {
    padding-bottom: 20px;
}

#mod-develop .featured-project .right .infor h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 2px;
    text-transform: uppercase;
}

#mod-develop .featured-project .right .infor h3 strong {
    color: var(--blue-color);
    text-transform: none;
}

#mod-develop .featured-project .right .infor li,
#mod-develop .featured-project .right .infor p,
#mod-develop .featured-project .right .infor span {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 24px;
}

#mod-develop .featured-project .right .infor ul {
    padding-left: 20px;
}

#mod-develop .featured-project .right .construction {
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

#mod-develop .featured-project .right .construction h2.h2Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

#mod-develop .featured-project .right .construction p {
    font-family: "Roboto";
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 0;
}

#mod-develop .featured-project .right .construction .slider-construction {
    margin-top: 20px;
}

#mod-develop .featured-project .right .construction .slider-construction .item {
    margin: 0 15px;
}

#mod-develop .featured-project .right .construction .slider-construction .item img {
    width: 100%;
}

#mod-develop .featured-project .right .construction .slider-construction .slick-prev {
    left: 0;
}

#mod-develop .featured-project .right .construction .slider-construction .slick-next {
    right: 0;
}

@media only screen and (max-width: 1199px) {
    #mod-develop .featured-project .left {
        width: 180px;
    }

    #mod-develop .featured-project .right {
        width: 770px;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-develop .featured-project .left {
        width: 100%;
        float: none;
    }

    #mod-develop .featured-project .right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #mod-develop .featured-project .right .img-project .item {
        margin-bottom: 20px;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

    #mod-develop .featured-project .right .img-project .item img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #mod-develop .featured-project .right .infor .item {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 736px) {
    #mod-develop .featured-project .right .img-project .item {
        width: 49%;
    }
}
@media only screen and (max-width: 640px) {
    #mod-develop .develop {
        margin-top: 20px;
    }

    #mod-develop .featured-project {
        padding-top: 30px;
    }

    #mod-develop .featured-project .right .img-project p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 514px) {
    #mod-develop .develop .col-md-6 {
        width: 100%;
        float: none;
    }

    #mod-develop .featured-project .right .img-project .item {
        width: 50%;
    }
}
@media only screen and (max-width: 414px) {
    #mod-develop .featured-project .right .img-project {
        padding: 0;
    }

    #mod-develop .featured-project .right .img-project .item {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 384px) {
    #mod-develop .develop .col-md-6,
    #mod-develop .featured-project .right .infor .item {
        padding: 0;
    }
}
#mod-project #banner-common .line {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100px;
}

#mod-project .project {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-top: 60px;
}

#mod-project .project p {
    margin-bottom: 20px;
}

#mod-project h1 {
    text-transform: uppercase;
}

#mod-project .township-container .h3Title{
    font-size: 20px;
    font-weight: 700;
    margin: 70px 0 30px;
}

#mod-project .featured-project .img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70%;
}
#mod-project .featured-project .name {
    margin-top: 15px;
    margin-bottom: 0;
}
#mod-project .featured-project .name a {
    color: var(--blue-color);
    font-weight: bold;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    #mod-project .featured-project img {
        max-width: 100%;
    }
}

#mod-project .featured-project h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #3e3e3e;
    font-style: normal;
    text-align: left;
    margin: 20px 0 10px;
}

#mod-project .featured-project .fix-line.line-title {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-bottom: 20px;
}

#mod-project .featured-project .left {
    float: left;
}

#mod-project .featured-project .left #style-title {
    position: relative;
}

#mod-project .featured-project .left #style-title img {
    position: absolute;
}

#mod-project .featured-project .left .box-left {
    width: 100%;
    float: right;
    padding-left: 5px;
}

#mod-project .featured-project .left li.active .primary {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-project .featured-project .left li.active ol {
    display: block;
}

#mod-project .featured-project .left a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

#mod-project .featured-project .left .primary {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/icon-list.png) right center no-repeat;
    padding: 20px 0;
    border-bottom: 1px solid #555;
}

#mod-project .featured-project .left .primary:hover {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-project .featured-project .left ol {
    padding-left: 20px;
    list-style: disc;
    display: none;
}

#mod-project .featured-project .left ol li {
    border: none;
    padding: 10px 0;
}

#mod-project .featured-project .left ol li a {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-project .featured-project .left ol li a:hover,
#mod-project .featured-project .left ol li.active {
    color: var(--blue-color);
}

#mod-project .featured-project .left ol li.active a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-project .featured-project .right {
    padding: 0;
}

#mod-project .featured-project .right .row {
    margin: 0;
}

#mod-project .featured-project .right .img-project {
    margin-bottom: 20px;
}

#mod-project .featured-project .right .img-project .name {
    font-family: "Roboto";
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: block;
}

#mod-project .featured-project .right .img-project .text {
    margin-top: 15px;
}

#mod-project .featured-project .right .img-project .img img {
    width: 100%;
}

#mod-project .featured-project .right .img-project .add {
    background: url(../images/icon-diachi.png) left 3px no-repeat;
    padding-left: 15px;
    min-height: 40px;
}

#mod-project .featured-project .right .img-project .add img {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: -2px;
}

#mod-project .featured-project .right .list-item {
    display: none;
}

#mod-project .featured-project .right .list-item.active {
    display: block;
}

#mod-project .featured-project .right #mod-paging {
    padding-bottom: 25px;
}

#mod-project .featured-project .right .slick-prev {
    left: 0;
}

#mod-project .featured-project .right .slick-next {
    right: 0;
}

#mod-project .featured-project .right .col {
    border: 1px solid #d9d9d9;
    padding: 30px;
}

#mod-project .featured-project .right .slider-develop-home {
    margin-bottom: 0;
}

#mod-project .featured-project .about {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mod-project #slider-project h3.h3Title {
    margin: 20px 0 10px;
}

#mod-project #slider-project .fix-line.line-title {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin-bottom: 20px;
}

#mod-project .township-container {
    padding-top: 0;
}
#mod-project #slider-project {
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    #mod-project .featured-project .left .box-left {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    #mod-project .featured-project .right .col {
        padding: 15px;
    }

    .albumRelated h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-project .featured-project .left {
        width: 100%;
        float: none;
    }

    #mod-project .featured-project .right {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }

    #mod-project .featured-project .right .img-project .item img {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #mod-project .project {
        margin-top: 20px;
    }

    #mod-project .featured-project {
        padding-top: 30px;
    }

    #mod-project .featured-project .right .img-project p {
        font-size: 14px;
    }

    #mod-project .featured-project .right .col {
        width: 50%;
    }
}
@media only screen and (max-width: 514px) {
    #mod-project .project .col-md-6 {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 414px) {
    #mod-project .featured-project .right .col {
        width: 100%;
    }
}
@media only screen and (max-width: 384px) {
    #mod-project .project .col-md-6 {
        padding: 0;
    }
}
#mod-project-dif .project {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-top: 60px;
}

#mod-project-dif .project p {
    margin-bottom: 20px;
}

#mod-project-dif .project h1 {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-project-dif .featured-project {
    padding-top: 20px;
    background: #f9f9f9;
}

#mod-project-dif .featured-project h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    position: relative;
}

#mod-project-dif .featured-project h3.h3Title:after {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: var(--blue-color);
    margin-bottom: 20px;
}

#mod-project-dif .featured-project .content {
    margin-top: 25px;
}

#mod-project-dif .featured-project .left {
    float: left;
}

#mod-project-dif .featured-project .left #style-title {
    position: relative;
}

#mod-project-dif .featured-project .left #style-title img {
    position: absolute;
}

#mod-project-dif .featured-project .left .box-left {
    width: 100%;
    float: right;
    padding-left: 5px;
}

#mod-project-dif .featured-project .left li.active .primary {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-project-dif .featured-project .left li.active ol {
    display: block;
}

#mod-project-dif .featured-project .left a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

#mod-project-dif .featured-project .left .primary {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/icon-list.png) right center no-repeat;
    padding: 20px 0;
    border-bottom: 1px solid #555;
}

#mod-project-dif .featured-project .left .primary:hover {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-project-dif .featured-project .left ol {
    padding-left: 20px;
    list-style: disc;
    display: none;
}

#mod-project-dif .featured-project .left ol li {
    border: none;
    padding: 10px 0;
}

#mod-project-dif .featured-project .left ol li a {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-project-dif .featured-project .left ol li a:hover,
#mod-project-dif .featured-project .left ol li.active {
    color: var(--blue-color);
}

#mod-project-dif .featured-project .left ol li.active a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-project-dif .featured-project .right {
    padding: 0;
}

#mod-project-dif .featured-project .right .row {
    margin: 0;
}

#mod-project-dif .featured-project .right .img-project {
    margin-bottom: 20px;
}

#mod-project-dif .featured-project .right .img-project .name {
    font-family: "Roboto";
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: block;
}

#mod-project-dif .featured-project .right .img-project .text {
    margin-top: 15px;
}

#mod-project-dif .featured-project .right .img-project .img a {
    display: block;
}

#mod-project-dif .featured-project .right .img-project .img img {
    width: 100%;
    opacity: 0;
}

#mod-project-dif .featured-project .right .img-project .add {
    background: url(../images/icon-diachi.png) left 3px no-repeat;
    padding-left: 15px;
    min-height: 40px;
}

#mod-project-dif .featured-project .right .img-project .add img {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: -2px;
}

#mod-project-dif .featured-project .right .list-item {
    display: none;
}

#mod-project-dif .featured-project .right .list-item.active {
    display: block;
}

#mod-project-dif .featured-project .right #mod-paging {
    padding-bottom: 25px;
}

#mod-project-dif .featured-project .right .slick-prev {
    left: 0;
}

#mod-project-dif .featured-project .right .slick-next {
    right: 0;
}

#mod-project-dif .featured-project .right .col {
    border: 1px solid #d9d9d9;
    padding: 30px;
}

#mod-project-dif .featured-project .right .slider-develop-home {
    margin-bottom: 0;
}

#mod-project-dif .featured-project .about {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mod-project-dif .featured-project .about p {
    margin-bottom: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    #mod-project-dif .featured-project .left .box-left {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    #mod-project-dif .featured-project .right .col {
        padding: 15px;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-project-dif .featured-project .left {
        width: 100%;
        float: none;
    }

    #mod-project-dif .featured-project .right {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }

    #mod-project-dif .featured-project .right .img-project .item img {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #mod-project-dif .project {
        margin-top: 20px;
    }

    #mod-project-dif .featured-project {
        padding-top: 30px;
    }

    #mod-project-dif .featured-project .right .img-project p {
        font-size: 14px;
    }

    #mod-project-dif .featured-project .right .col {
        width: 50%;
    }
}
@media only screen and (max-width: 514px) {
    #mod-project-dif .project .col-md-6 {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 414px) {
    #mod-project-dif .featured-project .right .col {
        width: 100%;
    }
}
@media only screen and (max-width: 384px) {
    #mod-project-dif .project .col-md-6 {
        padding: 0;
    }
}
#mod-project-dif-detail .content {
    margin: 20px;
}

#mod-project-dif-detail .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mod-project-dif-detail .nav li {
    display: inline-block;
}

#mod-project-dif-detail .nav li a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#mod-project-dif-detail .nav li:last-child a {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-project-dif-detail .pro-header {
    text-align: center;
}

#mod-project-dif-detail .pro-header h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
}

#mod-project-dif-detail .pro-header p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

#mod-project-dif-detail .listContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mod-project-dif-detail .listContent li {
    margin: 10px 0;
}

#mod-project-dif-detail .listContent li .mainItem {
    display: block;
    width: 100%;
    background: url(../images/down.png) no-repeat 99% 15px #d9d9d9;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-family: "Roboto";
    font-size: 22px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

#mod-project-dif-detail .listContent li.active .mainItem {
    background: url(../images/up.png) no-repeat 99% 15px #d9d9d9;
}

#mod-project-dif-detail .listContent li .itemContent {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 5px 20px;
    margin: 10px 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-dif-detail .listContent li .itemContent ul {
    list-style-type: disc;
    padding: inherit;
    margin: inherit;
}

#mod-project-dif-detail .listContent li .itemContent li,
#mod-project-dif-detail .listContent li .itemContent p {
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-dif-detail .listContent li .itemContent table td,
#mod-project-dif-detail .listContent li .itemContent table th,
#mod-project-dif-detail .listContent li .itemContent table tr {
    border: none;
}

#mod-project-dif-detail .listContent li .itemContent h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
    text-align: center;
}

#mod-project-dif-detail .listContent li .itemContent h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 22px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-dif-detail .listContent li .itemContent .phone {
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    background: url(../images/address.png) no-repeat center left;
    padding-left: 50px;
}

#mod-project-dif-detail .listContent li .itemContent .phone span {
    display: block;
}

#mod-project-dif-detail .listContent li .itemContent .btnJoin {
    max-width: 200px;
    height: 30px;
    background: #282828;
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    display: block;
}

#mod-project-dif-detail .listContent li #map {
    height: 300px !important;
    background: #fff;
    padding: 10px;
    border: 2px solid #fff;
}

#mod-project-dif-detail .listContent .table-responsive {
    border: 1px solid #ccc;
}

#mod-project-dif-detail .listContent .table-responsive table {
    margin: 0;
}

#mod-project-dif-detail .listItem .inner {
    padding: 10px;
    margin: 10px 0;
    position: relative;
    border: 1px solid #d9d9d9;
}

#mod-project-dif-detail .listItem .inner .linkDetail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

#mod-project-dif-detail .listItem .inner img {
    display: block;
    margin: 0 auto;
}

#mod-project-dif-detail .listItem .inner h3 {
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    min-height: 48px;
}

#mod-project-dif-detail .listItem .inner.active h3,
#mod-project-dif-detail .listItem .inner:hover h3 {
    color: var(--blue-color);
}

#mod-project-dif-detail .listItem .inner.active .mask,
#mod-project-dif-detail .listItem .inner:hover .mask {
    display: block;
}

#mod-project-dif-detail .listItem .img-work {
    position: relative;
    margin-top: 10px;
}

#mod-project-dif-detail .listItem .img-work .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.5;
    display: none;
}

@media only screen and (max-width: 1280px) {
    #mod-project-dif-detail .listContent li .itemContent h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #mod-project-dif-detail .listContent li .itemContent h3 {
        font-size: 14px;
        min-height: 40px;
    }
}
@media only screen and (max-width: 768px) {
    #mod-project-dif-detail .itemContent h2,
    #mod-project-dif-detail .listContent li .itemContent h2,
    #mod-project-dif-detail .pro-header h2 {
        font-size: 25px;
    }

    #mod-project-dif-detail .nav li a {
        font-size: 15px;
    }

    #mod-project-dif-detail .listContent .table-responsive {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 767px) {
    #mod-project-dif-detail .listContent li .itemContent h3 {
        min-height: initial;
    }
}
@media only screen and (max-width: 414px) {
    #mod-project-dif-detail .content {
        margin: 0;
        padding: 10px;
    }

    #mod-project-dif-detail .listContent li .itemContent {
        padding: 10px 0;
    }
}
#mod-project-detail .content {
    margin: 20px;
}

#mod-project-detail .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mod-project-detail .nav li {
    display: inline-block;
}

#mod-project-detail .nav li a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#mod-project-detail .nav li:last-child a {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-project-detail .pro-header {
    text-align: center;
}

#mod-project-detail .pro-header h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
}

#mod-project-detail .pro-header p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

#mod-project-detail .listContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mod-project-detail .listContent li {
    margin: 10px 0;
}

#mod-project-detail .listContent li .mainItem {
    display: block;
    width: 100%;
    background: url(../images/down.png) no-repeat 99% 15px #282828;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-family: "Roboto";
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

#mod-project-detail .listContent li.active .mainItem {
    background: url(../images/up.png) no-repeat 99% 15px #282828;
}

#mod-project-detail .listContent li .itemContent {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 5px 20px;
    margin: 10px 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-detail .listContent li .itemContent ul {
    list-style-type: disc;
    padding: inherit;
    margin: inherit;
}

#mod-project-detail .listContent li .itemContent li,
#mod-project-detail .listContent li .itemContent p {
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-detail .listContent li .itemContent table td,
#mod-project-detail .listContent li .itemContent table th,
#mod-project-detail .listContent li .itemContent table tr {
    border: none;
}

#mod-project-detail .listContent li .itemContent h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
    text-align: center;
}

#mod-project-detail .listContent li .itemContent h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 22px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-project-detail .listContent li .itemContent .phone {
    font-family: "Roboto";
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    background: url(../images/address.png) no-repeat center left;
    padding-left: 50px;
}

#mod-project-detail .listContent li .itemContent .phone span {
    display: block;
}

#mod-project-detail .listContent li .itemContent .btnJoin {
    max-width: 200px;
    height: 30px;
    background: #282828;
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    display: block;
}

#mod-project-detail .listContent li #map {
    height: 300px !important;
    background: #fff;
    padding: 10px;
    border: 2px solid #fff;
}

#mod-project-detail .listContent .table-responsive {
    border: 1px solid #ccc;
}

#mod-project-detail .listContent .table-responsive table {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #mod-project-detail .itemContent h2,
    #mod-project-detail .listContent li .itemContent h2,
    #mod-project-detail .pro-header h2 {
        font-size: 25px;
    }

    #mod-project-detail .nav li a {
        font-size: 15px;
    }

    #mod-project-detail .listContent .table-responsive {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 414px) {
    #mod-project-detail .content {
        margin: 0;
        padding: 10px;
    }

    #mod-project-detail .listContent li .itemContent {
        padding: 10px 0;
    }
}
#mod-trade .trade {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-top: 60px;
}

#mod-trade .trade p {
    margin-bottom: 20px;
}

#mod-trade .trade h1 {
    font-family: "Roboto";
    font-weight: 700;
}

#mod-trade .featured-trade {
    padding-top: 60px;
    background: #f9f9f9;
}

#mod-trade .featured-trade h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
}

#mod-trade .featured-trade .content {
    margin-top: 25px;
}

#mod-trade .featured-trade .left {
    width: 270px;
    float: left;
}

#mod-trade .featured-trade .left li.active .primary {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-trade .featured-trade .left li.active ol {
    display: block;
}

#mod-trade .featured-trade .left a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

#mod-trade .featured-trade .left .primary {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/icon-list.png) right center no-repeat;
    padding: 20px 0;
    border-bottom: 1px solid #555;
}

#mod-trade .featured-trade .left .primary:hover {
    color: var(--blue-color);
    background: url(../images/icon-list-hover.png) right center no-repeat;
}

#mod-trade .featured-trade .left ol {
    padding-left: 20px;
    list-style: disc;
    display: none;
}

#mod-trade .featured-trade .left ol li {
    border: none;
    padding: 10px 0;
}

#mod-trade .featured-trade .left ol li a {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-trade .featured-trade .left ol li a:hover,
#mod-trade .featured-trade .left ol li.active {
    color: var(--blue-color);
}

#mod-trade .featured-trade .left ol li.active a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-trade .featured-trade .right {
    float: right;
    width: 870px;
    padding-top: 20px;
}

#mod-trade .featured-trade .right .img-trade {
    text-align: center;
}

#mod-trade .featured-trade .right .img-trade .item {
    margin-bottom: 45px;
}

#mod-trade .featured-trade .right .img-trade a,
#mod-trade .featured-trade .right .img-trade p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 5px 0 0;
    text-decoration: none;
}

#mod-trade .featured-trade .right .list-item {
    display: none;
}

#mod-trade .featured-trade .right .list-item.active {
    display: block;
}

#mod-trade .featured-trade .right #mod-paging {
    padding-bottom: 25px;
}

#mod-trade .featured-trade .right .about {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}

#mod-trade .featured-trade .right .about p {
    margin-bottom: 15px;
    font-size: 16px;
}

#mod-trade .featured-trade .right .infor {
    padding: 20px 0;
}

#mod-trade .featured-trade .right .infor h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 2px;
    text-transform: uppercase;
}

#mod-trade .featured-trade .right .infor h3 strong {
    color: var(--blue-color);
    text-transform: none;
}

#mod-trade .featured-trade .right .infor li,
#mod-trade .featured-trade .right .infor p,
#mod-trade .featured-trade .right .infor span {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 24px;
}

#mod-trade .featured-trade .right .infor ul {
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    #mod-trade .featured-trade .left {
        width: 180px;
    }

    #mod-trade .featured-trade .right {
        width: 770px;
    }
}
@media only screen and (max-width: 1023px) {
    #mod-trade .featured-trade .left {
        width: 100%;
        float: none;
    }

    #mod-trade .featured-trade .right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #mod-trade .featured-trade .right .img-trade .item {
        margin-bottom: 20px;
    }

    #mod-trade .featured-trade .right .img-trade .item img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #mod-trade .featured-project .right .infor .item {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 640px) {
    #mod-trade .trade {
        margin-top: 20px;
    }

    #mod-trade .featured-trade {
        padding-top: 30px;
    }

    #mod-trade .featured-trade .right .img-trade p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 514px) {
    #mod-trade .trade .col-md-6 {
        width: 100%;
        float: none;
    }

    #mod-trade .featured-trade .right .img-trade .item {
        width: 50%;
    }
}
@media only screen and (max-width: 384px) {
    #mod-trade .featured-trade .right .img-trade {
        padding: 0;
    }

    #mod-trade .featured-trade .right .img-trade .item {
        padding: 0;
        width: 100%;
        float: none;
    }

    #mod-trade .col-md-4,
    #mod-trade .featured-trade .right .infor .item {
        padding: 0;
    }
}
#mod-recruit .w-100 {
    width: 100%;
}

#mod-recruit #banner {
    margin: 0 auto;
    padding-bottom: 20.9375%;
    height: auto;
}

#mod-recruit .sub-recruit {
    text-align: left;
    padding: 20px 0;
    border-bottom: 4px solid #c5c5c5;
}

#mod-recruit .sub-recruit .list-button {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -ms-flex;
    display: flex;
}

#mod-recruit .sub-recruit .list-button__item {
    flex: 0 0 50%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mod-recruit .sub-recruit a {
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
    font-style: normal;
    float: left;
    width: auto;
    height: 40px;
    position: relative;
    line-height: 40px;
}

#mod-recruit .sub-recruit a:after {
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    display: none;
    background: var(--blue-color);
}

#mod-recruit .sub-recruit a.active:after,
#mod-recruit .sub-recruit a:hover:after {
    display: block;
}

#mod-recruit .vitri-tuyendung {
    margin-top: 65px;
}

#mod-recruit .vitri-tuyendung .title {
    text-align: center;
}

#mod-recruit .vitri-tuyendung .title h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

#mod-recruit .vitri-tuyendung .title .line {
    width: 100px;
    margin: 0 auto;
}

#mod-recruit .vitri-tuyendung .table-recruilt {
    margin: 35px 0;
}

#mod-recruit .vitri-tuyendung .table-recruilt th {
    background: var(--blue-color);
    font-family: "Roboto";
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 10px 15px;
    vertical-align: middle;
}

#mod-recruit .vitri-tuyendung .table-recruilt td {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    padding: 10px 15px;
    vertical-align: middle;
}

#mod-recruit .vitri-tuyendung .table-recruilt a {
    text-decoration: none;
    color: #000;
}

#mod-recruit .vitri-tuyendung .table-recruilt .important,
#mod-recruit .vitri-tuyendung .table-recruilt .urgently {
    background: var(--blue-color);
}

#mod-recruit .vitri-tuyendung .list-tuyendung {
    display: none;
}

#mod-recruit .vitri-tuyendung .list-tuyendung .item {
    padding: 20px 0;
    border-top: 1px solid #555;
}

#mod-recruit .vitri-tuyendung .list-tuyendung p {
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-recruit .vitri-tuyendung .list-tuyendung strong {
    font-family: "Roboto";
    font-weight: 700;
    font-weight: 100;
}

#mod-recruit .vitri-tuyendung .list-tuyendung .vi-tri {
    color: #82171c;
}

#mod-recruit .vitri-tuyendung .list-search {
    margin-top: 60px;
}

#mod-recruit .vitri-tuyendung .list-search .item {
    display: inline-block;
    margin-right: 20px;
}

#mod-recruit .vitri-tuyendung .list-search .item:last-child {
    margin-right: 0;
}

#mod-recruit .vitri-tuyendung .list-search span {
    font-family: "Roboto";
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-recruit .vitri-tuyendung .list-search .bg-input {
    width: 170px;
    height: 40px;
    border: 1px solid #dfdfdf;
    padding: 0 15px;
    font-family: "Roboto";
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin-left: 20px;
    display: inline-block;
}

#mod-recruit .vitri-tuyendung .list-search .selectbox {
    background: url(../images/arrow.png) center right no-repeat;
    border: none;
    width: 100%;
    height: 100%;
    padding-right: 15px;
}

#mod-recruit .content-single h2.h2Title {
    text-transform: uppercase;
    font-size: 30px;
    color: #81191f;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 30px;
}

#mod-recruit .content-single .top {
    margin-top: 65px;
}

#mod-recruit .content-single .top img {
    display: inline-block;
    margin-right: 15px;
}

#mod-recruit .content-single .top p {
    font-family: "Roboto";
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

#mod-recruit .content-single .top .text {
    float: left;
    max-width: 475px;
    width: 100%;
    height: 463px;
    display: table;
}

#mod-recruit .content-single .top .img {
    float: right;
}

#mod-recruit .content-single .top .value {
    background: url(../images/bg-value.jpg) center center no-repeat;
}

#mod-recruit .content-single .bottom {
    margin-top: 110px;
}

#mod-recruit .content-single .bottom h2.h2Title {
    text-align: center;
}

#mod-recruit .content-single .bottom .line {
    margin: 30px auto 0;
}

#mod-recruit .content-single .bottom h3.h3Title {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: #81191f;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
}

#mod-recruit .content-single .bottom li,
#mod-recruit .content-single .bottom p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: justify;
}

#mod-recruit .content-single .bottom .list {
    margin-top: 80px;
}

#mod-recruit .content-single .bottom .col {
    width: 46%;
}

#mod-recruit .content-single .bottom .col img {
    width: 100%;
    margin-bottom: 30px;
}

#mod-recruit .content-single .bottom .left {
    float: left;
}

#mod-recruit .content-single .bottom .right {
    float: right;
}

#mod-recruit .content-single .bottom .item {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

#mod-recruit .content-single .bottom ol {
    padding-left: 20px;
    margin: 0;
}

#mod-recruit .content-single .line {
    width: 100px;
    height: 4px;
    margin-top: 20px;
}

#mod-recruit .content-detail {
    margin-bottom: 90px;
}
#mod-recruit .content-detail .job-info-2 {
    margin-top: 30px;
}

#mod-recruit .content-detail .recruit-article {
    font-weight: 300;
}

#mod-recruit .content-detail h2.h2Title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
}
#mod-recruit .content-detail h2.h2Title:after {
    display: none;
    margin-top: 10px;
    content: "";
    width: 100px;
    height: 4px;
    background: var(--blue-color);
}

#mod-recruit .content-detail .line {
    width: 100px;
    height: 4px;
}

#mod-recruit .content-detail .info-position {
    margin-top: 40px;
}

#mod-recruit .content-detail .back {
    margin-top: 30px;
}

#mod-recruit .content-detail .back a {
    text-decoration: none;
    font-family: "Roboto";
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-style: normal;
}

#mod-recruit .content-detail .back a:hover {
    color: var(--blue-color);
}

#mod-recruit .content-detail h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

#mod-recruit .content-detail ol,
#mod-recruit .content-detail ul,
#mod-recruit .content-detail p {
    font-size: 14px;
    font-weight: 300;
}

#mod-recruit .content-detail ol li,
#mod-recruit .content-detail ul li {
    margin-bottom: 10px;
}

#mod-recruit .content-detail p:first-child {
    margin-top: 0;
}

#mod-recruit .content-detail .more-info p {
    font-weight: 500;
}
#mod-recruit .content-detail .more-info p .title {
    font-weight: 300;
}

#mod-recruit .content-detail .list-button {
    margin-top: 70px;
}

#mod-recruit .content-detail .btn {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 0;
}
#mod-recruit .content-detail .btn i {
    margin-right: 10px;
}
#mod-recruit .content-detail .btn:hover {
    color: #fff;
}
#mod-recruit .content-detail .btn.brown-light-btn {
    background: #A81D07;
    margin-right: 30px;
}
#mod-recruit .content-detail .btn.brown-light-btn:hover {
    background: var(--blue-color);
}
#mod-recruit .content-detail .btn.black-btn {
    float: right;
    background: #636363;
}
#mod-recruit .content-detail .btn.black-btn:hover {
    background: #000;
}

#mod-recruit .content-detail .list-button .left {
    float: left;
}

#mod-recruit .content-detail .list-button .left img {
    padding-right: 8px;
}

#mod-recruit .content-detail .list-button .right {
    float: right;
}

#mod-recruit .flex-display {
    display: flex;
}
#mod-recruit .recruit-sidebar {
    padding-top: 30px;
    background: #efefef;
    border-top: 2px solid var(--blue-color);
}

#content-new .recruit-new {
    margin-top: 110px;
}

#content-new .col-galery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

#content-new .galery-item {
    min-height: 240px;
    width: 100%;
    background-size: cover !important;
    padding: 20px;
}

#content-new .galery-item .content {
    color: #fff;
}

#content-new .galery-item .content h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

#content-new .galery-item .content p {
    margin: 0;
    padding: 5px 0 0;
    font-size: 14px;
}

#content-new .opacity-0 {
    opacity: 0;
}

#content-new .info-item {
    background: #fafafa;
    padding: 20px 15px;
}

#content-new .info-item p.name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#content-new .info-item p.job {
    font-weight: 200;
    font-size: 14px;
}

#content-new .info-item p.desc {
    font-size: 14px;
}

#content-new .info-item-text {
    padding: 10px;
    text-align: justify;
}

#content-new .why-item-text {
    text-align: justify;
}

#content-new .info-item {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

#content-new .info-item-img img {
    max-height: 345px;
    margin: 0 auto;
}

#content-new .info-item-img {
    background: #fff;
}

#content-new .content-why {
    background: #fafafa;
    padding: 20px 15px;
}

#content-new .why-item-text .title {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px;
}

#content-new .content-4-item {
    text-align: justify;
    padding: 30px 15px;
    border: 1px solid #cdcdcd;
    height: 100%;
    min-height: 395px;
}

#content-new .row-content-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content-new .col-content-4 {
    margin-bottom: 30px;
}

#content-new .content-4-item-img img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#content-new .content-4-item-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

#content-new .content-4-item-line {
    background: var(--blue-color);
    height: 2px;
    width: 100px;
    margin: 0 auto 30px;
}

#content-new .content-5 .name {
    font-size: 16px;
    font-weight: 700;
}

#content-new .content-5 .job {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

#content-new .content-5 .desc {
    font-weight: 700;
    font-size: 16px;
}

#content-new .content-5 .content-text {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}

#content-new .content-5-item {
    margin-bottom: 30px;
}

#content-new .col-content-5-item {
    margin-bottom: 20px;
}
#content-new .col-content-5-item p {
    text-align: justify;
}

#content-new .content-5-btn a {
    color: var(--blue-color);
    font-weight: 700;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

#content-new .content-1,
#content-new .content-2,
#content-new .content-3,
#content-new .content-4,
#content-new .content-5 {
    margin-bottom: 50px;
}

#content-new .content-bottom {
    padding-top: 80px;
    background: #fafafa;
}

@media only screen and (max-width: 1199px) {
    #mod-recruit .content-single .top img {
        width: 155px;
    }

    #mod-recruit .content-single .top .text {
        height: 359px;
        max-width: 425px;
    }

    #mod-recruit .content-single .top p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    #mod-recruit .vitri-tuyendung .list-search .item {
        margin-right: 10px;
    }

    #mod-recruit .vitri-tuyendung .list-search span {
        font-size: 14px;
    }

    #mod-recruit .vitri-tuyendung .list-search .bg-input {
        font-size: 14px;
        margin-left: 10px;
        width: 167px;
    }

    #mod-recruit .content-single h2.h2Title {
        font-size: 24px;
    }

    #mod-recruit .content-single .top .img {
        float: none;
        text-align: center;
    }

    #mod-recruit .content-single .top .value {
        background: 0 0;
    }

    #mod-recruit .content-single .top .value .container {
        width: 100%;
        padding: 0;
    }

    #mod-recruit .content-single .top img {
        width: 29%;
        margin: 0 10px;
    }

    #mod-recruit .content-single .top .text {
        height: auto;
        max-width: 100%;
        float: none;
        background: url(../images/bg-value.jpg) center center no-repeat;
        padding: 20px;
    }

    #mod-recruit .content-single .bottom {
        margin-top: 60px;
    }

    #mod-recruit .content-single .bottom .line,
    #mod-recruit .content-single .line {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #mod-recruit .vitri-tuyendung .list-search {
        text-align: center;
    }

    #mod-recruit .vitri-tuyendung .list-search .item {
        margin-bottom: 10px;
    }

    #mod-recruit .vitri-tuyendung .list-search .item:last-child {
        margin-right: 10px;
    }

    #mod-recruit .content-single .top img {
        margin: 0;
        width: 32%;
    }

    #mod-recruit .content-detail .back {
        padding: 10px 0;
    }

    #mod-recruit .content-detail .info-position {
        margin-top: 20px;
    }

    #mod-recruit .content-detail .col-md-6 {
        float: none;
        width: 100%;
    }

    #mod-recruit .content-detail h2.h2Title {
        font-size: 18px;
        line-height: 1.5em;
    }

    #mod-recruit .content-detail .info-position .right {
        margin-top: 30px;
    }

    #mod-recruit .content-detail .list-button .left {
        float: none;
    }

    #mod-recruit .content-detail .list-button .left a {
        text-align: left;
    }

    #mod-recruit .content-detail .list-button .left a:first-child {
        margin-right: 0;
    }

    #mod-recruit .content-detail .list-button .right {
        float: none;
        margin-top: 20px;
    }

    #mod-recruit .vitri-tuyendung .list-tuyendung p {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3em;
    }
    #mod-recruit .vitri-tuyendung .list-tuyendung .item {
        border-color: #ddd;
    }

    #mod-recruit .vitri-tuyendung .table-recruilt a {
        color: var(--blue-color);
        font-weight: 500;
    }
    #mod-recruit .vitri-tuyendung .table-recruilt strong {
        font-weight: 300;
    }

    #mod-recruit .sub-recruit a {
        font-size: 14px;
    }

    #content-new .content-5 .name,
    #content-new .content-5 .job,
    #content-new .content-5 .desc,
    #content-new .content-5 .content-text {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    #mod-recruit .table-responsive {
        display: none;
    }

    #mod-recruit .vitri-tuyendung .list-tuyendung {
        display: block;
    }

    #mod-recruit .content-new .content-4-list,
    #mod-recruit .content-new .content-5-list,
    #mod-recruit .content-new .content-info,
    #mod-recruit .content-new .galery-content {
        padding-left: 0;
        padding-right: 0;
    }

    #mod-recruit .content-new .why-item {
        padding: 20px;
    }
}
@media only screen and (max-width: 736px) {
    #mod-recruit .content-single .bottom {
        margin-top: 20px;
    }

    #mod-recruit .content-single .bottom .col {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 640px) {
    #mod-recruit .vitri-tuyendung .title h2 {
        font-size: 18px;
    }
    #mod-recruit .vitri-tuyendung .title h2 + .line {
        display: none;
    }

    #mod-recruit .content-single h2.h2Title {
        font-size: 20px;
        line-height: 24px;
    }

    #mod-recruit .content-single .top {
        margin-top: 30px;
    }

    #mod-recruit .content-single .bottom h3.h3Title {
        font-size: 16px;
        line-height: 20px;
    }

    #mod-recruit .content-single .bottom .item {
        border: none;
        margin-bottom: 0;
    }

    #mod-recruit .content-single .bottom .list {
        margin-top: 30px;
    }

    #mod-recruit .sub-recruit {
        padding: 15px 0;
        border-width: 1px;
    }

    #mod-recruit .sub-recruit .list-button {
        display: block;
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }

    #mod-recruit .sub-recruit .list-button__item {
        display: block;
        width: 50%;
        float: left;
    }
    #mod-recruit .sub-recruit .list-button__item a {
        font-size: 13px;
    }
    #mod-recruit .sub-recruit .list-button__item a:after {
        bottom: 0;
        left: 50%;
        margin-left: -50px;
        height: 2px;
    }
}
@media only screen and (max-width: 536px) {
    #mod-recruit .content-detail {
        margin-bottom: 30px;
    }

    #mod-recruit .content-detail .list-button {
        margin-top: 30px;
        padding-bottom: 0;
        border: 0;
    }

    #mod-recruit .content-detail .list-button .left a.write {
        float: none;
    }

    #mod-recruit .content-detail .list-button {
        text-align: center;
    }
    #mod-recruit .content-detail .list-button .btn {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }

    #mod-recruit .content-detail .list-button .right {
        margin-top: 0;
    }

    .vitri-tuyendung .list-search .item {
        margin-right: 0 !important;
    }

    .vitri-tuyendung .list-search span {
        display: inline-block;
        width: 60px;
    }

    .content-new .why-item {
        padding: 0;
    }
}
@media only screen and (max-width: 414px) {
    #mod-recruit .sub-recruit a {
        float: none;
        display: inline-block;
        margin: 5px 0;
    }
}
@media only screen and (max-width: 384px) {
    #mod-recruit .sub-recruit a {
        margin-bottom: 10px;
    }

    #mod-recruit .sub-recruit a:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 320px) {
    #mod-recruit .content-single .bottom li,
    #mod-recruit .content-single .bottom p,
    #mod-recruit .content-single .top p,
    #mod-recruit .sub-recruit a {
        font-size: 14px;
    }

    #mod-recruit .content-detail .list-button a {
        width: 100%;
    }
}
#mod-news .list-select {
    margin: 60px 0;
}
#mod-news .list-select #style-title {
    float: left;
}
#mod-news .list-select #style-title span {
    padding: 0 60px;
}
#mod-news .list-select .list-tab {
    float: left;
}
#mod-news .list-select a {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
    color: #3e3e3e;
    font-style: normal;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    margin: 0 40px 0 0;
}
#mod-news .list-select a:after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: none;
    background: var(--blue-color);
}
#mod-news .list-select a.active:after, #mod-news .list-select a:hover:after {
    display: block;
}
#mod-news .list-select .bg-search {
    width: 180px;
    height: 40px;
    background: #fff;
    float: right;
    border: 1px solid #dadada;
}
#mod-news .list-select .bg-search .selectbox {
    width: 100%;
    height: 100%;
    font-family: "Roboto";
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    background: url(../img/icon-selectbox.jpg) right top no-repeat;
    border: none;
    padding-right: 48px;
}

#mod-news .news-list .item {
    margin-bottom: 50px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 0 0 #f2f2f2;
}
#mod-news .news-list .item a {
    display: block;
    background-size: cover !important;
}
#mod-news .news-list .news-thumbnail {
    display: block;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mod-news .news-list h3 {
    font-family: "Roboto";
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 700;
    font-style: normal;
    margin: 10px 0 0;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
}
#mod-news .news-list p {
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    font-style: normal;
    margin: 10px 0 0;
}
#mod-news .news-list .text {
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
}
#mod-news .news-list .desc {
    padding: 10px 20px 20px;
    background: #f9f9f9;
    box-shadow: 0 1px 0 0 #f2f2f2;
}
#mod-news .news-list .more {
    text-align: center;
    padding: 15px 0;
}
#mod-news .news-list .more a {
    font-family: "Roboto";
    font-size: 14px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
#mod-news .news-list .more a:hover {
    color: var(--blue-color);
}

#mod-news .content-list #mod-paging {
    text-align: center;
    margin-bottom: 30px;
}

#mod-news .content-detail {
    margin: 60px 0;
}

#mod-news .content-detail .row {
    margin-top: 60px;
}

#mod-news .content-detail h2.h2Title {
    font-size: 20px;
    line-height: normal;
}

#mod-news .content-detail .left li,
#mod-news .content-detail .left p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.7em;
}
#mod-news .content-detail .left .caption {
    text-align: center;
    font-size: 13px;
}

#mod-news .content-detail .left {
    padding-right: 80px;
}
#mod-news .content-detail .left h3 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 5px;
    line-height: 35px;
    font-weight: bold;
}

#mod-news .content-detail .left img {
    margin: 0 auto 10px;
}

#mod-news .content-detail .right h3.h3Title {
    font-family: "Roboto";
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 20px 0;
}

#mod-news .content-detail .right a {
    font-family: "Roboto";
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

#mod-news .content-detail .right p {
    font-size: 14px;
}

#mod-news .content-detail .right .border {
    border: 1px solid #f2f2f2;
    border-top: 2px solid #d9d9d9;
}

#mod-news .content-detail .right .list-item {
    background: #f9f9f9;
}

#mod-news .content-detail .right .item {
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
}

#mod-news .content-detail p.day {
    color: #888;
}

#mod-news .list-page-images .gallery-images {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
#mod-news .list-page-images .item {
    margin-bottom: 30px;
    width: calc(1/4*100% - (1 - 1/4)*20px);
}
#mod-news .list-page-images .item:not(:nth-child(4n+4)) {
    margin-right: 20px;
}
#mod-news .list-page-images .item p {
    margin-top: 10px;
    font-size: 13px;
}
#mod-news .list-page-images .img {
    position: relative;
    padding-bottom: 70%;
}
#mod-news .list-page-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mod-news .w100 {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    #mod-news .content-detail .left {
        padding: 0 15px;
    }

    #mod-news .content-detail .right {
        margin-top: 60px;
    }

    #mod-news .content-detail .right h3.h3Title {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    #mod-news .content-detail h2.h2Title {
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 640px) {
    #mod-news .list-select .list-tab {
        float: none;
    }

    #mod-news .list-select .bg-search {
        float: none;
        margin-top: 10px;
    }

    #mod-news .list-select #style-title {
        float: none;
    }
}
@media only screen and (max-width: 480px) {
    #mod-news .list-select .list-tab a {
        width: 50%;
        margin: 0 0 20px;
        text-align: center;
    }

    #mod-news .list-select .bg-search {
        width: 100%;
    }

    #mod-news .content-detail h2.h2Title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 384px) {
    #mod-news .content-detail {
        margin: 20px 0;
    }

    #mod-news .content-detail .row {
        margin-top: 20px;
    }

    #mod-news .content-detail .left,
    #mod-news .content-detail .right {
        padding: 0;
    }
}
#mod-about .sub-about {
    text-align: center;
    padding: 35px 0;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    z-index: 7;
}

#mod-about .sub-about li.active a {
    color: var(--blue-color);
    font-weight: 700;
}

#mod-about .sub-about a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 15px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

#mod-about .sub-about a:hover {
    color: var(--blue-color);
    font-weight: 700;
}

#mod-about .sub-about.is_stuck {
    padding: 15px 0;
}

#mod-about .list-section h2.h2Title {
    font-size: 30px;
    margin: 0;
    text-align: center;
}

#mod-about .list-section p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    margin: 0;
}

#mod-about .list-section .line {
    width: 100px;
    margin: 20px auto 30px;
}

#mod-about .list-section #about {
    padding: 65px 0;
}

#mod-about .list-section #about .line {
    margin: 20px auto 30px;
}

#mod-about .list-section #about h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px;
}

#mod-about .list-section #about .row {
    margin-top: 40px;
}

#mod-about .list-section #about .left {
    padding-right: 30px;
}

#mod-about .list-section #about .right {
    padding-left: 30px;
}

#mod-about .list-section #about #service .list-item:after {
    clear: both;
    content: "";
    display: table;
}

#mod-about .list-section #about #service .line {
    margin: 10px auto;
}

#mod-about .list-section #about #service p {
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    font-style: normal;
    line-height: 20px;
}

#mod-about .list-section #about #service .desc {
    padding-bottom: 10px;
    text-align: justify;
}

#mod-about .list-section #about .tapdoan-history p {
    color: #fff;
}

#mod-about .list-section #view {
    background: url(../img/bg-view-about.jpg) center center no-repeat;
    height: 545px;
}

#mod-about .list-section #view img {
    margin: 0 auto;
}

#mod-about .list-section #view h2.h2Title {
    margin-top: 40px;
}

#mod-about .list-section #view h3.h3Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 20px;
}

#mod-about .list-section #view .left {
    text-align: center;
    background: #fff;
    height: 545px;
    display: table;
    border: 1px solid #e5e5e5;
}

#mod-about .list-section #view .left p {
    font-size: 20px;
    font-style: italic;
    line-height: 26px;
}

#mod-about .list-section #view .right {
    height: 545px;
    display: table;
    padding-left: 50px;
}

#mod-about .list-section #view .right p {
    background: url(../images/tick.png) left 7px no-repeat;
    padding-left: 20px;
}

#mod-about .list-section #view .text {
    display: table-cell;
    vertical-align: middle;
}

#mod-about .list-section #view p {
    margin: 0;
}

#mod-about .list-section #value {
    text-align: center;
    padding-top: 65px;
}

#mod-about .list-section #value .list-value {
    margin: 0 -15px 0 -15px;
    vertical-align: top;
}

#mod-about .list-section #value .list-value .item {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 270px;
    position: relative;
    padding: 80px 20px 20px;
    margin: 80px 13px 0;
    display: inline-block;
    vertical-align: top;
    min-height: 390px;
    text-align: justify;
}

#mod-about .list-section #value .list-value img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -41px;
    display: block;
}

#mod-about .list-section #value .list-value p {
    line-height: 24px;
}

#mod-about .list-section #value .list-value p.title {
    font-family: "Roboto";
    font-weight: 700;
    text-align: center;
}

#mod-about .list-section #value .infor {
    margin-top: 65px;
    text-align: left;
}

#mod-about .list-section #value .infor h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

#mod-about .list-section #value .infor p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

#mod-about .list-section #award {
    text-align: center;
    padding: 65px 0;
    background: #f9f9f9;
}

#mod-about .list-section #award .list-day a {
    display: block;
    width: 100%;
    height: 60px;
    font-family: "Roboto";
    font-size: 24px;
    color: var(--blue-color);
    font-weight: 700;
    font-style: normal;
    text-align: center;
    border: 1px solid #dedede;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
}

#mod-about .list-section #award .list-day .item.active a,
#mod-about .list-section #award .list-day a:hover {
    color: #fff;
    background: var(--blue-color);
}

#mod-about .list-section #award .list-slider {
    margin: 30px 0 40px;
}

#mod-about .list-section #award .slick-disabled {
    display: none !important;
}

#mod-about .list-section #award .slick-list {
    margin: 0 -15px;
}

#mod-about .list-section #award .item {
    margin: 0 15px;
    position: relative;
    width: 370px;
    float: left;
}

#mod-about .list-section #award .item img {
    width: 100%;
}

#mod-about .list-section #award .item p {
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

#mod-about .list-section #award .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(131, 23, 28, 0.7);
    width: 100%;
    height: 66px;
    padding: 0 10px;
    display: table;
}

#mod-about .list-section #award .slider-view {
    margin: 0;
}

#mod-about .list-section #award .slider-view .item-list {
    margin: 0 15px;
}

#mod-about .list-section #award .slider-view .item-view {
    background: #fff;
    margin: 0 0 30px;
    display: table;
    width: 100%;
}

#mod-about .list-section #award .slider-view .item-view img {
    margin: 0 auto;
}

#mod-about .list-section #award .slider-view .item-view .img-logo {
    width: 100%;
    height: 150px;
    display: table;
    text-align: center;
}

#mod-about .list-section #award .slider-view .item-view .img-logo p {
    display: table-cell;
    vertical-align: middle;
}

#mod-about .list-section #award .slider-view .item-view .text {
    padding: 10px 5px;
    height: 65px;
    text-align: center;
}

#mod-about .list-section #award .slider-view .item-view .text p {
    font-family: "Roboto";
    font-size: 13px;
    color: #303030;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 22px;
}

#mod-about .list-section #award .slider-view .slick-prev {
    left: -50px;
}

#mod-about .list-section #award .slider-view .slick-next {
    right: -50px;
}

#mod-about .list-section #award .slider-view .slick-dots {
    bottom: 0;
}

#mod-about .list-section #award .slider-view .slick-dots button {
    background: #fff;
    box-shadow: 1px 1px 1px #c6c6c6;
}

#mod-about .list-section #award .slider-view .slick-dots .slick-active button,
#mod-about .list-section #award .slider-view .slick-dots button:hover {
    background: var(--blue-color);
}

#mod-about .list-section #history {
    padding-top: 65px;
}

#mod-about .list-section #history .line {
    width: 100px;
}

#mod-about .list-section #history .slide-history {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

#mod-about .list-section #history .slide-history p.year {
    margin: 0 auto;
    background: url(../images/bg-year.png) center top no-repeat;
    width: 73px;
    height: 38px;
    line-height: 35px;
    font-family: "Roboto";
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
}

#mod-about .list-section #history .block-slider {
    position: relative;
    margin-top: 70px;
}

#mod-about .list-section #history .butlet {
    width: 15px;
    height: 15px;
    margin: 10px auto 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--blue-color);
}

#mod-about .list-section #history .item {
    position: relative;
    height: 110px;
}

#mod-about .list-section #history .item.active p {
    opacity: 0;
    filter: alpha(opacity=0);
}

#mod-about .list-section #history .item.active .year-large {
    display: block;
}

#mod-about .list-section #history .hover {
    cursor: pointer;
}

#mod-about .list-section #history .hover:hover .year-large {
    display: block;
}

#mod-about .list-section #history .hover:hover p {
    opacity: 0;
    filter: alpha(opacity=0);
}

#mod-about .list-section #history .year-large {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border: 3px solid var(--blue-color);
    border-radius: 50%;
    line-height: 100px;
    background: #fff;
    font-family: "Roboto";
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 700;
    font-style: normal;
    display: none;
}

#mod-about .list-section #history .line-slider {
    width: 100%;
    height: 4px;
    background: #bfbfbf;
    position: absolute;
    bottom: 52px;
    left: 0;
}

#mod-about .list-section #history .block-text {
    border: 1px solid #c5c5c5;
    padding: 20px 0;
    margin: 20px 0 0;
}

#mod-about .list-section #history .slider-text {
    margin: 0 auto;
    width: 580px;
    display: none !important;
}

#mod-about .list-section #history .slider-text.active {
    display: block !important;
}

#mod-about .list-section #history .slider-text button.slick-prev {
    left: -55px;
}

#mod-about .list-section #history .slider-text button.slick-next {
    right: -55px;
}

#mod-about .list-section #history .slider-child {
    display: none;
}

#mod-about .list-section #history .slider-child .item-child {
    margin-bottom: 20px;
}

#mod-about .list-section #history .text-item .img {
    float: left;
    width: 217px;
}

#mod-about .list-section #history .text-item .text {
    width: 360px;
    padding: 0 0 0 20px;
    float: left;
}

#mod-about .list-section #history .desc-item img {
    margin: 0 auto;
}

#mod-about .list-section #history .desc-item .text {
    padding: 20px 0 0;
}

#mod-about .list-section #history .slick-track {
    margin: 0 auto;
}

#mod-about .list-section #lead {
    padding-top: 20px;
    margin-top: 10px;
}

#mod-about .list-section #lead .content .line.line-department {
    margin: 20px 0 30px;
}

#mod-about .list-section #lead .item-department h3 {
    text-transform: uppercase;
    color: var(--blue-color);
    font-family: "Roboto";
    font-weight: 700;
}

#mod-about .list-section #lead .item-container {
    max-width: 100%;
    width: 33.33333%;
    padding: 0 15px 20px;
}

#mod-about .list-section #lead .item {
    display: flex;
    align-items: flex-start;
    background: #d9dadc;
    height: 220px;
    width: 377px;
    overflow-y: hidden;
}

#mod-about .list-section #lead .item a {
    outline: 0;
}

#mod-about .list-section #lead .item h4.title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

#mod-about .list-section #lead .item .avatar {
    align-self: flex-end;
    width: 40%;
    max-width: 155px;
}

#mod-about .list-section #lead .item .avatar img {
    width: 100%;
}

#mod-about .list-section #lead .item .info {
    width: 60%;
    padding: 10px;
    align-self: center;
}

#mod-about .list-section #lead .item .desc,
#mod-about .list-section #lead .item .desc p {
    font-size: 13px;
    line-height: 1.2;
}

#mod-about .list-section #lead .item .job {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 5px;
}

#mod-about .list-section #lead .item .line-v {
    width: 100%;
    height: 1px;
    background: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

#mod-about .list-section #lead .item .mr-ms {
    font-size: 14px;
    line-height: 1.2;
}

#mod-about .list-section #lead .list-other {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#mod-about .list-section #quymo {
    margin-top: 65px;
}

#mod-about .list-section #quymo #info-tapdoan {
    position: relative;
}

#mod-about .list-section #quymo #info-tapdoan .container {
    position: relative;
    height: 100%;
    padding: 0;
}

#mod-about .list-section #quymo #info-tapdoan h2,
#mod-about .list-section #quymo #info-tapdoan p {
    margin: 0;
}

#mod-about .list-section #quymo #info-tapdoan .text-tapdoan {
    width: 100%;
}

#mod-about .list-section #quymo #info-tapdoan .line {
    background: var(--blue-color);
}

#mod-about .list-section #quymo #info-tapdoan .content {
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

#mod-about .list-section #quymo #info-tapdoan .content h2.h2Title {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-about .list-section #quymo #info-tapdoan .content p {
    color: var(--blue-color);
    line-height: 20px;
}

#mod-about .list-section #quymo #info-tapdoan .content .desc {
    max-width: 1010px;
    width: 100%;
    margin: 15px auto 0;
    padding: 0 20px;
    line-height: 26px;
}

#mod-about .list-section #quymo #info-tapdoan .content .logo {
    padding-top: 30px;
}

#mod-about .list-section #quymo #info-tapdoan .content .logo img {
    margin: 0 auto;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-doc1 {
    width: 3px;
    height: 50px;
    background: var(--blue-color);
    margin: 0 auto;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-ngang1 {
    width: 588px;
    height: 3px;
    margin: 0 auto;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-ngang1 .line-in {
    width: 100%;
    height: 3px;
    background: var(--blue-color);
}

#mod-about .list-section #quymo #info-tapdoan .content .line-col {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-col .line-doc1 {
    height: 86px;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-col .line-left {
    float: left;
}

#mod-about .list-section #quymo #info-tapdoan .content .line-col .line-right {
    float: right;
}

#mod-about .list-section #quymo #info-tapdoan .content .row {
    overflow: hidden;
    margin: 0;
}

#mod-about .list-section #quymo #info-tapdoan .text {
    background: var(--blue-color);
    text-align: center;
    padding: 10px;
}

#mod-about .list-section #quymo #info-tapdoan .text p {
    color: #fff;
    text-transform: uppercase;
}

#mod-about .list-section #quymo #info-tapdoan .row .content-text {
    border: 1px solid #959595;
}

#mod-about .list-section #quymo #info-tapdoan .row .content-text .text {
    background: #fff;
    border-bottom: 1px solid #959595;
    position: relative;
}

#mod-about .list-section #quymo #info-tapdoan .row .content-text .text:last-child {
    border-bottom: none;
}

#mod-about .list-section #quymo #info-tapdoan .row .content-text .text p {
    color: var(--blue-color);
    font-size: 15px;
    text-transform: none;
}

#mod-about .list-section #quymo #info-tapdoan .sub {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 395px;
    margin-top: -57px;
}

#mod-about .list-section #quymo #info-tapdoan .sub .content-in {
    width: 270px;
    float: left;
    border: 1px solid #959595;
}

#mod-about .list-section #quymo #info-tapdoan .sub .dom {
    display: block;
    float: left;
    margin-top: 28px;
}

#mod-about .list-section #quymo #info-tapdoan .sub .text {
    padding: 15px 10px;
}

#mod-about .list-section #quymo #logo {
    margin: 40px 0;
    position: relative;
    display: none;
}

#mod-about .list-section #quymo #logo .col-md-3 {
    margin-bottom: 20px;
    position: initial;
}

#mod-about .list-section #quymo #logo .item {
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

#mod-about .list-section #quymo #logo .item:hover .text {
    background: var(--blue-color);
}

#mod-about .list-section #quymo #logo .item:hover p {
    color: #fff;
}

#mod-about .list-section #quymo #logo .item.active .text {
    background: var(--blue-color);
}

#mod-about .list-section #quymo #logo .item.active p {
    color: #fff;
}

#mod-about .list-section #quymo #logo .item p {
    font-family: "Roboto";
    font-size: 14px;
    color: #2c2f3c;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}

#mod-about .list-section #quymo #logo .item .text {
    width: 100%;
    height: 55px;
    display: table;
    border-top: 1px solid #e2e2e2;
}

#mod-about .list-section #quymo #logo .item .img {
    text-align: center;
    width: 100%;
    height: 130px;
    display: table;
    vertical-align: middle;
}

#mod-about .list-section #quymo #logo .item img {
    margin: 0 auto;
}

#mod-about .list-section #quymo #logo .detail {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #ededed;
    width: 100%;
    height: 330px;
    display: none;
}

#mod-about .list-section #quymo #logo .detail.active {
    display: block;
}

#mod-about .list-section #quymo #logo .detail .container {
    position: relative;
}

#mod-about .list-section #quymo #logo .detail .logo {
    width: 18%;
    height: 170px;
    background: #fff;
    border: 2px solid #aeb6ab;
    text-align: center;
    float: left;
    display: table;
    margin-top: 80px;
}

#mod-about .list-section #quymo #logo .detail .logo p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px;
}

#mod-about .list-section #quymo #logo .detail .logo img {
    width: 100%;
}

#mod-about .list-section #quymo #logo .detail img {
    margin: 0 auto;
}

#mod-about .list-section #quymo #logo .detail .text-detail {
    float: left;
    width: 81%;
    height: 330px;
    padding-left: 70px;
    display: table;
}

#mod-about .list-section #quymo #logo .detail .text-detail p {
    font-family: "Roboto";
    font-size: 14px;
    color: #2c2f3c;
    font-weight: 400;
    font-style: normal;
}

#mod-about .list-section #quymo #logo .detail .text-detail a {
    font-family: "Roboto";
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
}

#mod-about .list-section #quymo #logo .detail .vertical {
    display: table-cell;
    vertical-align: middle;
}

#mod-about .list-section #quymo #logo .detail .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-family: "Roboto";
    font-size: 12px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

#mod-about .list-section #quymo #logo .detail .icon-close img {
    padding-left: 5px;
}

#mod-about #works {
    text-align: center;
    padding: 40px 0;
}

#mod-about #works h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: #2c2b2b;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

#mod-about #works p {
    font-family: "Roboto";
    font-size: 14px;
    color: #646464;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 0;
}

#mod-about #works .img-thumb {
    opacity: 0;
    filter: alpha(opacity=0);
}

#mod-about #works .slider-work {
    margin: 30px 0 40px;
}

#mod-about #works .slick-list {
    margin: 0 -5px;
}

#mod-about #works .item {
    margin: 0 5px;
    position: relative;
}

#mod-about #works .item a {
    background-size: cover !important;
    display: block;
}

#mod-about #works .video-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
}

#mod-about #works .video-clip img {
    display: inline-block;
}

#mod-about #works .video-clip .display {
    display: table;
    width: 100%;
    height: 100%;
}

#mod-about #works .video-clip .middle {
    vertical-align: middle;
    display: table-cell;
}

#mod-about #works .video-clip .middle span {
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-top: 10px;
}

#popup-leader {
    background: #fff;
    max-width: 700px;
    padding: 10px;
    margin: 0 auto;
}

#popup-leader .avatar {
    float: left;
    width: 25%;
}

#popup-leader .avatar img {
    max-width: 170px;
    border-radius: 50%;
    border: 1px #000 solid;
    margin: 30px auto;
}

#popup-leader .content {
    float: right;
    width: 74%;
    padding: 5px;
}

#popup-leader .content .desc {
    text-align: left !important;
    padding-top: 15px;
}

#popup-leader .content h4 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 5px;
}

#popup-leader .content span {
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 10px;
}

#popup-leader .content p {
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    font-style: normal;
    line-height: 20px;
    font-weight: 300;
}

#scrollTop{
    width: 66px;
    height: 66px;
    background: var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.albumDetail .banner img{
    width: 100%;
}

.albumDetail .imageAlbum {
    margin-bottom: 70px;
}

.albumDetail .imageAlbum img{
    width: 100%;
}

.albumDetail .imageAlbum .slick-dots{
    bottom: -25px;
}

.albumDetail .imageAlbum .slick-dots li,.albumDetail .imageAlbum .slick-dots li button{
    width: 25px;
    height: 3px;
}

.albumDetail .imageAlbum .slick-dots li button{
    margin: 0 8px;
    border-radius: 0;
    padding: 0;
}

.albumDetail>.content{
    padding-top: 80px;
}

.sevenLinkGoDuAn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 30px 0px;
}

.sevenLinkGoDuAn {
    border-top: 1px solid #707070;
    margin: 15px 0px;
    padding: 25px 0px;
    font-size: 17px;
    color: #707070;
}

.sevenTextNote {
    font-style: italic;
    font-size: 14px;
    margin-top: 30px;
    color: #707070;
    line-height: 1.8;
}

div.text-link span {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 16px;
    color: #ee2031;
    font-size: 16px;
    font-weight: bold;
}

div.text-link.small a{
    text-decoration: none;
}

div.text-link.small:hover svg {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transition: shadow 550ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1), fill 250ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

div.text-link .large-arrow-svg {
    width: 14px;
}

.albumRelated h3{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5727;
    margin-top: 6px;
    margin-bottom: 0;
}

.albumRelated h3 a{
    color: #ee2031;
    text-decoration: none;
}

.albumRelated .item{
    margin-bottom: 32px;
}

@media only screen and (max-width: 1280px) {
    #mod-about .list-section #award .slider-view .slick-prev {
        left: -15px;
    }

    #mod-about .list-section #award .slider-view .slick-next {
        right: -15px;
    }

    #mod-about .list-section #lead .item {
        width: 100%;
    }

    #mod-about .list-section #lead .item .avatar {
        width: 35%;
    }

    #mod-about .list-section #lead .item .avatar img {
        height: 100%;
    }

    #mod-about .list-section #lead .item .info {
        width: 65%;
    }
}
@media only screen and (max-width: 1199px) {
    #mod-about .list-section #quymo #info-tapdoan .sub .dom {
        width: 70px;
        height: 60px;
    }

    #mod-about .list-section #quymo #info-tapdoan .content .line-ngang1 {
        width: 488px;
    }

    #mod-about .list-section #award .slider-view .item-view .text {
        height: 87px;
    }

    /*#mod-about .list-section #about #service .item {*/
    /*    height: 450px;*/
    /*}*/
}
@media only screen and (max-width: 1024px) {
    #mod-about .sub-about {
        display: none;
    }

    #mod-about .list-section #quymo #info-tapdoan .sub .content-in {
        width: 225px;
    }

    /*#mod-about .list-section #about #service .item {*/
    /*    height: 375px;*/
    /*}*/

    #mod-about .list-section #lead .item-container {
        width: 50%;
    }

    #mod-about .list-section #lead .item {
        width: auto;
        max-width: 100%;
    }

    #mod-about .list-section #lead .item .avatar {
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    #mod-about .list-section #history .container {
        width: 100%;
        padding: 0;
    }

    #mod-about .list-section #history .item {
        height: auto;
        margin: 0 15px;
    }

    #mod-about .list-section #history .item .text-item {
        display: block;
    }

    #mod-about .list-section #history .year-large {
        display: block;
        bottom: initial;
        top: 0;
    }

    #mod-about .list-section #history .text-item {
        display: none;
    }

    #mod-about .list-section #history .line-slider {
        top: 50px;
        bottom: initial;
    }

    #mod-about .list-section #history .slider-child {
        display: block;
    }

    #mod-about .list-section #history .slide-history p {
        display: none;
    }

    #mod-about .list-section #history .slide-history .slider-child {
        margin: 90px auto 60px;
    }

    #mod-about .list-section #history .slide-history .slider-child p {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        line-height: 24px;
    }

    #mod-about .list-section #history .block-text {
        display: none;
    }

    #mod-about .list-section #history button.slick-prev {
        left: 0;
    }

    #mod-about .list-section #history button.slick-next {
        right: 0;
    }

    #mod-about .list-section #quymo #logo .detail .text-detail {
        padding-left: 20px;
    }

    #mod-about .list-section #quymo #info-tapdoan .content .logo {
        margin-bottom: 20px;
    }

    #mod-about .list-section #quymo #info-tapdoan .content .line-col,
    #mod-about .list-section #quymo #info-tapdoan .content .line-doc1,
    #mod-about .list-section #quymo #info-tapdoan .content .line-ngang1 {
        display: none;
    }

    #mod-about .list-section #quymo #info-tapdoan .sub {
        position: relative;
        top: initial;
        left: initial;
        margin: 0;
        width: 100%;
    }

    #mod-about .list-section #quymo #info-tapdoan .sub .content-in {
        width: 100%;
        margin-top: 10px;
    }

    #mod-about .list-section #quymo #info-tapdoan .sub .dom {
        display: none;
    }

    #mod-about .list-section #quymo #info-tapdoan .row {
        margin: 0;
    }

    #mod-about .list-section #lead .item-container {
        width: 50%;
    }

    #mod-about .list-section #lead .item {
        width: 100%;
        max-width: 100%;
    }

    #mod-about .list-section #lead .item .avatar {
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    #mod-about .list-section #about .col-md-6 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    #mod-about .list-section #view {
        height: auto;
        background: 0 0;
    }

    #mod-about .list-section #view .container {
        width: 100%;
        padding: 0;
    }

    #mod-about .list-section #view .row {
        margin: 0;
    }

    #mod-about .list-section #view .left {
        width: 100%;
        height: auto;
        float: none;
        padding: 30px 20px;
    }

    #mod-about .list-section #view .right {
        width: 100%;
        height: auto;
        float: none;
        padding: 30px 20px;
        background: url(../images/bg-view-about.jpg) center center no-repeat;
    }

    #mod-about .list-section #quymo #info-tapdoan .container {
        padding: 0;
        width: 100%;
    }

    #mod-about .list-section #quymo #info-tapdoan .history {
        position: relative;
        height: auto;
    }

    #mod-about .list-section #quymo #info-tapdoan .history .item {
        float: left;
        display: block;
        width: 33.33%;
        margin: 0;
        padding: 0;
    }

    #mod-about .list-section #value .infor .left {
        margin-bottom: 20px;
    }

    #mod-about .list-section #lead .item,
    #mod-about .list-section #lead .item-container {
        width: 100%;
    }
}
@media only screen and (max-width: 670px) {
    #popup-leader {
        position: fixed;
        top: 20%;
        width: 100%;
        left: 0;
    }

    #mod-about .list-section #value .list-value .item {
        max-width: 315px;
        width: 100%;
        min-height: auto;
        display: block;
        margin: 80px auto 0;
    }
}
@media only screen and (max-width: 640px) {
    #mod-about .list-section p {
        line-height: 22px;
    }

    #mod-about .list-section h2.h2Title {
        font-size: 20px;
        line-height: 28px;
    }

    #mod-about .list-section .line {
        margin: 20px auto;
    }

    #mod-about .list-section #about {
        padding: 30px 0;
    }

    #mod-about .list-section #about .line {
        margin: 20px 0;
    }

    #mod-about .list-section #quymo #info-tapdoan .content h2.h2Title {
        font-size: 24px;
    }

    #mod-about .list-section #quymo #info-tapdoan .content p {
        line-height: 22px;
    }

    #mod-about .list-section #quymo #info-tapdoan .history p {
        font-size: 14px;
        line-height: 50px;
    }

    #mod-about .list-section #quymo #logo .detail {
        height: auto;
    }

    #mod-about .list-section #quymo #logo .detail .logo {
        width: 200px;
        margin: 50px auto 0;
        float: none;
    }

    #mod-about .list-section #quymo #logo .detail .text-detail {
        padding: 0 0 20px;
        float: none;
        width: 100%;
        height: auto;
    }

    #mod-about .list-section #quymo #logo .detail .vertical {
        vertical-align: top;
        padding-top: 20px;
    }

    #mod-about .list-section #history {
        padding-top: 30px;
    }

    #mod-about .list-section #history .block-slider {
        margin-top: 20px;
    }

    #mod-about .list-section #award {
        padding: 30px 0;
    }

    #mod-about .list-section #value {
        padding-top: 30px;
    }

    #mod-about .list-section #lead .list-other {
        margin: 0;
    }

    #mod-about .list-section #lead .item {
        max-width: 100%;
        width: 100%;
    }

    #mod-about .list-section #lead .item-container {
        padding: 0 0 20px;
    }
}
@media only screen and (max-width: 536px) {
    #popup-leader .avatar {
        float: none;
        text-align: center;
        width: 100%;
    }

    #popup-leader .avatar img {
        max-height: 160px;
        max-width: 155px;
    }

    #popup-leader .content {
        float: none;
        width: 100%;
    }

    #popup-leader .content h4,
    #popup-leader .content span {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    #mod-about .list-section #quymo #logo .col-md-3 {
        width: 50%;
    }

    #mod-about .list-section #award .slider-view .item-view .text {
        height: 65px;
    }
}
@media only screen and (max-width: 414px) {
    #mod-about .list-section p {
        font-size: 14px;
        line-height: 18px;
    }

    #mod-about .list-section #quymo #info-tapdoan .history .item {
        width: 100%;
        float: none;
    }

    #mod-about .list-section #view .left p {
        font-size: 16px;
        line-height: 22px;
    }

    #mod-about .list-section #lead .item .avatar,
    #mod-about .list-section #lead .item .info {
        width: 100%;
    }
}
@media only screen and (max-width: 384px) {
    #mod-about .list-section #award .slick-list {
        margin: 0;
    }

    #mod-about .list-section #award .slider-view .slick-prev {
        left: -10px;
    }

    #mod-about .list-section #award .slider-view .slick-next {
        right: -10px;
    }

    #mod-about .list-section #quymo #logo .col-md-3 {
        width: 100%;
    }

    #mod-about .list-section #about .col-md-6 {
        padding: 0;
    }

    #mod-about .list-section #value .list-value {
        margin: 0;
    }

    #mod-about .list-section #view .right {
        padding: 30px 10px;
    }
}
#service {
    padding: 80px 0 0;
    flex-wrap: wrap;
}

#service .item {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 60px 20px 20px;
    position: relative;
    /*margin: 0 15px;*/
    /*flex: 25%;*/
    text-decoration: none;
    height: 100%;
}

/*#service .item:first-child {*/
/*    margin-left: 0;*/
/*}*/

/*#service .item:last-child {*/
/*    margin-right: 0;*/
/*}*/

#service .desc {
    min-height: 80px;
}

#service h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #4e4d4d;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

#service p {
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #898989;
    font-style: normal;
    line-height: 20px;
    text-align: justify;
}

#service .line {
    width: 100px;
    height: 4px;
    margin: 10px auto;
    background: var(--blue-color);
}

#service .btn-chung {
    margin-top: 20px;
}

#service .btn-chung a {
    text-transform: initial;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

#service .icon-service {
    display: block;
    position: absolute;
    top: -37px;
    right: 50%;
    margin-right: -35px;
}

@media only screen and (max-width: 1199px) {
    #service h3.title {
        font-size: 16px;
    }

    #service .desc {
        min-height: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    #service {
        text-align: center;
    }

    #service .item {
        width: 100%;
        height: 100%;
        float: none;
        display: inline-block;
        /*margin-bottom: 110px;*/
        vertical-align: top;
    }

    /*#service .item:first-child {*/
    /*    margin-left: 5px;*/
    /*}*/

    /*#service .item:last-child {*/
    /*    margin-right: 5px;*/
    /*}*/

    /*#service .item:nth-child(3),*/
    /*#service .item:nth-child(4) {*/
    /*    margin-bottom: 0;*/
    /*}*/
}
@media only screen and (max-width: 767px) {
    /*#service .item {*/
    /*    width: calc(50% - 10px);*/
    /*}*/

    /*#mod-about .list-section #about .intro_service {*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*#mod-about .list-section #about .intro_service .item {*/
    /*    flex: 100%;*/
    /*    height: auto;*/
    /*}*/

    .sevenTextNote {
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .text-tapdoan img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 670px) {
    #service .desc {
        min-height: initial;
    }

    #service .item {
        /*width: 315px;*/
        /*height: auto !important;*/
        padding-bottom: 20px;
        /*margin-bottom: 60px;*/
    }

}
@media only screen and (max-width: 414px) {
    #service .item {
        /*width: 100%;*/
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #service p {
        min-height: initial;
    }
}
#mod-404 {
    background: url(../images/bg-404.jpg) center center no-repeat;
    background-size: cover;
    padding: 15% 0;
}

#mod-404 h1 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 230px;
    color: #363636;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

#mod-404 p {
    font-family: "Roboto";
    font-size: 30px;
    color: #363636;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

#mod-404 .content {
    width: 100%;
    max-width: 600px;
    margin-left: 150px;
}

@media only screen and (max-width: 1199px) {
    #mod-404 h1 {
        font-size: 140px;
    }

    #mod-404 p {
        font-size: 21px;
    }

    #mod-404 .content {
        max-width: 420px;
    }
}
@media only screen and (max-width: 768px) {
    #mod-404 .content {
        max-width: 320px;
        margin-left: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #mod-404 h1 {
        font-size: 60px;
    }

    #mod-404 p {
        font-size: 16px;
    }

    #mod-404 .content {
        max-width: 220px;
        margin-left: 0;
    }
}
#mod-maintain {
    background: url(../images/bg-404.jpg) center center no-repeat;
    background-size: cover;
    padding: 15% 0;
}

#mod-maintain h1 {
    font-family: Roboto;
    font-weight: 900;
    font-size: 70px;
    color: #363636;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

#mod-maintain p {
    font-family: "Roboto";
    font-size: 30px;
    color: #363636;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

#mod-maintain .content {
    width: 100%;
    max-width: 600px;
    margin-left: 150px;
}

@media only screen and (max-width: 1199px) {
    #mod-maintain h1 {
        font-size: 40px;
    }

    #mod-maintain p {
        font-size: 21px;
    }

    #mod-maintain .content {
        max-width: 420px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    #mod-maintain .content {
        max-width: 320px;
    }
}
@media only screen and (max-width: 480px) {
    #mod-maintain h1 {
        font-size: 30px;
    }

    #mod-maintain p {
        font-size: 16px;
    }

    #mod-maintain .content {
        max-width: 220px;
        margin-left: 0;
    }

    /*#service .item {*/
    /*    !*width: 100%;*!*/
    /*    margin: 0 0 70px;*/
    /*}*/
}
#mod-footer .lien-he-ngay {
    background: #d1d3d4;
    text-align: center;
    padding: 15px 0;
}

#mod-footer .lien-he-ngay span {
    font-family: "Roboto";
    /*font-weight: 700;*/
    font-size: 24px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    padding-right: 30px;
    letter-spacing: 3px;
}

#mod-footer .lien-he-ngay .btn-chung {
    display: inline-block;
}

#mod-footer .lien-he-ngay .btn-chung a {
    width: 138px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    background: var(--blue-color);
    text-transform: none;
}

#mod-footer .logo {
    width: 160px;
    margin: 0;
}

#mod-footer .menu-footer {
    background: #000;
    border-top: 1px solid #474747;
}

#mod-footer .menu-footer .menu {
    float: left;
    padding-top: 15px;
}

#mod-footer .menu-footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mod-footer .menu-footer .menu li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 8px 0 6px;
}

#mod-footer .menu-footer .menu li:first-child {
    padding-left: 0;
}

#mod-footer .menu-footer .menu li:last-child {
    border-right: none;
}

#mod-footer .menu-footer .menu li.active a {
    color: var(--blue-color);
}

#mod-footer .menu-footer .menu a {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#mod-footer .menu-footer .menu a:hover {
    color: var(--blue-color);
}

#mod-footer .menu-footer .menu p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin: 2px 0 0;
}

#mod-footer .menu-footer .list-icon {
    float: right;
}

#mod-footer .menu-footer .list-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}

#mod-footer .menu-footer .list-icon li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

#mod-footer .menu-footer .list-icon li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    border: 1px solid #fff;
    height: 15px;
    margin-top: -7px;
}

#mod-footer .menu-footer .list-icon a {
    cursor: pointer;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#mod-footer .menu-footer .list-icon a:hover {
    color: var(--blue-color);
}

#mod-footer .menu-footer .list-icon a:last-child {
    margin-right: 0;
}

#mod-footer .source {
    background: #272727;
    border-top: 1px solid #3b3b3b;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

#mod-footer .source .bg-other {
    width: 38%;
    height: 100%;
    background: var(--blue-color);
    position: absolute;
    top: 0;
    left: 0;
}

#mod-footer .source .container {
    z-index: 1;
    position: relative;
    display: flex;
}

#mod-footer .source p {
    font-family: "Roboto";
    font-size: 13px;
    line-height: 1.8em;
    color: #fff;
    font-style: normal;
    margin: 0;
}

#mod-footer .source strong {
    font-family: "Roboto";
    text-transform: uppercase;
}

#mod-footer .source span {
    color: var(--blue-color);
}

#mod-footer .source .text {
    margin-top: 35px;
}

#mod-footer .source .left {
    float: left;
    padding: 40px 0;
}

#mod-footer .source .right {
    order: 2;
    background: #272727;
    padding: 40px 0;
}

#mod-footer .source .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mod-footer .source .right li {
    margin-bottom: 10px;
}

#mod-footer .source .right li.active a {
    color: var(--blue-color);
}

#mod-footer .source .right a {
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

#mod-footer .source .right a:hover {
    color: var(--blue-color);
}

#mod-footer .source .right .item {
    float: left;
    margin-left: 50px;
}

#mod-footer .source .line {
    width: 136px;
    height: 2px;
    background: var(--blue-color);
    margin: 5px 0 10px;
}

#mod-footer .source.mobile {
    display: none;
}

#mod-footer.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1366px) {
    #mod-footer .source p {
        line-height: 21px;
    }
}
@media only screen and (max-width: 1199px) {
    #mod-footer .source .right .item {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 991px) {
    #mod-footer .logo {
        text-align: center;
        width: auto;
    }
    #mod-footer .logo img {
        margin: auto;
        width: 100px;
    }

    #mod-footer .source {
        display: none;
    }

    #mod-footer .source .container {
        padding: 0;
        display: block;
    }

    #mod-footer .source .bg-other {
        display: none;
    }

    #mod-footer .source .left {
        width: 100%;
        background: var(--blue-color);
        padding: 20px;
    }

    #mod-footer .source .right {
        width: 100%;
        float: none;
        padding: 40px 45px;
    }

    #mod-footer .source .right .item {
        float: none;
        margin: 0;
    }

    #mod-footer .source .right .item.active {
        margin-bottom: 40px;
    }

    #mod-footer .source .right .item.active strong {
        background: url(../img/menu-up.png) right 10px no-repeat;
    }

    #mod-footer .source .right .item:nth-child(4) {
        margin-bottom: 0 !important;
    }

    #mod-footer .source .right a {
        font-size: 16px;
        line-height: 22px;
    }

    #mod-footer .source .right ul {
        display: none;
    }

    #mod-footer .source .right strong {
        background: url(../img/menu-down.png) right 10px no-repeat;
        cursor: pointer;
    }

    #mod-footer .source .line {
        width: 100%;
    }

    #mod-footer .source strong {
        display: inline-block;
        width: 100%;
    }

    #mod-footer .source .block {
        display: inline-block;
        padding: 0 2px;
    }

    #mod-footer .source.mobile {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #mod-footer .lien-he-ngay span {
        display: block;
        padding: 0;
        line-height: 28px;
    }

    #mod-footer .lien-he-ngay .btn-chung {
        margin-top: 10px;
    }

    #mod-footer .menu-footer .menu {
        float: none;
    }

    #mod-footer .menu-footer .menu a,
    #mod-footer .menu-footer .menu p {
        font-size: 16px;
    }

    #mod-footer .menu-footer .menu p {
        margin-top: 10px;
    }

    #mod-footer .menu-footer .list-icon {
        float: none;
        margin-top: 20px;
    }

    #mod-footer .left {
        padding-bottom: 30px;
    }
    #mod-footer .left p, #mod-footer .left strong, #mod-footer .left span {
        font-size: 13px;
        line-height: 1.7em;
        color: #ffffff;
    }
    #mod-footer .left a, #mod-footer .left a:visited {
        color: #fff;
    }
    #mod-footer .left strong {
        display: inline;
    }
}
@media only screen and (max-width: 480px) {
    #mod-footer .menu-footer .menu a,
    #mod-footer .menu-footer .menu p {
        font-size: 12px;
    }

    /*#mod-footer #scrollTop {*/
    /*    width: 30px;*/
    /*}*/

    /*#mod-footer #scrollTop img {*/
    /*    max-width: 100%;*/
    /*}*/
}
@media only screen and (max-width: 414px) {
    #mod-footer .source .left,
    #mod-footer .source .right {
        padding: 10px;
    }
}
@media only screen and (max-width: 360px) {
    #mod-footer .lien-he-ngay span {
        line-height: 20px;
        font-size: 18px;
    }

    #mod-footer .menu-footer .menu li {
        padding: 0 5px 0 4px;
    }
}
#mod-paging {
    text-align: right;
    margin-top: 25px;
}

#mod-paging ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mod-paging li {
    display: inline-block;
    margin: 0 2px 5px;
}

#mod-paging li.active a {
    color: #fff;
    background: var(--blue-color);
}

#mod-paging a {
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    color: #7b7b7b;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    background: #ebebeb;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#mod-paging a:hover {
    color: #fff;
    background: var(--blue-color);
}

#mod-paging a.bg-none {
    color: #7b7b7b;
}

.tapdoan-history {
    background: var(--blue-color);
    width: 100%;
    height: 85px;
    line-height: 82px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
}

.tapdoan-history strong {
    font-family: Roboto;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

.tapdoan-history img {
    padding-right: 13px;
    position: relative;
    top: -5px;
}

.tapdoan-history .item {
    display: inline-block;
    padding: 0 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .tapdoan-history {
        font-size: 14px;
    }

    .tapdoan-history strong {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .tapdoan-history {
        font-size: 12px;
    }

    .tapdoan-history .item {
        padding: 0 10px;
    }

    .tapdoan-history img {
        width: 40px;
    }

    .tapdoan-history strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .tapdoan-history {
        position: relative;
        padding: 5px 35px;
        height: auto;
        line-height: 50px;
        font-size: 20px;
        text-align: left;
        margin: 0;
    }

    .tapdoan-history .item {
        display: block;
        padding: 5px 0;
    }

    .tapdoan-history strong {
        font-size: 32px;
    }

    .tapdoan-history img {
        padding-right: 0;
        margin-right: 10px;
    }
}
/*@media only screen and (max-width: 767px) {*/
/*    #service .item{*/
/*        flex: 50%;*/
/*    }*/
/*}*/

@media only screen and (max-width: 640px) {
    .tapdoan-history {
        font-size: 14px;
    }

    .tapdoan-history strong {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    /*#service .item{*/
    /*    flex: 100%;*/
    /*}*/

    #service>div:not(:last-child){
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 384px) {
    .tapdoan-history {
        padding: 5px 10px;
    }
}
#slider-project {
    margin: 57px 0;
}
#slider-project .item {
    margin: 0 15px 1px;
}
#slider-project .item .img img {
    width: 100%;
}
#slider-project .slider-special {
    margin: 30px 0 0;
    text-align: center;
}
#slider-project .slider-special h3 {
    margin-top: 0;
}
#slider-project .slider-special h3 a {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: var(--blue-color);
    font-style: normal;
    text-transform: uppercase;
    background: #f9f9f9;
}
#slider-project .top {
    background: #f9f9f9;
    padding-bottom: 20px;
}
#slider-project a {
    color: #000;
}
#slider-project .top p {
    font-family: "Roboto";
}
#slider-project .top .desc {
    padding: 20px 15px;
    text-align: center;
}
#slider-project .top .thumbnail {
    margin-bottom: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
}
#slider-project .top .desc img {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: -2px;
}
#slider-project .top .price strong {
    font-size: 33px;
}
#slider-project .top .location {
    line-height: 1.5em;
    min-height: 3em;
}
#slider-project .bottom .read {
    text-align: center;
}
#slider-project .bottom a {
    text-decoration: none;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    background: var(--blue-color);
    padding: 10px 15px;
    width: 100%;
}
#slider-project .bottom a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media only screen and (max-width: 1199px) {
    #slider-project .bottom .price strong {
        font-size: 20px;
    }

    #slider-project button.slick-prev {
        left: -10px;
    }

    #slider-project button.slick-next {
        right: -10px;
    }
}
@media only screen and (max-width: 1023px) {
    #slider-project .slider-special {
        margin: 20px 0 0;
    }

    #slider-project .item {
        margin: 0 5px 1px;
    }

    #slider-project button {
        top: 27%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    #slider-project .slider-special {
        margin: 20px 0 0 0;
    }

    #slider-project .item {
        margin: 0 20px 1px;
    }
}

/*@media (min-width: 768px) and (max-width: 1199px) {*/
/*    #service .item{*/
/*        max-width: 33.33%;*/
/*    }*/
/*}*/

@media (min-width: 576px) and (max-width: 767px) {
    /*#service .item{*/
    /*    max-width: 50%;*/
    /*}*/
    #service>div{
        width: 50%;
    }
    #service>div:nth-child(3),#service>div:nth-child(4) {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    #slider-project .slider-special h3 {
        font-size: 14px;
    }

    #slider-project .top p {
        height: initial;
    }

    #slider-project .top .price {
        font-size: 16px;
    }

    #slider-project .top .price strong {
        font-size: 22px;
    }
}
@media only screen and (max-width: 568px) {
    #slider-project .item {
        margin: 0 10px 1px;
    }
}
#slider-img-project {
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

#slider-img-project h2.h2Title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

#slider-img-project .slide-project {
    margin-top: 20px;
}

#slider-img-project .item {
    margin: 0 15px;
}

#slider-img-project .item img {
    width: 100%;
}

#slider-img-project .slick-prev {
    left: 0;
}

#slider-img-project .slick-next {
    right: 0;
}

@media only screen and (max-width: 384px) {
    #slider-img-project .item {
        margin: 0 5px;
    }
}
#banner-common {
    overflow: hidden;
}

#banner-common .item {
    position: relative;
    text-align: center;
    cursor: pointer;
}

#banner-common .item .slider-banner {
    margin: 0;
}

#banner-common .item .slider-banner .slick-dots {
    bottom: 20px;
    z-index: 2;
}

#banner-common .item .banner {
    padding-bottom: 122.8215767635%;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner-common .item .banner img {
    opacity: 0;
    filter: alpha(opacity=0);
}

#banner-common .mCustomScrollbar {
    height: 95%;
    padding: 20px 20px 0;
}

#banner-common .banner-in {
    display: block;
    margin-bottom: 20px;
}
#banner-common .banner-in .readmore {
    display: block;
    line-height: 40px;
    background: var(--blue-color);
    color: #fff;
    text-decoration: none;
}

.banners__title {
    font-weight: 700;
    text-align: left;
    margin: 70px 0 30px;
}
.banners-list {
    margin-bottom: 50px;
}

#banner-common .banner-in.active .information,
#banner-common .banner-in:hover .information {
    color: var(--blue-color);
}

#banner-common .banner-in.active .line,
#banner-common .banner-in:hover .line {
    background: var(--blue-color);
}

#banner-common .banner-in.text-html {
    text-align: left;
}

#banner-common .banner-in.text-html .desc {
    text-align: justify;
}

#banner-common .banner-in.text-html h1.h1Title {
    font-family: Roboto;
    font-weight: 300;
    color: #0F0F0F;
}

#banner-common .banner-in.text-html p {
    font-family: Roboto;
    font-weight: 300;
    color: #222;
}

#banner-common .banner-in.text-html p.topDec {
    font-family: Roboto-Regular;
}

#banner-common .banner-in.text-html .line {
    margin: 20px 0;
    background: var(--blue-color);
}

#banner-common .item1 .line {
    background: #fff;
    margin: 20px auto;
    width: 80px;
    height: 1px;
}

#banner-common .information {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#banner-common .information p {
    margin: 20px 0 0;
}

#banner-common .information .done-active {
    display: none;
}

#banner-common .content-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#banner-common .popup-project {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    display: none;
}

#banner-common .popup-project .content {
    text-align: left;
    padding: 50px 20px;
}

#banner-common .popup-project .table {
    margin: 0;
}

#banner-common .popup-project .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}

#banner-common .popup-project h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 30px;
    text-transform: uppercase;
}

#banner-common .popup-project p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 36px;
}

#banner-common .popup-project a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    color: #c50009;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

#banner-common .desc-project {
    width: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
    float: left;
    position: relative;
}

#banner-common .desc-project .content {
    width: 400px;
    height: 100%;
    margin: 0 auto;
    display: table;
    text-align: left;
}

#banner-common .desc-project .table {
    display: table-cell;
    vertical-align: middle;
}

#banner-common .desc-project .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}

#banner-common .desc-project h2 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 30px;
    text-transform: uppercase;
}

#banner-common .desc-project p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    color: #555;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 36px;
}

#banner-common .desc-project a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    color: #c50009;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

#mod-template {
    padding: 15px;
}

#mod-template .h2Title,
#mod-template h1 {
    font-size: 30px;
}

#mod-template .content .desc li,
#mod-template .content .desc p {
    font-family: "Roboto";
    font-size: 16px;
    color: #383838;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}

#mod-template .contact .title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: var(--blue-color);
    font-weight: 400;
    font-style: normal;
    margin: 0 0 18px;
    text-transform: uppercase;
}

#mod-template .contact .sub-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 18px;
    text-transform: uppercase;
}

#mod-template .contact .content-left {
    float: left;
    width: 30%;
}

#mod-template .contact .content-right {
    float: left;
    width: 30%;
    margin-left: 20px;
}

#mod-template .contact .form {
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.9);
    padding: 0 75px;
}

#mod-template .contact label {
    font-family: "Roboto";
    font-size: 18px;
    color: #333;
    font-style: normal;
    margin: 0;
    width: 100%;
    padding-top: 6px;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

#mod-template .contact .bg-input {
    background: #fff;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
}

#mod-template .contact .bg-input input {
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    height: 40px;
}

#mod-template .contact .bg-select {
    background: #fff;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
}

#mod-template .contact .bg-select select {
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    width: 100%;
}

#mod-template .contact .textarea {
    background: #fff;
    width: 100%;
    height: 225px;
    padding: 15px;
    border: 1px solid #999;
    border-radius: 3px;
}

#mod-template .contact .textarea textarea {
    background: 0 0;
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

#mod-template .contact .btn-chung {
    float: right;
}

#mod-template .contact .btn-chung a {
    width: 170px;
    height: 40px;
    background: var(--blue-color);
    font-size: 18px;
    line-height: 40px;
}

#mod-template .line {
    width: 250px;
}

@media only screen and (max-width: 1024px) {
    #mod-template .contact .content-left {
        float: left;
        width: 50%;
    }

    #mod-template .contact .content-right {
        float: left;
        width: 40%;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 768px) {
    #mod-template .contact .content-left {
        float: none;
        width: 100%;
    }

    #mod-template .contact .content-right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
body,
html {
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    font-family: "Roboto", sans-serif;
}

p {
    font-size: 14px;
}

.TTCPMain {
    width: 100% !important;
}

.TTCP {
    background: none !important;
}

.fancybox-margin {
    margin: 0 !important;
    overflow: initial !important;
}

.view-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.mainView {
    height: 100%;
}

.table-responsive {
    overflow-x: inherit;
}

.module {
    height: 100%;
    padding-top: 70px;
}

.block {
    display: block;
}

.line {
    width: 100px;
    height: 4px;
    background: var(--blue-color);
    margin: 30px 0;
}

.none_margin {
    margin: 0;
}

.none_padding {
    padding: 0;
}

.none_border {
    border: none !important;
}

.none_border:before {
    content: none !important;
}

.btn-chung a {
    background: var(--blue-color);
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.header-iframe {
    overflow: hidden;
    width: 100%;
}

#style-title span {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    padding: 0 18px;
    background: var(--blue-color);
    height: 40px;
    text-transform: uppercase;
    float: left;
}

#style-title img {
    vertical-align: top;
}

.slick-slider button:before {
    display: none;
}

.slick-slider button.slick-prev {
    background: url(../img/icon-prev.jpg) left top no-repeat;
    left: -15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 1px 1px 1px 0 #999;
}

.slick-slider button.slick-next {
    background: url(../img/icon-next.jpg) left top no-repeat;
    right: -15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 1px 1px 0 #999;
}

.slick-slider button.slick-disabled {
    display: none !important;
}

.slick-slider .slick-dots {
    margin: 0;
}

.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-slider .slick-dots button {
    background: #c6c6c6;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0;
}

.slick-slider .slick-dots button:before {
    display: none;
}

.slick-slider .slick-dots .slick-active button,
.slick-slider .slick-dots button:hover {
    background: var(--blue-color);
}

.bg-none {
    background: none !important;
}

#banner {
    background-size: cover !important;
    width: 100%;
    height: 400px;
    display: table;
}

#banner .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#banner .text h1 {
    color: var(--blue-color);
}

#banner .text .line {
    background: var(--blue-color);
    width: 133px;
    height: 4px;
    margin: 10px auto 0;
}

.magazines-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.magazines-container .h1Title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.3em;
}
.magazines-container .h1Title:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    display: inline-block;
    content: "";
    width: 50px;
    height: 5px;
    background: var(--blue-color);
}

.magazine-list .magazine {
    margin-bottom: 30px;
}
.magazine-list img {
    max-width: 100%;
}
.magazine-list .title {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}
.magazine-list .title a {
    color: #555;
}

@media only screen and (max-width: 1199px) {
    #banner {
        height: 350px;
    }
}
@media only screen and (max-width: 1023px) {
    html {
        overflow: auto;
    }
}
@media only screen and (max-width: 767px) {
    .header-iframe {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    #banner {
        height: 220px;
    }
}
@media only screen and (max-width: 384px) {
    .slick-slider button.slick-next {
        right: -10px;
    }

    .slick-slider button.slick-prev {
        left: -10px;
    }
}
.messages-error,
.messages-error-summary {
    color: red;
}

.loading-btn {
    position: relative;
}

.loading-btn span {
    visibility: hidden;
}

.loading-btn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 20px;
    margin: -10px 0 0 -20px;
    transition: 200ms linear opacity;
}

.loading-btn .bar.ng-enter,
.loading-btn .bar.ng-leave.ng-leave-active {
    opacity: 0;
}

.loading-btn .bar.ng-enter.ng-enter-active,
.loading-btn .bar.ng-leave {
    opacity: 1;
}

.loading-btn .bar > div {
    width: 4px;
    height: 20px;
    margin: 0 1px 0 0;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    animation: stretchDelay 0.9s infinite ease-in-out;
}

.loading-btn .bar .rect2 {
    animation-delay: -0.8s;
}

.loading-btn .bar .rect3 {
    animation-delay: -0.7s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 200ms linear opacity;
    z-index: 500;
}

#loading.ng-enter,
#loading.ng-leave.ng-leave-active {
    opacity: 0;
}

#loading.ng-enter.ng-enter-active,
#loading.ng-leave {
    opacity: 1;
}

#loading .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 30px;
    margin: -15px 0 0 -25px;
}

#loading .bar > div {
    width: 5px;
    height: 30px;
    margin: 0 1px 0 0;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    animation: stretchDelay 0.9s infinite ease-in-out;
}

#loading .bar .rect2 {
    animation-delay: -0.8s;
}

#loading .bar .rect3 {
    animation-delay: -0.7s;
}

#loading .bar .rect4 {
    animation-delay: -0.6s;
}

#loading .bar .rect5 {
    animation-delay: -0.5s;
}

@media screen and (max-width: 767px) {
    #header .menu-mobile .list-menu > ul > li {
        position: relative;
    }
    #header .menu-mobile .list-menu > ul > li a {
        display: inline-block;
    }
    #header .menu-mobile .list-menu > ul > li .fa-angle-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    .albumRelated{
        margin-top: 60px;
    }

    #mod-contact #info .item:nth-child(2n+1){
        clear: left;
    }
}

/*# sourceMappingURL=main.css.map */
