@charset "UTF-8";
@font-face {
    font-family: 'SVNProductSansBold';
    src: url("../fonts/SVNProductSansBold.eot");
    src: url("../fonts/SVNProductSansBold.eot") format("embedded-opentype"), url("../fonts/SVNProductSansBold.woff2") format("woff2"), url("../fonts/SVNProductSansBold.woff") format("woff"), url("../fonts/SVNProductSansBold.ttf") format("truetype"), url("../fonts/SVNProductSansBold.svg#SVNProductSansBold") format("svg");
}

@font-face {
    font-family: 'SVNProductSansRegular';
    src: url("../fonts/SVNProductSansRegular.eot");
    src: url("../fonts/SVNProductSansRegular.eot") format("embedded-opentype"), url("../fonts/SVNProductSansRegular.woff2") format("woff2"), url("../fonts/SVNProductSansRegular.woff") format("woff"), url("../fonts/SVNProductSansRegular.ttf") format("truetype"), url("../fonts/SVNProductSansRegular.svg#SVNProductSansRegular") format("svg");
}

@font-face {
    font-family: "Avo";
    src: url("../fonts/utm-avo.eot");
    src: url("../fonts/utm-avo.eot#iefix") format("embedded-opentype"), url("../fonts/utm-avo.woff") format("woff"), url("../fonts/utm-avo.ttf") format("truetype"), url("../fonts/utm-avo.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avo_bold";
    src: url("../fonts/utm-avobold.eot");
    src: url("../fonts/utm-avobold.eot#iefix") format("embedded-opentype"), url("../fonts/utm-avobold.woff") format("woff"), url("../fonts/utm-avobold.ttf") format("truetype"), url("../fonts/utm-avobold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

*:focus {
    outline: none;
}

.fixed-mb {
    display: none;
}

.content-detail {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.title-main {
    font-size: 22px;
    font-weight: 800;
    color: #003362;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    text-align: center;
}

.title-main span {
    border-bottom: 2px solid;
}

.fa-zalo {
    background: url(../images/zalo.svg)no-repeat center center;
    background-size: 55% !important;
}

.techno-single-icon-inner a i:hover.fa-zalo {
    background: var(--color-main) url(../images/zalo-hover.svg)no-repeat center center;
}


/* Main */

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
}

:root {
    --color-red: #e80003;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #bcbcbc;
    --body-bg-color: #1a1c1d;
    --text-color: #aaaebc;
    --hr-color: #26292a;
    --transition-duration: 0.3s;
    --transition-delay: 0.2s;
    --red: #e74c3c;
    --color-main: #cca174;
    --bg-hover: #a36628;
}

body {
    font-size: 14px;
    background: #fff;
    font-family: "Avo", "Avo_bold", sans-serif;
    overflow-x: hidden;
    color: #444444;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrapper-header {
    position: relative;
}

.title-global {
    margin-bottom: 30px;
}

.title-global h3 {
    font-size: 35px;
    color: #2c3e50;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 123;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: -webkit-linear-gradient(top, #000, transparent);
    background: -o-linear-gradient(top, #000, transparent);
    background: linear-gradient(to bottom, #000, transparent);
    padding: 20px 0;
}

.header.fixed {
    position: fixed;
    padding: 10px 0;
}

.header.fixed .menu ul li a {
    padding: 10px;
}

.logo-header {
    display: block;
}

.logo-header img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.search:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 1px;
    background: #9a9a9a;
    margin: auto;
    content: '';
}

.active .__search {
    max-width: 1000px;
    visibility: visible;
    opacity: 1;
}

.__search {
    position: relative;
    width: 100%;
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    visibility: hidden;
    opacity: 0;
}

.__search input {
    border: none;
    height: 50px;
    padding: 0 10px;
    font-size: 25px;
    color: #fff;
    background: transparent;
    width: 100%;
}

.__search input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.__search input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.__search input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.__search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.__search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.__search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.__search ._bnt {
    background: url(../images/icon-search.png) no-repeat top center;
    position: absolute;
    top: 0;
    right: 10px;
    width: 16px;
    height: 16px;
    bottom: 0;
    margin: auto;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.menu ul {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu ul li {
    list-style: none;
    position: relative;
    margin-left: 15px;
}

.menu ul li a {
    display: block;
    color: #fff;
    padding: 10px;
}

.menu ul li a .border-p {
    position: absolute;
    left: 0;
    background: transparent;
    -webkit-transition: -webkit-transform var(--transition-duration) ease-in-out;
    transition: -webkit-transform var(--transition-duration) ease-in-out;
    -o-transition: transform var(--transition-duration) ease-in-out;
    transition: transform var(--transition-duration) ease-in-out;
    transition: transform var(--transition-duration) ease-in-out, -webkit-transform var(--transition-duration) ease-in-out;
}

.menu ul li a .border-p-top,
.menu ul li a .border-p-bottom {
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.menu ul li a .border-p-left,
.menu ul li a .border-p-right {
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.menu ul li a .border-p-top,
.menu ul li a .border-p-left,
.menu ul li a .border-p-right {
    top: 0;
}

.menu ul li a .border-p-bottom {
    bottom: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.menu ul li a .border-p-top {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.menu ul li a .border-p-left {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.menu ul li a .border-p-right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.menu ul li a:hover .border-p-top,
.menu ul li a:hover .border-p-bottom {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background: var(--color-main);
}

.menu ul li a:hover .border-p-left,
.menu ul li a:hover .border-p-right {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    background: var(--color-main);
}

.menu ul li a:hover .border-p-right {
    -webkit-transition-delay: var(--transition-delay);
    -o-transition-delay: var(--transition-delay);
    transition-delay: var(--transition-delay);
}

.menu ul li a:hover .border-p-bottom {
    -webkit-transition-delay: calc(var(--transition-delay) * 2);
    -o-transition-delay: calc(var(--transition-delay) * 2);
    transition-delay: calc(var(--transition-delay) * 2);
}

.menu ul li a:hover .border-p-left {
    -webkit-transition-delay: calc(var(--transition-delay) * 3);
    -o-transition-delay: calc(var(--transition-delay) * 3);
    transition-delay: calc(var(--transition-delay) * 3);
}

.menu ul li h2 {
    font-family: 'Avo_bold', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-weight: normal;
}

.menu ul li:hover a {
    text-decoration: none;
}

.menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.menu ul li ul {
    position: absolute;
    top: 130%;
    left: 0;
    min-width: 250px;
    display: block;
    background: #353434;
    z-index: 1234;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu ul li ul li {
    margin: 0;
    padding-left: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu ul li ul li:hover {
    background: #000;
}

.modal-header {
    background: var(--color-main);
    color: #fff;
}

.dkntmodal {
    max-width: 550px;
    overflow: hidden;
}

.dkntmodal .tit {
    font-weight: bold;
    font-size: 27px;
    background: var(--color-main);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
}

.dkntmodal p {
    padding: 10px 10px 0 10px;
    font-size: 14px;
    text-align: center;
}

.dkntmodal form {
    padding: 0 10px 10px;
    max-width: 100%;
    margin: 0 auto;
}

.dkntmodal .input-dk {
    margin-bottom: 15px;
}

.dkntmodal .input-dk input {
    font-size: 14px;
}

.dkntmodal .input-dk textarea {
    font-size: 14px;
}

.dkntmodal .input-dk2 {
    margin: 0 auto;
    text-align: center;
}

.dkntmodal .input-dk2 .__btn {
    border: none;
}

._btn_dk a {
    background: var(--color-main);
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Avo_bold', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    padding-top: 5px;
}

._btn_dk a:hover {
    text-decoration: none;
    background: var(--bg-hover);
}

.slideshow {
    position: relative;
}

.slideshow .img {
    position: relative;
}

.slideshow .img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0006;
    z-index: 1;
}

.main-slider {
    position: relative;
}

.main-slider .info {
    color: #fff;
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 12;
}

.main-slider .info .col-12:first-child {
    padding-right: 30px;
    border-right: 1px solid #ffffff42;
}

.main-slider .info .col-12:last-child {
    padding-left: 30px;
}

.main-slider .info h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--color-main);
    text-align: right;
}

.main-slider .info .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    text-align: right;
}

.main-slider .info .left {
    font-size: 34px;
    font-family: 'Avo_bold', sans-serif;
    color: var(--color-main);
    border-right: 5px solid #fff;
    padding-right: 10px;
    margin-right: 20px;
}

.main-slider .info .left span {
    font-size: 84px;
}

.main-slider .info .content {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Avo_bold', sans-serif;
}

.main-slider .info .hotlinev2 {
    font-size: 22px;
    text-align: right;
    margin-top: 15px;
}

.main-slider .info .hotlinev2 span {
    color: var(--color-main);
}

.main-slider .info .right {
    text-transform: uppercase;
}

.main-slider .info .right h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.main-slider .info .right ul li {
    font-size: 19px;
    margin-bottom: 10px;
}

.main-slider .prev-slideshow,
.main-slider .next-slideshow {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #ffc400;
    width: 34px;
    height: 72px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    padding: 25px 5px;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-slider .prev-slideshow:hover,
.main-slider .next-slideshow:hover {
    opacity: 1;
}

.main-slider .prev-slideshow {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    left: 0;
}

.main-slider .next-slideshow {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    right: 0;
    text-align: right;
}

.slideshow {
    position: relative;
}

.slideshow .owl-slideshow img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 60px;
    padding-bottom: 50px;
}

.slideshow a {
    color: #fff;
    text-decoration: none;
}

.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 123;
    width: 60px;
    height: 100%;
    background: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-slider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37%;
    content: '';
    background: var(--color-main);
}

.banner-slider:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    right: 0;
    content: '';
    background: #505050;
    margin: auto;
    z-index: 0;
}

.banner-slider .social-header ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #272727;
    z-index: 1;
    position: relative;
    padding: 15px 0;
}

.banner-slider .social-header ul li {
    list-style: none;
    width: 35px;
}

.banner-slider .social-header ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    border: 1px solid #505050;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.banner-slider .logo-header {
    height: 70px;
    background: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    opacity: 0;
    z-index: 1;
}

.banner-slider .time-work {
    font-size: 16px;
    color: #fff;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: relative;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    z-index: 1;
}

.banner-slider .time-work span:first-child {
    padding-right: 65%;
    position: relative;
    margin-right: 15px;
}

.banner-slider .time-work span:first-child:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 45%;
    margin: 0;
    right: 0;
    top: 14px;
}

.dknt {
    background: #3bacd6;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.dknt>div {
    max-width: 470px;
    margin: 0 auto;
    width: 100%;
}

.dknt .tit {
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 700;
}

.dknt form {
    padding: 0 10px 10px;
    margin: 0 auto;
}

.dknt .input-dk {
    margin-bottom: 35px;
}

.dknt .input-dk input:-webkit-autofill,
.dknt .input-dk input:-webkit-autofill:hover,
.dknt .input-dk input:-webkit-autofill:focus,
.dknt .input-dk input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dknt .input-dk ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.dknt .input-dk :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.dknt .input-dk ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.dknt .input-dk :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.dknt .input-dk ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.dknt .input-dk ::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}

.dknt .input-dk input {
    font-size: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    height: 37px;
    padding: 0;
    color: #fff;
}

.dknt .input-dk input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dknt .input-dk textarea {
    font-size: 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    height: 37px;
    padding: 0;
    color: #fff;
}

.dknt .input-dk textarea:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dknt .input-dk3 {
    margin-bottom: 20px;
}

.dknt .input-dk2 {
    margin: 0 auto;
    text-align: right;
}

.__btn {
    font-size: 16px;
    color: #fff;
    background: var(--color-main);
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    width: 170px;
    text-transform: uppercase;
}

.__btn:hover {
    background: #000;
}

.infoslide {
    background: #ffc400;
    padding: 20px 0;
}

.infoslide ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infoslide ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    padding: 10px 0;
}

.infoslide ul li:last-child ._right p {
    display: none;
}

.infoslide ul li:nth-child(2) {
    border-left: 1px solid #deab00;
    border-right: 1px solid #deab00;
    width: 40%;
}

.infoslide ._left {
    margin-right: 15px;
    max-width: 45px;
}

.infoslide ._right p {
    font-size: 15px;
    margin-bottom: 3px;
}

.infoslide ._right h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.load {
    position: relative;
}

.load:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    background: #fff;
    z-index: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.on .load:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.menu-top .containerf {
    max-width: 1300px;
    margin: 0 auto;
}

.wrap-service {
    padding: 80px 0;
}

.owl-service {
    margin-top: 30px;
}

.wrap-service .service-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.wrap-service .service-box.on:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.wrap-service .service-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    background: #fff;
    z-index: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.wrap-service .service-box:hover .service-content-back {
    top: 10%;
    visibility: visible;
    opacity: 1;
}

.wrap-service .service-box:hover .service-content-front {
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
}

.wrap-service .service-box-thumb {
    position: relative;
}

.wrap-service .service-content-front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #00000099;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
}

.wrap-service .service-content-front h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.wrap-service .service-content-back {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: #fffc;
    text-align: center;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wrap-service .service-content-back a {
    color: #444444;
    font-size: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wrap-service .service-content-back a:hover {
    text-decoration: none;
    color: var(--color-main);
}

.wrap-service .service-content-back p {
    color: #868686;
    font-size: 15px;
}

.counters {
    background: url(../images/bg-tieuchi.png) no-repeat center;
    background-size: cover;
    padding: 90px 0;
}

.counters ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.counters ul li {
    list-style: none;
    color: #fff;
}

.counters ul li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counters ul li .icon img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.counters ul li .icon .box-count {
    font-size: 52px;
    font-family: 'Avo_bold', sans-serif;
}

.counters ul li h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.wrap-about {
    padding: 180px 0;
    background: #f9f9f9 url(../images/about-bg.png) no-repeat bottom left;
    background-size: contain;
    position: relative;
    background-attachment: fixed;
}

.wrap-about::after {
    position: absolute;
    content: '';
    background: #cca174;
    right: 0;
    top: 0;
    height: 70%;
    width: 30%;
    z-index: 0;
    bottom: 0;
    margin: auto;
}

.wrap-about .title-global {
    margin-bottom: 60px;
}

.wrap-about ._left {
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wrap-about ._left .__desc b,
.wrap-about ._left .__desc strong {
    font-size: 18px;
}

.wrap-about ._left .__desc p {
    line-height: 1.8;
}

.wrap-about ._left a:hover {
    text-decoration: none;
}

.wrap-about .__content {
    padding: 0;
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-about .__content li {
    list-style: none;
    padding: 25px 15px;
    width: calc(50% - 10px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wrap-about .__content li i {
    margin-right: 10px;
    font-size: 20px;
}

.wrap-about .__content li p {
    line-height: 1.8;
    margin: 0;
    font-size: 13px;
}

.wrap-about .__content li h4 {
    font-size: 15px;
    font-family: SFUFuturaHeavy;
    text-transform: uppercase;
}

.wrap-about .__content li img {
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.wrap-about .__content li:hover img {
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg);
}

.wrap-about .__content li.active {
    background: var(--color-main);
    color: #fff;
}

.wrap-about .__content li.item_percent {
    width: 100%;
    font-size: 20px;
    color: #444444;
    padding: 0;
    margin: 0 0 30px;
    display: block;
}

.wrap-about .__content li.item_percent h5,
.wrap-about .__content li.item_percent h6 {
    font-size: 20px;
    position: relative;
}

.wrap-about .__content li.item_percent .cont_per {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.wrap-about ._right {
    position: relative;
    background: var(--color-main);
    z-index: 1;
}

.video {
    border: 5px solid #fff;
}

.video .img {
    position: relative;
    padding-bottom: 75%;
}

.video .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}

.video .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 60px;
    height: 60px;
}

.video .button-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 55px;
    height: 55px;
    content: '';
    background: url(../images/play.png) no-repeat;
    background-size: 100%;
}

.video .button-play:after {
    -webkit-animation: play-outer-box .5s infinite;
    animation: play-outer-box .5s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    position: absolute;
    content: '';
    width: 6.25rem;
    height: 6.25rem;
    background-color: #b49300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #b49300;
    opacity: .4;
    -webkit-box-shadow: 0 3px 10px 0 #00000033;
    box-shadow: 0 3px 10px 0 #00000033;
    z-index: 8;
}

@-webkit-keyframes play-outer-box {
    0% {
        width: 5rem;
        height: 5rem;
    }
    100% {
        width: 6.25rem;
        height: 6.25rem;
    }
}

@keyframes play-outer-box {
    0% {
        width: 5rem;
        height: 5rem;
    }
    100% {
        width: 6.25rem;
        height: 6.25rem;
    }
}

.percent {
    height: 5px;
    position: relative;
}

.percent::after {
    position: absolute;
    content: '';
    background: #e5e5e5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.percent::before {
    position: absolute;
    content: '';
    background: var(--color-main);
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 2;
}

.img_hv {
    overflow: hidden;
    position: relative;
}

.img_hv img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.img_hv:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-banggia {
    position: relative;
    min-height: 400px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed !important;
}

.wrap-banggia a {
    color: #868686;
}

.wrap-banggia a:hover {
    text-decoration: none;
}

.wrap-nangluc {
    padding: 100px 0;
    background: url(../images/bg-nangluc.png) no-repeat left bottom;
    background-size: cover;
    background-attachment: fixed;
}

.wrap-nangluc .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-nangluc .img-nangluc {
    position: relative;
    padding-left: 10%;
}

.wrap-nangluc .img-nangluc:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 80%;
    width: 30%;
    background: var(--color-main);
    content: '';
    position: absolute;
    z-index: -1;
}

.wrap-nangluc p {
    font-size: 18px;
    color: #868686;
    margin-bottom: 30px;
}

.xt {
    height: 46px;
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xt:hover {
    text-decoration: none;
    background: var(--bg-hover);
    color: #fff;
}

.masonry-with-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 1000px;
    margin-top: 45px;
    overflow: hidden;
}

.masonry-with-columns a {
    display: block;
}

.masonry-with-columns div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 5px 5px 0;
    text-align: center;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem;
    width: calc(25% - 5px);
}

.masonry-with-columns div:nth-child(1) {
    height: 446px;
    line-height: 446px;
}

.masonry-with-columns div:nth-child(2) {
    height: 237px;
    line-height: 237px;
}

.masonry-with-columns div:nth-child(3) {
    height: 261px;
    line-height: 261px;
}

.masonry-with-columns div:nth-child(4) {
    height: 253px;
    line-height: 253px;
}

.masonry-with-columns div:nth-child(5) {
    height: 243px;
    line-height: 243px;
}

.masonry-with-columns div:nth-child(6) {
    height: 342px;
    line-height: 342px;
}

.masonry-with-columns div:nth-child(7) {
    height: 308px;
    line-height: 308px;
}

.masonry-with-columns div:nth-child(8) {
    height: 408px;
    line-height: 408px;
}

.masonry-with-columns div:nth-child(9) {
    height: 342px;
    line-height: 342px;
}

.masonry-with-columns div:nth-child(10) {
    height: 182px;
    line-height: 182px;
}

.masonry-with-columns div:nth-child(11) {
    height: 240px;
    line-height: 240px;
}

.masonry-with-columns div:nth-child(12) {
    height: 220px;
    line-height: 220px;
}

.masonry-with-columns div:nth-child(13) {
    height: 170px;
    line-height: 170px;
}

.masonry-with-columns div:nth-child(14) {
    height: 355px;
    line-height: 355px;
}

.masonry-with-columns div:nth-child(15) {
    height: 137px;
    line-height: 137px;
}

.masonry-with-columns div:nth-child(16) {
    height: 487px;
    line-height: 487px;
}

.masonry-with-columns div:nth-child(17) {
    height: 358px;
    line-height: 358px;
}

.masonry-with-columns div:nth-child(18) {
    height: 237px;
    line-height: 237px;
}

.masonry-with-columns div:nth-child(19) {
    height: 414px;
    line-height: 414px;
}

.masonry-with-columns div:nth-child(20) {
    height: 324px;
    line-height: 324px;
}

.masonry-with-columns div:nth-child(21) {
    height: 228px;
    line-height: 228px;
}

.masonry-with-columns div:nth-child(22) {
    height: 153px;
    line-height: 153px;
}

.masonry-with-columns div:nth-child(23) {
    height: 232px;
    line-height: 232px;
}

.masonry-with-columns div:nth-child(24) {
    height: 408px;
    line-height: 408px;
}

.masonry-with-columns div:nth-child(25) {
    height: 261px;
    line-height: 261px;
}

.masonry-with-columns div:nth-child(26) {
    height: 260px;
    line-height: 260px;
}

.masonry-with-columns div:nth-child(27) {
    height: 160px;
    line-height: 160px;
}

.masonry-with-columns div:nth-child(28) {
    height: 413px;
    line-height: 413px;
}

.masonry-with-columns div:nth-child(29) {
    height: 107px;
    line-height: 107px;
}

.masonry-with-columns div:nth-child(30) {
    height: 182px;
    line-height: 182px;
}

.masonry-with-columns div:nth-child(31) {
    height: 491px;
    line-height: 491px;
}

.masonry-with-columns div:nth-child(32) {
    height: 234px;
    line-height: 234px;
}

.masonry-with-columns div:nth-child(33) {
    height: 453px;
    line-height: 453px;
}

.masonry-with-columns div:nth-child(34) {
    height: 156px;
    line-height: 156px;
}

.masonry-with-columns div:nth-child(35) {
    height: 202px;
    line-height: 202px;
}

.masonry-with-columns div:nth-child(36) {
    height: 297px;
    line-height: 297px;
}

.masonry-with-columns img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wrap-partner {
    background: url(../images/bg-partner.png) no-repeat;
    padding: 70px 0;
    background-position: -2px 0;
    background-size: cover;
    position: relative;
}

.wrap-partner .partner {
    display: block;
    background: #fff;
    text-align: center;
    padding: 20px;
}

.breadCrumbs {
    background: #f9f9f9;
}

.breadcrumb {
    background: #f9f9f9;
    margin: 0;
}

.breadcrumb .breadcrumb-item.active a {
    color: #003362;
    font-weight: bold;
}

.breadcrumb a {
    color: #000;
}

.flex-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cont-thamkhao {
    margin: 50px 0;
}

.cont-thamkhao h3 {
    font-family: 'Avo_bold', sans-serif;
}

.item-thamkhao {
    margin-bottom: 30px;
    color: #fff;
}

.item-thamkhao a {
    display: block;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.item-thamkhao a:hover .info {
    opacity: 1;
    visibility: visible;
}

.item-thamkhao h3 {
    font-family: 'Avo_bold', sans-serif;
}

.item-thamkhao .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7992bcc;
    text-align: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-dichvu {
    margin: 30px 0;
}


/* .box-dichvu .content-main .row .col-12:first-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } */

.item-dichvu {
    margin-bottom: 30px;
}

.item-dichvu .info a:hover {
    text-decoration: none;
}

.item-dichvu .info h3 {
    font-family: 'Avo_bold', sans-serif;
    font-size: 20px;
    color: #444;
    font-weight: normal;
    margin: 20px 0 5px;
}

.item-dichvu .info h3:hover {
    color: var(--color-main);
    text-decoration: none;
}

.item-dichvu .info .desc {
    color: #868686;
}

.item-dichvu .info .time {
    color: #868686;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.pic-video {
    position: relative;
    display: block;
    max-height: 475px;
    padding-bottom: 55%;
}

.pic-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cont-detail-dv .tit-dv {
    font-size: 25px;
    font-family: 'Avo_bold', sans-serif;
    text-align: center;
    margin: 30px 0;
}

.cont-detail-dv .time {
    text-align: center;
    color: #444;
    margin-bottom: 30px;
    font-size: 16px;
    font-style: italic;
}

.about-widget {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
    text-align: center;
}

.about-widget p {
    color: #868686;
}

.widget-layout2 .about-widget {
    padding-bottom: 0;
    text-align: center;
}

.widget-layout2 .about-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin: 0 0 15px;
}

.about-label,
.widget-title {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #41473f;
    font-family: Montserrat;
    font-weight: 700;
    opacity: .46;
    font-style: normal;
    margin: 20px 0 15px;
    display: block;
}

.about-name {
    font-weight: 400;
    margin: 0 0 20px;
}

.sitka_social_widget {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 50px;
    border-top: 1px solid rgba(94, 90, 73, 0.11);
    padding-top: 3em;
    margin-top: 3em;
    text-align: center;
}

.social-widget.rounded a {
    font-size: 16px;
    margin: 0 3px 8px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
    color: #444;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.top-about {
    padding: 80px 0;
}

.top-about .tit {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 26px 13px;
    font-size: 35px;
    font-family: 'Avo_bold', sans-serif;
}

.top-about .tit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/title-bg.png) no-repeat;
    z-index: -1;
    background-size: cover;
}

.top-about .desc {
    font-size: 16px;
    margin: 30px 0;
    font-weight: 300;
    color: #616161;
}

.top-about .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #616161;
    margin-bottom: 30px;
}

.top-about .icon-box .icon-box-icon {
    margin-right: 15px;
}

.icon-box22 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.icon-box2 {
    -webkit-box-shadow: 0px 0px 10px 0px #00000033;
    box-shadow: 0px 0px 10px 0px #00000033;
    background-color: #FFFFFF;
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #616161;
    font-size: 16px;
}

.icon-box2 .icon2 {
    background: #FFF8EE;
    height: 80px;
    width: 80px;
    line-height: 2.1em;
    position: relative;
    margin-right: 10px;
}

.icon-box2 .icon2:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: #FFB74D;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    line-height: 85px;
}

.sub-tit {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    margin-left: 50px;
    color: #FFB74D;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
    padding-left: 55px;
}

.sub-tit:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #ffb74d;
}

.about2 {
    background-image: url(../images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px 0;
    list-style: none;
}

.about2 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
}

.section-title {
    text-align: center;
}

.section-title .sub-tit {
    max-width: 190px;
    margin: 0 auto 20px;
    padding-right: 55px;
}

.section-title .sub-tit::after {
    right: 0;
    position: absolute;
    content: "";
    top: 10px;
    height: 1px;
    width: 40px;
    background: #ffb74d;
}


/* Service Style 4 */

.service-box.service-style-four {
    text-align: left;
    padding: 35px 21px 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.service-box.service-style-four::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.dreamitsolution.net/techno-digital-agency/wp-content/uploads/2022/01/img-1-2.jpg);
}

.service-box.service-style-four:hover::after {
    width: 100%;
    left: 0;
}

.service-box.service-style-four .service-box-icon i {
    color: #FFB74D;
    font-size: 55px;
}

.service-box.service-style-four .service-box-content h2 {
    font-size: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.service-box.service-style-four .service-box-content h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background: #FFB74D;
    z-index: -1;
}

.service-box.service-style-four .img-icon {
    margin-bottom: 20px;
}

.service-box.service-style-four .service-btn>a {
    color: #272727;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.service-box.service-style-four .service-btn>a:before {
    position: absolute;
    content: "";
    right: -40px;
    top: 10px;
    height: 1px;
    width: 32px;
    background: #272727;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-box.service-style-four .service-box-content p {
    margin: 0;
}

.service-box.service-style-four:hover .service-btn>a {
    color: #FFB74D;
}

.service-box.service-style-four:hover .service-btn>a:before {
    right: -100px;
    width: 100px;
    background: #FFB74D;
}

.service-box.service-style-four:hover .service-box-icon i,
.service-box.service-style-four:hover .service-box-content h2,
.service-box.service-style-four:hover .service-box-content p {
    color: #fff;
}

.team-grid-style5 .team-item {
    border: 3px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-grid-style5 .team-item:hover {
    border-color: #FFB74D;
}

.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #FBFBFB;
}

.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    width: 100%;
}

.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #FBFBFB;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
    margin: 10px 0;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
    color: #272727;
    font-weight: 600;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
    font-size: 15px;
    text-transform: capitalize;
    color: #FFB74D;
    float: none;
    text-align: center;
    font-weight: 400;
    margin-top: 6px;
    display: block;
}

.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
    display: none;
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
    bottom: -100px !important;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: 0 0 !important;
    margin-right: 8px;
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
    color: #f8560c;
}

.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
    opacity: 1;
    width: 100%;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: unset;
    bottom: 0;
    height: 140px;
    background: #FFB74D;
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
    color: #fff;
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
    color: #f8560c;
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
    color: #fff;
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
    background: #FFB74D;
}

.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
    bottom: 25px !important;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.nhansu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px 0;
    list-style: none;
}

.nhansu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
}

.quytrinh {
    background-color: #F7F7F7;
}

.quytrinh ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px 0;
    list-style: none;
}

.quytrinh ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.quytrinh .section-title .sub-tit {
    max-width: 300px;
}


/*
============
Work Process
============
*/

.work_progress {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.wrok_process_thumb {
    text-align: center;
    border: 4px solid transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 rgba(24, 35, 51, 0.09);
    box-shadow: 0 0 9px 0 rgba(24, 35, 51, 0.09);
}

.work_progress:hover .wrok_process_thumb {
    border-color: #FFB74D;
}

.wrok_process_thumb img {
    border-radius: 50%;
    border: 10px solid #fff;
}

.progress_content {
    text-align: center;
}

.default-style .work_progress-number {
    position: absolute;
    left: -26px;
    top: 50.5%;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work_progress-title {
    padding-top: 24px;
}

.work_progress-title h2 {
    font-size: 20px;
    font-weight: 700;
}

.work_progress-desc {
    padding-top: 5px;
}

.work_progress.default-style:hover .work_progress-number {
    top: 40%;
}

.work_progress-number span {
    background: #FFB74D;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    background: #FFB74D;
    opacity: 0.6;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.work_progress-number span::after {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 80px;
    height: 80px;
    background: #FFB74D;
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.process-bg-shape {
    position: relative;
}

.process-bg-shape:before {
    position: absolute;
    right: 0;
    bottom: -27px;
    width: 100%;
    content: "";
    background: url(assets/images/graduation-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
}

.em_process-icon {
    position: relative;
}

.em_process-icon i {
    background: -webkit-gradient(linear, left top, right top, from(#000dff), color-stop(#2c34ff), color-stop(#444bff), color-stop(#5860ff), to(#6b73ff));
    background: -webkit-linear-gradient(left, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
    background: -o-linear-gradient(left, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
    color: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 90px;
    font-size: 40px;
    border-radius: 4px;
}


/* Style Two */

.style-two.work_progress {
    padding: 0 8px;
    text-align: center;
    position: relative;
}

.style-two.work_progress::after {
    position: absolute;
    right: 35px;
    top: 67px;
    content: "";
    background: #ffb74d;
    height: 1px;
    width: 148px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}

.bd-none .style-two.work_progress::after {
    display: none;
}

.style-two .work_progress_icon {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}

.style-two.work_progress .img-icon {
    height: 130px;
    width: 130px;
    background: #fff;
    line-height: 120px;
    border-radius: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.style-two.work_progress .img-icon img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.style-two.work_progress .img-icon::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 20px;
    height: 20px;
    background: #fff;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-two .work_progress_icon i {
    background: -webkit-gradient(linear, left top, right top, from(#1e55bd), to(#437eeb));
    background: -webkit-linear-gradient(left, #1e55bd 0%, #437eeb 100%);
    background: -o-linear-gradient(left, #1e55bd 0%, #437eeb 100%);
    background: linear-gradient(90deg, #1e55bd 0%, #437eeb 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}

.style-two .work_progress-number span:before,
.style-two .work_progress-number span:after {
    display: none;
}

.style-two .work_progress-number {
    position: relative;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.style-two .work_progress_icon .work_progress-number:before {
    display: none;
}

.style-two .work_progress-number span {
    background: #fff;
    border-radius: 50%;
    color: #FFB74D;
    -webkit-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}

.style-two .work_progress-title h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}


/* Style Three */

.work_progress.style-three .work_progress-number {
    position: relative;
    z-index: 1;
}

.work_progress.style-three .work_progress-number:before {
    position: absolute;
    top: 22px;
    width: calc(100% - 100px);
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFB74D), color-stop(40%, #FFB74D), color-stop(40%, transparent), to(transparent));
    background-image: -o-linear-gradient(left, #FFB74D, #FFB74D 40%, transparent 40%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #FFB74D, #FFB74D 40%, transparent 40%, transparent 100%);
    background-image: linear-gradient(90deg, #FFB74D, #FFB74D 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    content: "";
    left: -143px;
}

.first-process .work_progress-number:before {
    display: none;
}

.work_progress.style-three .work_progress-number span {
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.work_progress.style-three:hover .work_progress-number span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.work_progress.style-three .work_progress-number span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #FFB74D;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.work_progress.style-three .work_progress-number span:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #FFB74D;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.before-none .work_progress.style-three .work_progress-number:before {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

footer {
    background: #141414;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    font-size: 14px;
}

footer .top-footer {
    border-bottom: 1px solid #fff3;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

footer .top-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .top-footer ul li.col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .top-footer ul li .icon {
    height: 40px;
    width: 40px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

footer .top-footer ul li .info {
    width: calc(100% - 50px);
}

footer .top-footer ul li .info div:first-child {
    color: #43a5d2;
    font-size: 16px;
}

footer .bottom-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-newsletter {
    position: relative;
}

.form-newsletter .newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

.form-newsletter .newsletter-button input {
    width: 100%;
    height: 100%;
    border: none;
    background: var(--color-main);
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.title-footer {
    font-size: 18px;
    padding-bottom: 15px;
}

.logo-footer {
    margin-bottom: 10px;
    display: block;
}

.info-footer h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.info-footer p {
    font-size: 14px;
}

.info-hotro ul {
    padding: 0;
    margin: 0;
}

.info-hotro ul li {
    list-style: none;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.info-hotro ul li a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.info-hotro ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
    color: var(--color-main);
}

.info-hotro ul li a i {
    font-size: 10px;
    color: var(--color-main);
    margin-right: 5px;
}

.hover-icon {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #00000080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
    transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
    -o-transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
    transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
    transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.hover-icon span {
    background: var(--color-main) url(../images/icon-search2.png) no-repeat center;
    width: 50px;
    height: 50px;
    padding: 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s ease-in-out .3s;
    -o-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
}

.content-main .item-news,
.list-news-other .item-news {
    margin-bottom: 30px;
}

.item-news a {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
    display: block;
}

.item-news a:hover {
    text-decoration: none;
}

.item-news .img_hv {
    position: relative;
    z-index: 2;
}

.item-news .info {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    font-size: 15px;
    color: #868686;
}

.item-news .info time {
    font-size: 13px;
    color: #1d2122;
    display: block;
    margin: 15px 0;
}

.item-news .info .category {
    font-size: 16px;
    height: 36px;
    width: 155px;
    border: 1px solid var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    color: #868686;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item-news .info h3 {
    color: #444444;
    font-size: 20px;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
}

.item-news .info h3:hover {
    color: var(--color-main);
}

.item-news .info .time {
    margin-bottom: 15px;
}

.item-news .info p {
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-news .xemthem {
    font-size: 13px;
    font-weight: 600;
}

.item-news:hover .hover-icon {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.item-news:hover .hover-icon span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.item-news:hover .category {
    background: var(--color-main);
    color: #fff;
}

.box-news-v2 {
    border: 1px solid #cccccc69;
    border-bottom: none;
}

.box-news-v2 .item-news {
    padding: 0 20px 10px;
    border-bottom: 1px solid #cccccc69;
}

.wrap-news {
    padding: 100px 0;
}

.owl-tintuc .item-news .info p {
    -webkit-line-clamp: 7;
}

.item-kinhnghiem {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
}

.item-kinhnghiem .info .desc-news {
    color: #7A7A7A;
}

.item-kinhnghiem .info {
    padding: 0 15px 15px 15px;
}

.item-kinhnghiem .info h3 {
    color: #000;
    font-family: 'Avo_bold', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.search_w p {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 35px;
    font-size: 17px;
    color: #616161;
    margin: 0;
}

.search_w {
    position: relative;
}

.widget_search input {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 8px;
    padding: 0 15px;
}

.widget_search {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 5px #0000001a;
    box-shadow: 0 0 5px #0000001a;
}

.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0px;
}

.recent-post-image {
    float: left;
    margin-right: 25px;
}

.recent-post-text {
    margin-top: 0;
    overflow: hidden;
}

.recent-post-image a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
}

.recent-post-text h4 a {
    color: #232323;
    font-size: 17px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.recent-post-image img {
    border-radius: 5px;
}

.recent-post-item:last-child {
    border-bottom: 0;
}

.widget_recent_data {
    padding-bottom: 9px !important;
}

.blog-left-side .widget h2 {
    margin-top: 0;
    color: #232323;
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Avo_bold', sans-serif;
}

.blog-left-side .widget h2:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}

.blog-left-side .widget h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFB74D;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.dreamit-single-cases-study {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dreamit-single-cases-study:hover .cases-study-content {
    opacity: 1;
    visibility: visible;
}

.dreamit-single-cases-study a {
    display: block;
    color: #fff;
}

.dreamit-single-cases-study a:hover {
    text-decoration: none;
}

.cases-study-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cases-study-content ul li {
    margin-bottom: 3px;
}

.cases-study-content ul li strong {
    font-family: 'Avo_bold', sans-serif;
}

.cases-study-content h3 {
    font-family: 'Avo_bold', sans-serif;
}

.cases-study-content {
    background: #000000cc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    padding: 30px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cases-study-contentf {
    position: relative;
    top: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.dreamit-single-cases-study:hover .cases-study-contentf {
    top: 0;
}

.cases-study-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    border: 1px solid #ffb74d;
    margin: auto;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 4;
}

.cont-detail-duan {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px #0000001a;
    box-shadow: 0 0 30px #0000001a;
    padding: 65px 50px 50px;
    margin-top: 50px;
}

.content-main-duan {
    margin-top: 20px;
}

.title-mainx {
    font-family: 'Avo_bold', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
}

.desc-duan ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.desc-duan ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.techno-single-icon-inner {
    margin: 20px 0;
    display: flex;
}

.techno-single-icon-inner a {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.techno-single-icon-inner a i {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.techno-single-icon-inner a i:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}


/* Toolbar */

.toolbar {
    display: none;
    background: #ffffff;
    width: 100%;
    padding: 5px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    /* display: none; */
    border-top: 1px solid #eaeaea;
}

.toolbar ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    /* color:#fff; */
    font-size: 13px;
    /* display:none; */
    display: block;
}

.input-contact {
    margin-bottom: 10px;
}

.bottom-contact {
    position: relative;
    padding-bottom: 50%;
    margin: 50px 0;
}

.bottom-contact iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.item-productindex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-productindex:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.item-productindex:nth-child(2n) .content-left {
    background: #f1f5f6;
}

.item-productindex:nth-child(2n) .content-left .detail {
    color: #2c3e50;
}

.item-productindex:nth-child(2n) .content-left .detail h3 {
    background: url(../images/bg-title.png) no-repeat left center;
}

.item-productindex:nth-child(2n) .content-left .detail h3 a {
    color: #2c3e50;
}

.item-productindex .content-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2c3e50;
}

.item-productindex .content-left .detail {
    max-width: 510px;
    padding: 35px 40px 45px;
    color: #fff;
}

.item-productindex .content-left .detail h3 {
    font-size: 36px;
    font-family: SFUFuturaHeavy;
    background: url(../images/bg-title-white.png) no-repeat left center;
    padding: 15px 0 25px 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-productindex .content-left .detail h3 a {
    color: #fff;
}

.item-productindex .content-left .detail h3 a:hover {
    text-decoration: none;
}

.item-productindex .content-left .detail p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.item-productindex .content-right {
    width: 50%;
}

.item-productindex .content-right a {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-productindex .content-right img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 520px;
}

.item-productindex .content-right ._hover {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 191, 198, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item-productindex .content-right ._hover>div {
    max-width: 510px;
    padding: 35px 40px 45px;
}

.item-productindex .content-right ._hover h4 {
    font-size: 28px;
    font-family: SFUFuturaHeavy;
    text-transform: uppercase;
}

.item-productindex .content-right ._hover ._xt {
    text-decoration: underline;
    font-size: 15px;
}

.item-productindex .content-right:hover ._hover {
    opacity: 1;
    visibility: visible;
}

.text-de {
    text-decoration: none !important;
}

.box-product {
    margin-top: 15px;
}

.item-product {
    margin-bottom: 30px;
}

.item-product a {
    display: block;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.item-product a:hover {
    text-decoration: none;
}

.item-product .info {
    text-align: center;
    color: #505050;
}

.item-product .info h3 {
    font-size: 16px;
    color: #000;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px 0;
    font-family: 'Avo_bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.item-product .info p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro-left {
    max-width: 1350px;
    margin: 0 auto;
}


/* Sản Phẩm Detail */

.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.gallery-thumb-pro>div {
    margin-bottom: 20px;
}

.gallery-thumb-pro img {
    width: 100%;
    height: auto;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0 40px;
    color: #fff;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff !important;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #3bacd6;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    padding: 10px;
    border: 1px solid #eee;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px / 2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    color: #797979;
    cursor: pointer;
    font-size: 25px;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.time-main {
    margin-bottom: 10px;
    font-style: italic;
}

.banner-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}


/* Menu RP */

.menu-res {
    display: none;
    z-index: 10;
    background: var(--color-main);
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    height: 70px;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 35px;
    height: 23px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 12;
    bottom: 0;
    margin: auto;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--color-main);
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
    width: 100%;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
    width: 100%;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    -o-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    -o-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

#menu ul li a {
    font-size: 15px;
    color: #000;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.__searchmbx {
    width: 70%;
}

.__searchmb {
    display: none;
    position: relative;
}

.__searchmb input {
    width: 100%;
    border: none;
    height: 35px;
    background: #fff;
    color: #fff;
    padding: 13px;
    border: none;
    border-radius: 32px;
}

.__searchmb p {
    position: absolute;
    top: 2px;
    right: 8px;
    height: 100%;
    margin: 0;
    width: 50px;
    text-align: right;
    padding: 10px;
    color: #000;
}

.btn-open-search {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 29px;
    height: 29px;
    bottom: 0;
    margin: auto 15px;
    border-radius: 25px;
    cursor: pointer;
    background-size: 25px 25px;
}

.btn-open-search:hover {
    color: var(--color-main);
}

.block-search {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    top: 0;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    visibility: hidden;
    opacity: 0;
}

.block-search.active {
    visibility: visible;
    opacity: 1;
}

.block-search .container {
    height: 100vh;
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-search .btn-close-form-search {
    position: absolute;
    color: #fff;
    font-size: 2em;
    right: 17px;
    top: 85px;
    cursor: pointer;
    z-index: 2;
}

.widget--sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
    margin-bottom: 30px;
    margin-top: 30px;
}

.banner-right {
    margin-top: 20px;
}

.widget--sidebar .widget__content {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #dedede;
    position: relative;
    font-size: 15px;
}

.widget--sidebar .widget__content.agent {
    padding-top: 70px;
    margin-top: 80px;
}

.worker--sidebar-advanced .worker__photo {
    width: 40%;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border: 2px solid #eaeaea;
    margin-top: 15px;
}

.worker__intro {
    text-align: center;
}

.worker__name {
    border: none;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #292663;
    font-weight: 600;
}

.worker--sidebar-advanced .worker__post {
    border: 0;
    padding: 0;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 7px;
}

.worker--sidebar-advanced .worker__post:before {
    content: " ";
    border-top: 1px solid #d6d6d6;
    width: 50%;
    margin: 8px auto;
    display: block;
}

.worker--sidebar-advanced:after {
    clear: both;
}

.worker__show {
    border: 1px solid #d6d6d6;
    color: #292663;
    text-align: center;
    background: #fff;
    margin: 15px auto 0;
    padding: 6px 10px;
    display: none;
    width: 170px;
}

.worker--sidebar-advanced .worker__listings {
    font-size: 15px;
    padding: 0 0 3px;
    border-bottom: 1px dotted #d6d6d6;
    margin-bottom: 1px;
    text-align: center;
}

.worker__favorites {
    font-style: normal;
    margin-right: 10px;
}

.worker__favorites--highlight {
    color: #292663;
}

.worker--sidebar-advanced .worker__listings a {
    font-weight: 600;
}

.worker__listings a {
    font-weight: 600;
    margin-left: 5px;
}

.worker--sidebar-advanced .worker__intro-col {
    padding: 0;
}

.worker__contacts {
    color: #2c3e50;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.worker__contacts>div>span {
    width: 25px;
    font-size: 16px;
    min-width: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: -1px;
}

.worker__contacts a {
    color: #2c3e50;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.worker__contacts div:hover,
.worker__contacts a:hover {
    color: #d00;
}

.worker--sidebar-advanced .worker__contacts {
    margin: 15px 0;
    text-align: center;
}

.social--worker {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.worker--sidebar-advanced .social--worker {
    width: 100%;
    float: none;
    margin-top: 10px;
}

.flex-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.title-right {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background: #ffc400;
    margin-top: 5px;
}

.pro-right ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.pro-right ul li {
    border-bottom: 1px solid #ccc6;
}

.pro-right ul li a {
    display: block;
    padding: 10px;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-right ul li a:hover {
    padding-left: 15px;
    text-decoration: none;
}

.mobile_menu_section {
    padding: 15px;
}

.mobile_menu_section .mobile_menu_section-title {
    font-size: 15px;
    line-height: 1.85;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #333333;
}

.mobile_menu_section .mobile_menu_help {
    color: #677279;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.mm-wrapper__blocker span {
    font-size: 0;
    width: 60px !important;
    height: 60px !important;
    clip: initial !important;
    -webkit-clip-path: inherit !important;
    clip-path: inherit !important;
    color: #fff;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute !important;
}

.mm-wrapper__blocker span:after {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 2px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
    background: #fff;
}

.mm-wrapper__blocker span:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 2px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    right: 23px;
    left: auto;
    background: #fff;
}

.content-main img {
    max-width: 100%;
    height: auto !important;
}


/* Phone */

@-webkit-keyframes "suntory-alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "suntory-alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes "suntory-alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes "suntory-alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes "suntory-alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes "suntory-alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes "colorBackground-phone" {
    0% {
        background-color: #e94325;
        *color: yellow;
    }
    50% {
        background-color: #1ad0ca;
        *color: red;
    }
}

@keyframes "colorBackground-phone" {
    0% {
        background-color: #e94325;
        *color: yellow;
    }
    50% {
        background-color: #1ad0ca;
        *color: red;
    }
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: fixed;
    -webkit-transition: visibility 0.5s ease 0s;
    -o-transition: visibility 0.5s ease 0s;
    transition: visibility 0.5s ease 0s;
    width: 80px;
    z-index: 200000 !important;
    text-decoration: none !important;
}

.suntory-alo-phone span {
    display: block;
    background: #cb0101;
    text-align: left;
    text-indent: 20px;
    border: 1px solid #FFF;
    font-size: 1.2em;
    padding: 5px;
    text-decoration: none !important;
    font-weight: bold;
    color: #fff;
    width: 130px;
    font-size: 13px;
    margin: 24px 0px 0px 50px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: -1;
    white-space: nowrap;
}

.suntory-alo-ph-circle {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 80px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 80px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #fe0018;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #fe0018;
}

.suntory-alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.suntory-alo-ph-img-circle {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 20px;
    opacity: 1;
    position: absolute;
    top: 20px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 40px;
}

.suntory-alo-ph-img-circle i {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 20px !important;
    line-height: 36px !important;
    padding-left: 0px;
    color: #fff;
}

.the-article-tools {
    top: 400px;
    z-index: 78;
    position: fixed;
    margin-right: 0px;
    width: 43px;
    right: 7px;
    padding: 0;
    margin: 0;
}

.the-article-tools li {
    width: 43px;
    height: 43px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 50px;
}

.the-article-tools li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
}

.the-article-tools li button {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
}

.the-article-tools li span.label {
    display: none;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    right: 60px;
    top: 7px;
    white-space: nowrap;
    padding: 0 15px 0 6px;
    background-color: rgba(85, 85, 85, 0.6);
    color: #FFF;
}

.the-article-tools li span.label:before {
    content: "";
    top: 0;
    right: -14px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(85, 85, 85, 0.6);
    border-bottom: 15px solid transparent;
}

.the-article-tools li:hover span.label {
    display: block;
}

.the-article-tools li.btnZalo {
    background-color: rgba(1, 143, 229, 0.6);
}

.the-article-tools li.btnZalo .ti-zalo {
    background: url("../img/icon-zalo.png") no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.the-article-tools li.btnZalo span.label {
    background: rgba(0, 143, 230, 0.6);
    color: #FFF;
}

.the-article-tools li.btnZalo span.label:before {
    border-right-color: rgba(0, 143, 230, 0.6);
}

.the-article-tools li.btnFacebook {
    background-color: rgba(48, 97, 153, 0.7);
}

.the-article-tools li.btnFacebook .ti-facebook {
    background: url("../img/icon-messenger.svg") no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.the-article-tools li.btnFacebook span.label {
    background: rgba(48, 97, 153, 0.7);
    color: #FFF;
}

.the-article-tools li.btnFacebook span.label:before {
    border-right-color: rgba(48, 97, 153, 0.7);
}

.the-article-tools li.btnphone {
    border: 3px solid rgba(101, 132, 152, 0.7);
}

.the-article-tools li.btnphone button {
    padding: 4px;
    line-height: 0;
    margin: 0;
    background-color: #214663;
    animation: colorBackground-phone 0.9s infinite;
    -webkit-animation: colorBackground-phone 1s infinite;
    -moz-animation: colorBackground-phone 1s infinite;
    -o-animation: colorBackground-phone 0.9s infinite;
}

.the-article-tools li.btnphone span.label {
    background: rgba(33, 70, 99, 0.7);
    color: #FFF;
}

.the-article-tools li.btnphone span.label:before {
    border-right-color: rgba(33, 70, 99, 0.7);
}

.pagination-home {
    margin-bottom: 30px;
}

.tabs-pro-detail {
    margin-top: 30px;
}

.copyright {
    text-align: center;
    padding: 23px 10px;
    background: #0c1724;
    color: #fff;
    font-size: 16px;
}

.containerfix {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-cautao {
    padding: 90px 0;
}

.wrap-cautao .flex-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-cautao .img-cautao {
    text-align: center;
    padding: 60px 0;
}

.wrap-cautao .img-cautao h3 {
    text-transform: uppercase;
    font-size: 27px;
    color: #2c3e50;
    font-family: 'Avo_bold', sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrap-cautao .box-indicator {
    position: relative;
}

.wrap-cautao .box-indicator h6 {
    font-size: 20px;
    line-height: 1.1875;
    text-transform: uppercase;
}

.wrap-cautao .box-indicator p {
    font-size: 16px;
    line-height: 1.71429;
    font-weight: 300;
    margin-top: 15px;
    color: #8a8a8a;
}

.wrap-cautao .box-line {
    width: 2px;
    background: #d5dde0;
    height: 2px;
    position: absolute;
    z-index: 12;
}

.wrap-cautao .box-line.box-line-0 {
    top: 85px;
    right: -100px;
    width: 155px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
}

.wrap-cautao .box-line.box-line-1 {
    top: 45px;
    right: -205px;
    width: 225px;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
}

.wrap-cautao .box-line.box-line-2 {
    top: -15px;
    right: -205px;
    width: 292px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.wrap-cautao .box-line.box-line-3 {
    top: 115px;
    left: -170px;
    width: 200px;
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg);
}

.wrap-cautao .box-line.box-line-4 {
    top: 90px;
    left: -132px;
    width: 135px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
}

.wrap-cautao .box-line.box-line-5 {
    top: 50px;
    left: -120px;
    width: 115px;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
}

.wrap-cautao .box-line-circle-wrap {
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.wrap-cautao .box-line-circle {
    border-radius: 50%;
    background: rgba(38, 198, 218, 0.4);
    height: 30px;
    width: 30px;
}

.wrap-cautao .box-line-circle:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgba(38, 198, 218, 0.1);
    top: -15px;
    left: -15px;
    z-index: 1;
}

.wrap-cautao .box-line-circle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--color-main);
    z-index: 2;
    border-radius: 50%;
}

@-webkit-keyframes pulse {
    0% {
        -ms-transform: translate(50%, 50%) scale(1);
        -webkit-transform: translate(50%, 50%) scale(1);
        transform: translate(50%, 50%) scale(1);
    }
    50% {
        -ms-transform: translate(50%, 50%) scale(1.5);
        -webkit-transform: translate(50%, 50%) scale(1.5);
        transform: translate(50%, 50%) scale(1.5);
    }
    100% {
        -ms-transform: translate(50%, 50%) scale(1);
        -webkit-transform: translate(50%, 50%) scale(1);
        transform: translate(50%, 50%) scale(1);
    }
}

@keyframes pulse {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated-2,
.animated-1 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animated-2 {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}

.animated-1 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.name-news {
    font-size: 16px;
    text-transform: capitalize;
}

.name-news:hover {
    color: var(--color-main);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    -moz-border-radius: 0.34em;
    -webkit-border-radius: 0.34em;
    border-radius: 0.34em;
    font-family: "Arimo", monospace;
    padding: 0.15em;
    background: #000;
    color: #eee0d3;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), to(#333333));
    background-image: -o-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
    padding: 0 0.15em;
}

.odometer.odometer-auto-theme .odometer-digit:first-child,
.odometer.odometer-theme-car .odometer-digit:first-child {
    -moz-border-radius: 0.2em 0 0 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em 0 0 0.2em;
}

.odometer.odometer-auto-theme .odometer-digit:last-child,
.odometer.odometer-theme-car .odometer-digit:last-child {
    -moz-border-radius: 0 0.2em 0.2em 0;
    -webkit-border-radius: 0;
    border-radius: 0 0.2em 0.2em 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
    background-image: -moz-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
    background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), to(#eee0d3));
    background-image: -o-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
    background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
    background-color: #eee0d3;
    color: #000;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0.15em;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.content-main-duan img{
    max-width: 100%;
    height: auto !important;
}
@media only screen and (max-width: 992px) {
    .menu-top {
        display: none;
    }
    .fixed-mb {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 123;
        display: block;
    }
    .menu-res {
        display: block;
        background: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .banner-section {
        padding-top: 70px;
    }
    .logo-footer {
        margin: 0 auto 25px;
    }
    .slideshow .owl-slideshow img {
        height: 70vh;
        padding-left: 0;
        padding-bottom: 0;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        left: 0;
    }
    .video {
        border: 5px solid #cca174;
    }
    .wrap-nangluc .container {
        overflow: hidden;
    }
    .masonry-with-columns {
        max-height: 500px;
    }
    .masonry-with-columns div {
        width: calc(50% - 5px);
    }
    .masonry-with-columns div:nth-child(1) {
        height: 207px;
        line-height: 207px;
    }
    .masonry-with-columns div:nth-child(2) {
        height: 65px;
        line-height: 65px;
    }
    .masonry-with-columns div:nth-child(3) {
        height: 28px;
        line-height: 28px;
    }
    .masonry-with-columns div:nth-child(4) {
        height: -27px;
        line-height: -27px;
    }
    .masonry-with-columns div:nth-child(5) {
        height: 44px;
        line-height: 44px;
    }
    .masonry-with-columns div:nth-child(6) {
        height: 168px;
        line-height: 168px;
    }
    .masonry-with-columns div:nth-child(7) {
        height: 242px;
        line-height: 242px;
    }
    .masonry-with-columns div:nth-child(8) {
        height: 265px;
        line-height: 265px;
    }
    .masonry-with-columns div:nth-child(9) {
        height: 255px;
        line-height: 255px;
    }
    .masonry-with-columns div:nth-child(10) {
        height: -74px;
        line-height: -74px;
    }
    .masonry-with-columns div:nth-child(11) {
        height: 44px;
        line-height: 44px;
    }
    .masonry-with-columns div:nth-child(12) {
        height: 257px;
        line-height: 257px;
    }
    .masonry-with-columns div:nth-child(13) {
        height: 138px;
        line-height: 138px;
    }
    .masonry-with-columns div:nth-child(14) {
        height: 97px;
        line-height: 97px;
    }
    .masonry-with-columns div:nth-child(15) {
        height: 157px;
        line-height: 157px;
    }
    .masonry-with-columns div:nth-child(16) {
        height: 250px;
        line-height: 250px;
    }
    .masonry-with-columns div:nth-child(17) {
        height: 118px;
        line-height: 118px;
    }
    .masonry-with-columns div:nth-child(18) {
        height: 231px;
        line-height: 231px;
    }
    .masonry-with-columns div:nth-child(19) {
        height: 20px;
        line-height: 20px;
    }
    .masonry-with-columns div:nth-child(20) {
        height: 196px;
        line-height: 196px;
    }
    .masonry-with-columns div:nth-child(21) {
        height: -12px;
        line-height: -12px;
    }
    .masonry-with-columns div:nth-child(22) {
        height: -10px;
        line-height: -10px;
    }
    .masonry-with-columns div:nth-child(23) {
        height: 45px;
        line-height: 45px;
    }
    .masonry-with-columns div:nth-child(24) {
        height: 124px;
        line-height: 124px;
    }
    .masonry-with-columns div:nth-child(25) {
        height: 0px;
        line-height: 0px;
    }
    .masonry-with-columns div:nth-child(26) {
        height: 84px;
        line-height: 84px;
    }
    .masonry-with-columns div:nth-child(27) {
        height: 194px;
        line-height: 194px;
    }
    .masonry-with-columns div:nth-child(28) {
        height: 280px;
        line-height: 280px;
    }
    .masonry-with-columns div:nth-child(29) {
        height: 257px;
        line-height: 257px;
    }
    .masonry-with-columns div:nth-child(30) {
        height: 266px;
        line-height: 266px;
    }
    .masonry-with-columns div:nth-child(31) {
        height: 128px;
        line-height: 128px;
    }
    .masonry-with-columns div:nth-child(32) {
        height: -74px;
        line-height: -74px;
    }
    .masonry-with-columns div:nth-child(33) {
        height: 25px;
        line-height: 25px;
    }
    .masonry-with-columns div:nth-child(34) {
        height: 69px;
        line-height: 69px;
    }
    .masonry-with-columns div:nth-child(35) {
        height: 34px;
        line-height: 34px;
    }
    .masonry-with-columns div:nth-child(36) {
        height: 241px;
        line-height: 241px;
    }
    footer {
        padding-bottom: 100px;
        padding-top: 30px;
    }
    footer .top-footer {
        padding-bottom: 35px;
    }
    .wrap-service .service-content-front {
        height: 50px;
    }
    .wrap-service .service-content-front h3 {
        font-size: 18px;
    }
    .wrap-service {
        padding: 50px 0 20px;
    }
    .wrap-partner,
    .wrap-nangluc,
    .wrap-about,
    .counters,
    .wrap-news {
        padding: 50px 0;
    }
    .wrap-about:after {
        display: none;
    }
    .wrap-about .__content li.item_percent h5,
    .wrap-about .__content li.item_percent h6 {
        font-size: 14px;
    }
    .wrap-about .title-global {
        margin-bottom: 20px;
    }
    .wrap-nangluc .img-nangluc {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .wrap-nangluc p {
        font-size: 14px;
    }
    .wrap-banggia {
        font-size: 14px;
        min-height: auto;
        padding: 50px 0;
    }
    .xt {
        height: 38px;
        font-size: 12px;
    }
    .counters ul li {
        width: 48%;
    }
    .counters ul li .icon img {
        width: 30px;
    }
    .counters ul li .icon .box-count {
        font-size: 20px;
    }
    .counters ul li h3 {
        font-size: 13px;
        margin: 5px 0 20px;
    }
    .title-footer {
        margin-top: 30px;
    }
    .slideshow {
        padding-top: 70px;
    }
    #scroll a {
        bottom: -30px;
        left: 43%;
        font: normal 400 13px/1 'Josefin Sans', sans-serif;
    }
    .main-slider .info {
        padding: 15px;
        right: 0;
    }
    .main-slider .info .col-12:first-child {
        padding-right: 15px;
        border-right: none;
    }
    .main-slider .info .col-12:last-child {
        padding-left: 15px;
    }
    .main-slider .info .content {
        font-size: 18px;
        text-align: center;
    }
    .main-slider .info h3 {
        font-size: 18px;
        text-align: center;
    }
    .main-slider .info .desc {
        font-size: 13px;
        text-align: center;
    }
    .main-slider .info .hotlinev2 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
    }
    .title-global {
        margin-bottom: 10px;
    }
    .title-global h3 {
        font-size: 20px;
        font-family: Avo_bold;
    }
    .wrap-dichvu ul li {
        width: 50%;
    }
    .owl-tintuc {
        margin-bottom: 25px;
    }
    .item-news .img_hv {
        margin-bottom: 20px;
    }
    .widget--sidebar {
        display: none;
    }
    .the-article-tools {
        display: none;
    }
    .__searchmb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #3bacd6;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
    }
    .toolbar {
        display: block;
    }
    .menu {
        display: none;
    }
    .header .info {
        display: none;
    }
    .logo-header {
        padding: 15px;
    }
    .logo-header img {
        max-width: 110px;
    }
    .slideshow .desc {
        top: 25%;
    }
    .slideshow .desc h3 {
        font-size: 19px;
    }
    .slideshow .desc h4 {
        font-size: 16px;
    }
    .slideshow .desc p {
        display: none;
    }
    .__btn {
        font-size: 13px;
    }
    .dvnoibat {
        padding: 0;
        position: initial;
    }
    .dvnoibat .tit-dv {
        font-size: 14px;
    }
    .dvnoibat:after,
    .dvnoibat::before {
        display: none;
    }
    .infoslide {
        overflow: hidden;
    }
    .infoslide ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .infoslide ul li {
        width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .infoslide ul li:nth-child(2) {
        border: none;
        width: 50%;
    }
    .infoslide ul li:last-child {
        width: 100%;
        display: none;
    }
    .infoslide ._left {
        margin-right: 5px;
    }
    .infoslide ._left img {
        max-width: 25px;
        max-height: 25px;
    }
    .infoslide ._right h4 {
        font-size: 10px;
    }
    .infoslide ._right p {
        font-size: 9px;
        margin-bottom: 0px;
    }
    .wrap-about {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrap-about .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrap-about ._left {
        width: 100%;
        padding: 20px;
    }
    .wrap-about ._right {
        width: 100%;
        margin-bottom: 0;
        left: 0;
        right: 0;
    }
    .wrap-about .__content {
        margin: 30px 0 0 0;
    }
    .wrap-about .__content li h4 {
        font-size: 15px;
    }
    .content-footer .__content {
        padding: 20px;
    }
    .content-footer ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .menu-footer li a {
        font-size: 12px;
    }
    .left-pro-detail,
    .right-pro-detail {
        width: 100%;
        margin: 0px;
    }
    .title-mainGlo {
        font-size: 20px;
    }
    .widget--sidebar .widget__content.agent {
        margin-top: 120px;
        margin-bottom: 30px;
    }
    .fixed-mb {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 123;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
    .copyright {
        padding-bottom: 75px;
        font-size: 12px;
    }
    .dknt .tit {
        font-size: 25px;
        padding: 15px;
    }
    .wrap-footer .__cont_top h3 {
        font-size: 25px;
    }
    .item-product .info h3 {
        font-size: 18px;
    }
    .wrap-doitac .tit-doitac {
        font-size: 18px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .wrap-doitac .tit-doitac span {
        width: 50px;
        text-transform: uppercase;
        -webkit-transform: translateX(-25%) translateY(18%) rotate(180deg);
        -ms-transform: translateX(-25%) translateY(18%) rotate(180deg);
        transform: translateX(-25%) translateY(18%) rotate(180deg);
    }
    .wrap-doitac .owl-doitac {
        width: calc(100% - 60px);
    }
    .item-news a {
        display: block;
    }
    .item-news .info {
        width: 100%;
    }
    .wrap-cautao {
        padding: 30px 15px;
        position: relative;
    }
    .wrap-cautao .box-line {
        display: none;
    }
    .wrap-cautao .img-cautao {
        text-align: center;
        padding: 60px 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrap-cautao .img-cautao h3 {
        display: none;
    }
    .wrap-cautao .box-indicator h6 {
        font-size: 15px;
        line-height: 1.5;
    }
    .item-productindex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-productindex .content-left {
        width: 100%;
    }
    .item-productindex .content-left .detail {
        padding: 30px 15px;
    }
    .item-productindex .content-left .detail h3 {
        font-size: 17px;
        padding: 15px 0 15px 15px;
        background-size: 42px 51px !important;
    }
    .item-productindex .content-right {
        width: 100%;
    }
    .banner-slider {
        display: none;
    }
    .about2 ul,
    .nhansu ul,
    .quytrinh ul {
        margin: 0;
    }
    .about2 ul li,
    .nhansu ul li,
    .quytrinh ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
        margin: 1%;
    }
    .team-grid-style5 .team-inner-wrap,
    .team-slider-style5 .team-inner-wrap {
        padding-bottom: 150px;
    }
    .team-grid-style5 .team-inner-wrap .team-content,
    .team-slider-style5 .team-inner-wrap .team-content {
        height: 150px;
    }
    .about2 {
        background: #272727;
    }
    .top-about .tit {
        font-size: 20px;
    }
    .top-about {
        padding: 50px 0;
    }
    .mt30 {
        margin-bottom: 30px;
    }
}