* {
    margin: 0;
    padding: 0;
    outline: none
}

a, div, p, table, h1, h2, h3, h4, input {
    font-size: 14px;
    font-family: Arial,"Helvetica Neue", Helvetica,sans-serif;
    /*font-family: 'Roboto', sans-serif;
    font-family: 'CoreSansMVN';*/
}

@font-face {
    font-family: 'CoreSansMVN';
    src: url(fonts/CoreSansMVN-35Light.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: 'CoreSansMVN';
    src: url(fonts/CoreSansMVN-55Medium.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'CoreSansMVN';
    src: url(fonts/CoreSansMVN-65Bold.otf) format('opentype');        
    font-weight: bold;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none
    }

/*menu*/
.menutop {
    z-index: 1;
    text-align: left;
}

li.active.home a {
    background: none !important;
}

ul.nav.navbar-nav {
    display: inline-block;
}

    ul.nav.navbar-nav li a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 35px;
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding-left: 0;
        padding-right: 70px;
    }

li.dropdown {
    position: relative;
}

ul.dropmenu {
    box-shadow: 0px 0px 5px #cccccc;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    z-index: 9999999999;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    left: 0;
    visibility: hidden;
    display: block;
    min-width: 245px;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

ul.dropmenu2 li {
    padding: 8px 0px;
}

ul.nav.navbar-nav ul.dropmenu li a {
    padding: 0px;
    text-transform: none;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
    display: block;
}

li.dropdown:hover ul.dropmenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    border-left: 0;
    overflow: inherit;
    clip: inherit !important;
    list-style: none;
}

ul.dropmenu li {
    /*padding: 8px 10px;*/
    text-align: left;
}

    ul.dropmenu li.dropdown2 a {
        color: #333333;
        text-transform: none !important;
        padding: 0px !important;
        background: none;
    }

ul.nav.navbar-nav ul.dropmenu li:hover a, ul.nav.navbar-nav ul.dropmenu li.dropdown2 ul.dropmenu2 li:hover a {
    color: #ffffff;
}

ul.dropmenu li:hover {
    background: #123FB4 !important;
    transition: all 0.3s linear;
}

ul.dropmenu li:hover {
    padding-left: 15px;
}

.mainmenu {
    padding: 0px;
    z-index: 1;
    width: 100%;
    float: left;
    background: #123FB4;
    padding-bottom: 0px;
    position: relative;
}

    .mainmenu:before {
        /*background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 36.69%, #3663D7 64.09%, #003BD5 99.23%);*/
        background: url(images/line-header.png) no-repeat bottom center;
        background-size: cover;
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
    }

ul.nav.navbar-nav {
    display: inline-block;
    float: none;
}

    ul.nav.navbar-nav li:first-child a {
        padding-left: 0;
    }

.mainmenu li.active {
    background: #57585a;
}

ul.dropmenu ul.dropmenu2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    list-style: none;
    padding-left: 0px;
    min-width: 245px;
    background: #ffffff;
    border-left: 1px solid #999999;
}

ul.nav.navbar-nav ul.dropmenu li.dropdown2 ul.dropmenu2 li a, ul.nav.navbar-nav ul.dropmenu li.dropdown ul.dropmenu li:hover a {
    color: #ffffff;
}

ul.dropmenu li.dropdown2:hover ul.dropmenu2 {
    display: block;
}

ul.dropmenu li.dropdown2 {
    position: relative;
}

ul.nav.navbar-nav li:hover a {
    color: #ffffff;
}

.menu-responsive.nav-fix, .mainmenu.nav-fix {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 10px #777777;
}

.mainmenu.nav-fix {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)
}

li.dropdown ul.dropmenu li.dropdown a {
    color: #333333;
    text-transform: none !important;
    /*padding: 0px !important;*/
    background: none;
}

ul.dropmenu li.dropdown ul.dropmenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    list-style: none;
    padding-left: 0px;
    min-width: 300px;
    background: #ffffff;
    border-left: 1px solid #999999;
}

ul.nav.navbar-nav ul.dropmenu li.dropdown ul.dropmenu li a {
    color: #333333;
}

ul.dropmenu li.dropdown:hover ul.dropmenu {
    display: block;
}
/*end menu*/

/*slide*/
a.left.carousel-control {
    background: url(./images/prev.png) no-repeat center left 20px;
}

a.right.carousel-control {
    background: url(./images/next.png) no-repeat center right 20px;
}

.slider {
    width: 100%;
    float: left;
    position: relative;
}

.slide {
    position: relative;
}

.slider img {
    width: 100%;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

ol.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li, .carousel-indicators li.active {
    text-indent: 1px !important;
    width: 12px;
    height: 12px;
    border-radius: 0px !important;
    line-height: 12px;
    color: #ffffff;
    border-radius: 100% !important;
    margin: 0;
}

.caption-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

    .caption-slide p {
        color: #ffffff;
    }

        .caption-slide p.p1 {
            font-size: 40px;
        }

        .caption-slide p.p2 {
            font-size: 28px;
        }

        .caption-slide p.p3 {
            margin-top: 30px;
        }

            .caption-slide p.p3 a {
                padding: 8px 30px;
                background: #123FB4;
                font-size: 20px;
                text-transform: uppercase;
                color: #ffffff;
            }
/*end slide*/

/*----search--------*/
.search {
    position: relative;
    float: left;
}

    .search i {
        font-size: 17px;
    }
/*.form-search {
    width: 480px;
    height: 40px;
    position: absolute;
    right: 15px;
    bottom: -42px;
    z-index: 9
}*/
.form-search input[type="text"] {
    border: none;
    float: left;
    border-right: none;
    color: #ffffff;
    background: transparent;
    font-size: 13px;
    width: 70px;
}

.form-search select {
    height: 40px;
    float: left;
    background-color: #faa61a;
    color: #ffffff;
    border: 0px;
}

.form-search input[type="submit"] {
    background-color: transparent;
    background: url(images/search.png) no-repeat center;
    color: #ffffff;
    border: none;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: push-button;
    float: left;
    width: 16px;
    margin-right: 5px;
}
/* Chrome, Opera, Safari */
.form-search input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

/* Firefox 19+ */
.form-search input[type="text"]::-moz-placeholder {
    color: #ffffff;
}

/* IE 10+ */
.form-search input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}

/* Firefox 18- */
.form-search input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
/*---- and search--------*/

/* footer */
.footmsg {
    width: 100%;
    float: left;
    background: url(images/bg-footer.jpg) no-repeat right top #123FB4;
    padding: 30px 0px;
    position: relative;
    padding-top: 0;
}

    .footmsg:before {
        width: 100%;
        height: 10px;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        /*background: linear-gradient(90deg, #E3E3E3 0%, #A4A4A4 6.14%, #D7D7D7 14.52%, #838383 46.01%, #E4E3E3 97.08%);*/
        background: url(images/line-footer.png) no-repeat center top;
        background-size: cover
    }

.logo-footer img {
    position: absolute;
    top: -22px;
    background: url(images/bg-logo-footer.png) no-repeat top center;
    padding-top: 5px;
}

.footmsg a, .footmsg i {
    color: #ffffff;
}

.footmsg i {
    margin-right: 5px;
}

p.title-footmsg {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 22px;
}

p.info-i {
    font-size: 13px;
    margin-bottom: 9px;
    color: #ffffff;
}

.copy-right {
    background: #123fb4;
    width: 100%;
    float: left;
    border-top: 1px solid #0EB2EF;
}

    .copy-right p {
        text-align: center;
        color: #ffffff;
        margin-bottom: 0px;
        line-height: 40px;
        font-size: 14px;
    }

#bttop {
    background: #4461A5;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 0px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 100%;
}

    #bttop i {
        font-size: 20px;
    }

.social-ft {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .social-ft p, .social-ft a {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .social-ft p {
        color: #ffffff;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
    }

    .social-ft i {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #ffffff;
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        margin-left: 15px;
        margin-right: 0;
    }

.col1 {
    width: 20%;
    float: left;
    padding: 0px 15px;
}

    .col1 a, .col3 a {
        font-size: 13px;
    }

.footmsg a:hover {
    color: #0EB2EF
}

.col1 ul li, .col3 ul li {
    margin-bottom: 10px;
}

.col3 ul li {
    width: 50%;
    float: left;
}

.col3 {
    width: 40%;
    float: left;
}
/* end footer */

/* header */
.header-top {
    background: #123FB4;
    padding: 8px 15px;
    width: 100%;
    float: left;
}

.left-header {
    text-align: left;
    float: left;
}

.right-header {
    text-align: right;
    float: left;
}

.hd {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

    .hd i {
        margin-right: 10px;
        color: #faa61a;
        font-size: 15px;
        line-height: 27px;
        display: inline-block;
        vertical-align: middle;
    }

    .hd a, .hd span, .right-header a {
        color: #ffffff;
        line-height: 25px;
        display: inline-block;
        vertical-align: middle;
    }

.logo img {
    position: absolute;
    z-index: 2;
    background: url(images/bg-logo-header.png) no-repeat bottom center;
    padding-bottom: 5px;
    top: 5px;
}

ul.menuheader li {
    float: left;
    text-align: left;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

    ul.menuheader li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 6px;
        height: 15px;
        width: 1px;
        background: #52c7ff;
    }

    ul.menuheader li img, ul.menuheader li span {
        display: inline-block;
        vertical-align: middle;
    }

    ul.menuheader li img {
        margin-right: 5px;
    }

.hotline {
    background: linear-gradient(270deg, #BD0000 0%, #FF6060 52.08%, #B90202 100%);
    /* Neutral / 6 */
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    float: right;
    padding: 0px 20px;
}

    .hotline a {
        font-size: 16px;
    }

    .hotline i {
        margin-right: 5px;
    }

.left-header p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 30px;
}
/* end header */
/*Sáº£n pháº©m*/
@keyframes defaultAnimation {
    0% {
    }

    100% {
        -webkit-transform: translate(0%, 0%) translateZ(0) scale(1);
        opacity: 1;
    }
}

.title-home {
    text-align: center;
    opacity: 0;
    transform: translate(0px, 80%);
    -moz-transform: translate(0px, 80%);
    -webkit-transform: translate(0px, 80%);
    -o-transform: translate(0px, 80%);
    -ms-transform: translate(0px, 80%);
    position: relative;
    animation-name: defaultAnimation;
    -webkit-animation: defaultAnimation;
    -moz-animation: defaultAnimation;
    -o-animation: defaultAnimation;
    -ms-animation: defaultAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
}

    .title-home span {
        font-weight: bold;
        font-size: 34px;
        text-transform: uppercase;
        color: #123FB4;
    }

.introPrd {
    text-align: center;
    opacity: 0;
    margin-top: 40px;
    position: relative;
    transform: translate(0px, 80%);
    -moz-transform: translate(0px, 80%);
    -webkit-transform: translate(0px, 80%);
    -o-transform: translate(0px, 80%);
    -ms-transform: translate(0px, 80%);
    animation-name: defaultAnimation;
    -webkit-animation: defaultAnimation;
    -moz-animation: defaultAnimation;
    -o-animation: defaultAnimation;
    -ms-animation: defaultAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}

.leftintro, .imgintro, .rightintro {
    display: inline-block;
    vertical-align: middle;
}

.leftintro, .rightintro {
    width: calc(100% / 2 - 155px)
}

.leftintro {
    text-align: right;
}

.rightintro {
    text-align: left;
}

    .leftintro span, .rightintro span {
        font-size: 18px;
        color: #222222;
        font-weight: 500;
    }

.imgintro {
    padding: 0px 30px;
    width: 180px;
}

@keyframes item1Animation {
    0% {
        -webkit-transform: translate(25%, 2%) translateZ(0) scale(1.6);
    }

    100% {
        -webkit-transform: translate(0%, 0%) translateZ(0) scale(1);
        margin-top: 0;
    }
}

@keyframes item2Animation {
    0% {
        -webkit-transform: translate(-18%, 2%) translateZ(0) scale(1.6);
    }

    100% {
        -webkit-transform: translate(0%, 0%) translateZ(0) scale(1);
        margin-top: 0;
    }
}

@keyframes item3Animation {
    0% {
        -webkit-transform: translate(-50%, 7%) translateZ(0) scale(1.8);
    }

    100% {
        -webkit-transform: translate(0%, 0%) translateZ(0) scale(1);
        margin-top: 0;
    }
}

@keyframes item4Animation {
    0% {
        -webkit-transform: translate(-50%, 2%) translateZ(0) scale(1.6);
    }

    100% {
        -webkit-transform: translate(0%, 0%) translateZ(0) scale(1);
        margin-top: 0;
    }
}

/*.listprdHome .ItemPrd:nth-child(1){
    position: relative;
    animation: item1Animation;
    -webkit-animation: item1Animation;
    -moz-animation: item1Animation;
    -o-animation: item1Animation;
    -ms-animation: item1Animation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;

    transform: translate(33%, 2%) translateZ(0) scale(1.6);
    -moz-transform: translate(33%, 2%) translateZ(0) scale(1.6);
    -webkit-transform: translate(33%, 2%) translateZ(0) scale(1.6);
    -o-transform: translate(33%, 2%) translateZ(0) scale(1.6);
    -ms-transform: translate(33%, 2%) translateZ(0) scale(1.6);

    margin-top: 100px;
 }
 .listprdHome .ItemPrd:nth-child(2){
    position: relative;
animation: item2Animation;
    -webkit-animation: item2Animation;
    -moz-animation: item2Animation;
    -o-animation: item2Animation;
    -ms-animation: item2Animation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;

        transform: translate(0%, 2%) translateZ(0) scale(1.8);
    -moz-transform: translate(0%, 2%) translateZ(0) scale(1.8);
    -webkit-transform: translate(0%, 2%) translateZ(0) scale(1.8);
    -o-transform: translate(0%, 2%) translateZ(0) scale(1.8);
    -ms-transform: translate(0%, 2%) translateZ(0) scale(1.8);
    margin-top: 100px;
 }
  .listprdHome .ItemPrd:nth-child(3){
    position: relative;
animation: item3Animation;
    -webkit-animation: item3Animation;
    -moz-animation: item3Animation;
    -o-animation: item3Animation;
    -ms-animation: item3Animation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;

        transform: translate(-22%, 2%) translateZ(0) scale(1.8);
    -moz-transform: translate(-22%, 2%) translateZ(0) scale(1.8);
    -webkit-transform: translate(-22%, 2%) translateZ(0) scale(1.8);
    -o-transform: translate(-22%, 2%) translateZ(0) scale(1.8);
    -ms-transform: translate(-22%, 2%) translateZ(0) scale(1.8);
    margin-top: 100px;
    z-index: 2;

 }
  .listprdHome .ItemPrd:nth-child(4){
    position: relative;
    animation: item4Animation;
    -webkit-animation: item4Animation;
    -moz-animation: item4Animation;
    -o-animation: item4Animation;
    -ms-animation: item4Animation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;

    transform: translate(-50%, 2%) translateZ(0) scale(1.6);
    -moz-transform: translate(-50%, 2%) translateZ(0) scale(1.6);
    -webkit-transform: translate(-50%, 2%) translateZ(0) scale(1.6);
    margin-top: 100px;
 }*/
.infoPrdHome, .imgPrd {
    opacity: 0;
    margin-top: 40px;
    position: relative;
    transform: translate(0px, 80%);
    -moz-transform: translate(0px, 80%);
    -webkit-transform: translate(0px, 80%);
    -o-transform: translate(0px, 80%);
    -ms-transform: translate(0px, 80%);
    animation-name: defaultAnimation;
    -webkit-animation: defaultAnimation;
    -moz-animation: defaultAnimation;
    -o-animation: defaultAnimation;
    -ms-animation: defaultAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.boxPrd:hover {
    transition-duration: 0.3s;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #D6D9DA 100%);
}

    .boxPrd:hover .imgPrd img {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

.boxPrd {
    text-align: center;
    padding: 50px 10px 20px 10px;
}

.imgPrd {
    /*overflow:hidden;*/
}

    .imgPrd img, .img-Prd img {
        margin: auto;
        height: 200px;
        width: auto;
    }

.list-prdcat .img-Prd img, .row-contentPrd .img-Prd img {
    height: 170px;
    width: auto;
}

.titleGroup a {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    font-weight: 500;
}

.titlePrd a {
    color: #123FB4;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.titleGroup {
    margin-top: 40px;
}

.titlePrd {
    margin: 10px 0px;
}

.textPrd {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #555555;
}

.detailPrd a, .linkcontact a {
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #002ABD 0%, #6A94FF 52.08%, #0235B9 100%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 5px 20px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.42);
}

.detailPrd, .linkcontact {
    padding: 5px 0px;
    opacity: 0;
    margin-top: 10px;
}

.Itemgroup .detailPrd {
    opacity: 1;
    text-align: center;
    margin-bottom: 20px;
}

.linkcontact {
    opacity: 1;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.boxPrd:hover .detailPrd {
    opacity: 1;
    transition-duration: 0.3s;
}

.prdHome {
    background: url(images/bg-frame23.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding-bottom: 70px;
    position: relative;
}

.allItem {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 8px 0px;
}

.news-box .allItem, .recruitment-box .allItem {
    margin-top: 30px;
}

.allItem a {
    font-size: 18px;
    color: #123FB4;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 30px;
    border: 2px solid #0EB2EF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.Acolorjive {
    position: relative;
    width: 100%;
    float: left;
    height: 600px;
}

    .Acolorjive img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .Acolorjive .title-home {
        position: absolute;
        top: 30px;
    }

.textColorjive {
    position: absolute;
    top: 100px;
    width: 100%;
    float: left;
    text-align: center;
}

.linkColorjive a {
    background: linear-gradient(270deg, #002ABD 0%, #6A94FF 52.08%, #0235B9 100%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 8px 30px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.42);
    font-size: 18px;
    text-transform: uppercase;
}

.linkColorjive {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

/*end sáº£n pháº©m*/

/*media*/
.mediaHome {
    width: 100%;
    float: left;
    background: #123FB4;
    padding: 50px 0px;
}

    .mediaHome .title-home span {
        color: #ffffff;
    }

@keyframes media {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 2.5px;
        top: 2.5px;
    }

    50% {
        left: 5px;
        top: 5px;
    }

    75% {
        left: 7.5px;
        top: 7.5px;
    }

    100% {
        left: 10px;
        top: 10px;
    }
}


.video-item {
    position: relative;
    animation-name: media;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    border: 3px solid #ffffff;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.53);
    animation-delay: 1.5s;
}

.video-frame iframe {
    border: 10px solid #ffffff !important;
    width: 100% !important;
}

.video-close {
    background: #ffffff !important;
    color: #333333 !important;
    /* border-radius: 100%; */
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
    margin-right: -25px !important;
}

.big-item {
    height: 300px;
}

.small-item {
    height: 180px;
}

.anima-item {
    background: #fff;
    /*-webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);*/
    text-align: center;
}

    .anima-item.small-anima {
        width: calc(50% - 15px);
        float: left;
        margin-top: 30px;
        margin-bottom: 5px;
    }

        .anima-item.small-anima:nth-child(2) {
            margin-right: 15px;
        }

        .anima-item.small-anima:nth-child(3) {
            margin-left: 15px;
        }

img.icon-play.lazy.loaded {
    width: 50px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small-anima img.icon-play.lazy.loaded {
    width: 30px;
    margin: auto;
}

.boxMedia {
    width: 100%;
    float: left;
    text-align: center;
}

.box-col {
    /*width: 75%;*/
    display: inline-block;
    margin-top: 30px;
}

.col-video .allItem a, .col-news .allItem a {
    background: #ffffff;
}

.imgnewsHome {
    width: 40%;
    float: left;
    overflow: hidden
}

.newsHome {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rightnewsHome {
    width: 60%;
    float: left;
    padding-left: 20px;
    text-align: left;
}

    .rightnewsHome a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: 72px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.boxnews {
    background: #ffffff;
    padding: 10px;
    width: 100%;
    float: left;
    height: 520px;
    overflow-y: scroll;
    padding-right: 5px;
}

    .boxnews::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #e1e1e1;
        border-radius: 6px;
    }

    .boxnews::-webkit-scrollbar {
        width: 6px;
        background-color: #e1e1e1;
    }

    .boxnews::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #aaaaaa;
    }
/*end media*/

/*cÃ´ng trÃ¬nh Ä‘Ã£ thi cÃ´ng*/
.boxtitlePj {
    overflow: hidden;
}

.boxttprj {
    background: linear-gradient(90.21deg, #123FB4 0.29%, #315FD7 94.21%);
    height: 488px;
    text-align: center;
    position: relative;
}

.bg-white {
    /*background: #ffffff;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*overflow: hidden;*/
    width: 85%;
    margin: auto;
}
/*@keyframes project {
    0% {left:0px; top:0px;}
    25% {left:2.5px; top:2.5px;}
    50% {left:5px; top:5px;}
    75% {left:7.5px; top:7.5px;}
    100% {left:10px; top:10px;}
}*/
.boxttprj p {
    font-size: 33px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 50px 10px;
    /*animation-name: media;
    animation-duration: 0.2s;
    animation-fill-mode:forwards;
    animation-delay:1s;
    background: linear-gradient(90.21deg, #123FB4 0.29%, #315FD7 94.21%);
    border: 3px solid #ffffff;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.53);
    animation-delay: 1s;*/
    position: relative;
    z-index: 2;
}

    .boxttprj p span {
        font-weight: 500;
        display: block;
    }

.boxlist {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 5px;
    width: 100%;
    float: left;
}

.ItemprjHome, .listPrj .prj {
    width: calc(100% / 2);
    float: left;
    padding: 5px;
}

.listPrj .prj {
    margin-bottom: 0;
    margin-top: 0;
}

    .imgPrjHome, .listPrj .prj .imgprj {
        height: 180px !important;
        overflow: hidden;
    }

        .imgPrjHome img, .listPrj .prj .imgprj img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.titleprjHome, .listPrj .title-prj {
    text-align: center;
    padding: 12px 10px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #EAEAEA 93.88%);
}

.listPrj .title-prj {
    margin-top: 0;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

    .titleprjHome a, .listPrj .title-prj a {
        text-transform: uppercase;
        font-size: 18px;
    }

.projectHome {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
/*end cÃ´ng trÃ¬nh Ä‘Ã£ thi cÃ´ng*/

/*Há»‡ thá»‘ng chi nhÃ¡nh*/
.titleBranch {
    font-size: 30px;
    line-height: 36px;
    color: #123FB4;
    text-transform: uppercase;
    font-weight: 500;
}

.ItemBranch {
    width: 50%;
    float: left;
    margin-top: 40%;
    transform: translateY(-50%);
}

    .ItemBranch ul li span {
        font-size: 18px;
        text-transform: uppercase;
        margin-left: 15px;
    }

    .ItemBranch ul li {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
/*ENd há»‡ thá»‘ng chi nhÃ¡nh*/
.social-ft i:hover {
    background: #ffffff;
    color: #0EB2EF;
    transition-duration: 0.3s;
}

.linkcontact a:hover, .detailPrd a:hover {
    background: linear-gradient(270deg, #BD0000 0%, #FF6060 52.08%, #B90202 100%);
    transition-duration: 0.6s;
}

.allItem a:hover {
    background: #0EB2EF;
    color: #ffffff;
    transition: background 0.3s;
}

.linkColorjive a:hover {
    background: #6A94FF;
    transition-duration: 0.6s;
}

.imgPrjHome img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.nav-fix .logo img {
    position: unset;
    background: none;
    height: 45px;
    margin-top: 5px;
}

.mb {
    display: none;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    #particles-js canvas {
        -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 2), rgba(0, 0, 0, 2), transparent, transparent, transparent, transparent, transparent, rgba(0, 0, 0, 2), rgba(0, 0, 0, 2));
    }

.banner-page img {
    width: 100%;
}

.banner-page {
    position: relative;
    width: 100%;
    float: left;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .breadcrumb h1, .breadcrumb h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        color: #123FB4;
        text-transform: uppercase;
        margin: 0;
    }

.child-page .breadcrumb ul {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

    .child-page .breadcrumb ul li {
        display: inline-block;
        position: relative;
        padding-right: 8px;
        margin-right: 5px;
    }

        .child-page .breadcrumb ul li a, .child-page .breadcrumb ul li span {
            color: #123FB4;
        }

        .child-page .breadcrumb ul li:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 12px;
            background: #123FB4;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
        }

        .child-page .breadcrumb ul li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .child-page .breadcrumb ul li:last-child:after {
                display: none;
            }

.iso {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.other.other-solution h4 {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.iso img {
    position: absolute;
    z-index: 2;
    top: -7px;
    left: -30px;
}

.iso p span {
    /* padding-left: 100px; */
    /*float: left;*/
    background: #123FB4;
    border-radius: 20px;
    padding: 20px;
    padding-left: 120px;
    position: relative;
    z-index: 1;
}

.iso p span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.iso p {
    display: inline-block;
    position: relative;
    padding: 30px 0px;
}

.text-product {
    width: 100%;
    float: left;
    padding: 20px 15px;
}

    .text-product p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

.boxprd {
    border: 9px solid #ECEDEF;
}

.img-groupprd {
    margin-top: -150px;
}

    .img-groupprd img {
        margin: auto;
        height: 200px;
    }

.title-groupprd {
    text-align: center;
    margin: 30px 0px;
}

    .title-groupprd a {
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #123FB4;
        text-transform: uppercase;
    }

.Itemgroup {
    margin-bottom: 30px;
}

.list-groupprd {
    width: 100%;
    float: left;
    margin: 40px 0px;
}

.boxprd:hover .img-groupprd img {
    transform: translateY(-20px);
    transition-duration: 0.3s;
}

.boxprd:hover {
    border: 9px solid #d9dadb;
    transition-duration: 0.5s;
}

.maincontent-page {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.title-list {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #123FB4;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px;
}

.list-prdcat {
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    width: 100%;
    float: left;
}

.title-block {
    font-size: 20px;
    line-height: 24px;
    color: #123FB4;
    text-transform: uppercase;
    padding: 15px 10px;
    border-bottom: 1px solid #C1C7CD;
    text-align: center;
}

.block-cat {
    padding: 0;
}

.list-prd {
    border-left: 1px solid #C1C7CD;
    padding-bottom: 40px;
}

.Item-listcat {
    padding: 30px 30px 0px 30px;
}

    .Item-listcat a {
        /*text-transform: uppercase;*/
        font-size: 15px;
    }

.list-cat {
    padding-bottom: 30px;
}

.Item-listcat.active a {
    color: #ED1C24;
}

.ItemPrd {
    margin-top: 50px;
}

.img-Prd img {
    margin: auto;
}

.title-Prd {
    width: 100%;
    float: left;
    margin: 20px 0px;
    text-align: center;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .title-Prd a {
        font-size: 18px;
        line-height: 22px;
        color: #123FB4;
        text-transform: uppercase;
    }

.pricePrd p {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

    .pricePrd p span {
        display: inline-block;
    }

        .pricePrd p span:last-child {
            margin-left: -4px;
        }

.img-detailPrd img {
    margin: auto;
}

.border-row {
    border-top: 1px solid #ECEDEF;
    padding: 20px 0px;
}

.price-detail .border-row span {
    display: inline-block;
}

    .price-detail .border-row span:last-child {
        margin-left: -4px;
    }

.left-contentPrd .border-row {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.img-detailPrd {
    margin-bottom: 50px;
}

.right-contentPrd .border-row {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.commentPrd {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-top: 30px;
}

.title-comment {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.box-comment {
    border: 1px solid #C1C7CD;
    width: 100%;
    float: left;
}

    .box-comment textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #c1c7cd;
        padding: 20px;
        float: left;
    }

.importInfor {
    padding: 15px 0px;
    background: #ECEDEF;
    width: 100%;
    float: left;
}

    .importInfor input[type="text"] {
        float: left;
        width: 44%;
        margin-left: 1%;
        padding: 0px 15px;
        height: 40px;
        border: 1px solid #d1d1d1;
    }

    .importInfor button {
        float: left;
        width: 8%;
        margin-right: 1%;
        margin-left: 1%;
        background: #003D84;
        border-radius: 4px;
        border: none;
        height: 40px;
        color: #ffffff;
        text-transform: uppercase;
    }

.title-childpage span {
    font-size: 30px;
    line-height: 36px;
    color: #ED1C24;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.title-childpage {
    position: relative;
    margin-bottom: 20px;
}

    .title-childpage:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #ED1C24;
        left: 0;
        top: 60%;
        z-index: 1;
    }

.news-box, .recruitment-box {
    margin-bottom: 40px;
    width: 100%;
    float: left;
}

.title-newsmain {
    margin: 10px 0px;
}

    .title-newsmain a {
        font-size: 20px;
        line-height: 24px;
        color: #123FB4;
        text-transform: uppercase;
        font-weight: 500;
    }

.date-newsmain, .date-rowNews {
    font-size: 16px;
    color: #A1A3A5;
    margin-bottom: 10px;
}

.date-newsmain {
    margin-bottom: 0;
}

.text-newsmain p, .text-rowNews p {
    font-size: 16px;
}

.text-newsmain p {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-recruitment p {
    line-height: 18px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-newsmain {
    margin-bottom: 30px;
}

.Item-newsbottom {
    width: 50%;
    float: left;
}

.img-newsbottom {
    height: 200px;
}

    .img-newsbottom img {
        overflow: hidden;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.Item-newsbottom:first-child {
    padding-right: 15px;
}

.Item-newsbottom:last-child {
    padding-left: 15px;
}

.title-newsbottom a {
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: #123FB4;
    font-weight: 500;
}

.title-newsbottom {
    margin: 10px 0px;
}

.img-recruitment {
    width: 30%;
    float: left;
}

.right-recruitment {
    width: 70%;
    float: left;
    padding-left: 20px;
}

    .right-recruitment a, .title-rowNews a {
        font-size: 20px;
        line-height: 24px;
        text-align: justify;
        color: #123FB4;
        font-weight: 500;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.row-recruitment {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.recruitment-box .allItem {
    margin-top: 0;
}

.video-frame {
    transform: translateX(-50%);
    margin-left: 0 !important;
    width: 50% !important;
}

.right-media .video-item {
    animation-name: none;
    background: none;
    border: none;
    box-shadow: none;
}

.left-video {
    width: 55%;
    float: left;
}

    .left-video .big-item {
        height: 140px;
    }

.left-media, .right-media {
    margin-top: 40px;
}

.title-video {
    width: 45%;
    font-size: 18px;
    line-height: 30px;
    color: #242424;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 15px;
}

.row-video {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.box-video .allItem {
    margin-top: 0;
}

.img-rowNews {
    width: 30%;
    float: left;
    height: 200px;
    overflow: hidden;
}

    .img-rowNews img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.rightrowNews {
    width: 70%;
    float: left;
    padding-left: 30px;
}

.contentc {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.rowNews {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.listNews {
    margin-top: 40px;
}

.search-datebirth form {
    width: 60%;
    margin: auto;
}

    .search-datebirth form select {
        border: 1px solid #e1e1e1;
        height: 40px;
        width: calc(80% - 10px);
        border-radius: 40px;
        padding: 0px 20px;
        float: left;
        margin-right: 10px;
    }

    .search-datebirth form button {
        background: linear-gradient(270deg, #002ABD 0%, #6A94FF 52.08%, #0235B9 100%);
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        height: 40px;
        width: calc(100% - 80%);
        float: left;
        color: #FFFFFF;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.42);
        text-transform: uppercase;
    }

.search-datebirth {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.fengshui {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.prj {
    width: calc(100% / 4);
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.list-unstyled .imgprj {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

    .list-unstyled .imgprj:first-child {
        z-index: 1;
        position: relative;
        opacity: 1;
        height: 170px;
        overflow: hidden
    }

    .list-unstyled .imgprj img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
    }

    .list-unstyled .imgprj:hover img {
        filter: grayscale(0);
    }

.projectHome .list-unstyled .imgprj img {
    filter: grayscale(0);
}

.list-unstyled {
    position: relative;
}

.title-prj {
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #123FB4;
    height: 40px;
}

.list-prj {
    margin-top: 40px;
}

.thanhtuu {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    margin-top: 30px;
}

span.number-tt {
    font-size: 40px;
    font-weight: bold;
    display: block;
    color: #005699;
}

span.text-tt {
    font-size: 20px;
    color: #005699;
    font-weight: 500;
}

.gioithieu {
    width: 100%;
    float: left;
    padding-top: 100px;
}

    .gioithieu:last-child {
        padding-top: 50px;
    }

.title-gt {
    color: #005699;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.text-gt p {
    font-size: 16px;
}

.gioithieu:first-child .title-gt, .gioithieu:first-child .text-gt {
    padding-left: 30px;
}

.gioithieu:last-child .title-gt, .gioithieu:last-child .text-gt {
    padding-right: 30px;
}

.text-gt a {
    color: #005699;
    font-style: italic;
}

.text-gt p, .text-gt {
    font-size: 15px;
}

.lienket {
    margin-top: 100px;
    text-align: center;
}

.text-lk {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.link-lk {
    width: 400px;
    margin: auto;
    padding: 15px 0px;
}

    .link-lk a {
        border-radius: 50px;
        width: 200px;
        text-align: center;
        height: 50px;
        line-height: 45px;
        color: #005699;
        font-size: 20px;
        border: 2px solid #005699;
        font-weight: 500;
        padding: 15px 20px;
    }
/*form support*/
.form1.in {
    width: 35%;
    min-width: 350px;
}

.form1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
    z-index: 2000;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

a.a-form {
    /*position: fixed;
    left: 0px;
    z-index: 9;
    top: 30%;*/
}

    a.a-form img {
        width: 80px;
    }

.head-form {
    width: 100%;
    float: left;
    position: relative;
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    background: #ED1C24;
}

    .head-form span {
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
    }

.form1 button.close-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
    background: none;
    border: none;
    z-index: 2;
}

.body-form {
    padding: 15px;
    width: 100%;
    float: left;
    background: url(images/bg-footer.jpg) no-repeat right top;
}

.form1 input[type="text"], .form1 textarea {
    height: 35px;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.form1 textarea {
    height: auto;
    margin-bottom: 15px;
}

.form1 input[type="submit"] {
    background: #ED1C24;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 13px;
    border: none;
    color: #ffffff;
}

#slideads {
    position: absolute;
    visibility: hidden;
    z-index: 999;
    left: 0px;
    width: 104px;
}

#slideads1 {
    float: left;
    margin-left: 0px;
    padding-top: 200px;
}
/*end form  support*/

.pricePrd {
    width: 100%;
    float: left;
    height: 90px;
}

.videoi {
    margin-bottom: 30px;
}

.title-itemvideo {
    font-size: 16px;
}

.row-contentPrd {
    width: 100%;
    float: left;
}

.rowprd {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.breadcrumb h1 {
    display: none;
}

.child-page {
    width: 100%;
    float: left;
}

.rowprd:first-child {
    margin-bottom: 60px;
}

ul.cd-accordion-faq.cd-accordion-menu label::before {
    right: auto;
    left: 10px;
}

ul.cd-accordion-faq.cd-accordion-menu li {
    background: #f9f9f9;
    margin-bottom: 5px;
}

    ul.cd-accordion-faq.cd-accordion-menu li label {
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

ul.cd-accordion-faq.cd-accordion-menu.animated.accordion-dd {
    margin: 30px 0px;
}

ul.cd-accordion-faq.cd-accordion-menu ul.content-faq {
    padding: 0px 20px;
    background: #f1f1f1;
    padding-top: 15px;
}

    ul.cd-accordion-faq.cd-accordion-menu ul.content-faq li {
        background: #f1f1f1;
        line-height: 22px;
    }

.info-footer {
    width: 100%;
    float: left;
    background: #123fb4;
    color: #ffffff;
    text-align: left;
    padding-bottom: 20px;
}

    .info-footer .title-footmsg {
        position: relative;
        padding-top: 8px;
    }

        .info-footer .title-footmsg:before {
            position: absolute;
            height: 1px;
            width: 100px;
            background: #0eb2ef;
            left: 0;
            top: 0;
            content: "";
        }

    .info-footer a {
        color: #ffffff;
    }

.content-Prd {
    margin-top: 30px;
}

.newsHome:hover .imgnewsHome img, .imgprj:hover img, .ItemPrd:hover .img-Prd img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.luongson {
    padding-top: 30px;
    padding-bottom: 50px;
}

    .luongson #noitthat.tabcontent, .luongson #ngoaithat.tabcontent {
        padding: 30px 15px;
        width: 100%;
        float: left;
    }

.row-ls label {
    float: left;
    margin-bottom: 0;
    line-height: 32px;
    width: 100%;
}

.row-ls input {
    float: left;
    height: 30px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 0px 10px;
}

.row-ls {
    width: calc(100% /3);
    float: left;
    padding: 0px 15px;
}

.row-ls2 {
    margin-top: 15px;
    width: 100%;
    float: left;
}

    .row-ls2 select {
        height: 30px;
        width: calc(100% / 3 - 30px);
        margin: 0px 15px;
        border: 1px solid #e1e1e1;
        padding: 0px 10px;
    }

    .row-ls2 label {
        width: 100%;
        padding: 0px 15px;
    }

    .row-ls2 button {
        height: 30px;
        margin-left: 15px;
        background: linear-gradient(270deg, #002ABD 0%, #6A94FF 52.08%, #0235B9 100%) !important;
        border: 2px solid #FFFFFF !important;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        height: 30px;
        padding: 0px 20px !important;
        color: #FFFFFF;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.42);
        text-transform: uppercase;
    }

    .row-ls2 .row-ls label {
        padding: 0;
    }

    .row-ls2 .row-ls select {
        margin: 0;
        width: 100%;
        padding: 0px 10px;
    }

    .row-ls2 .row-ls button {
        margin-top: 32px;
    }

.luongson .tab button {
    width: 50%;
}

    .luongson .tab button.active {
        border-top: 5px solid #123FB4;
    }

.luongson .tab button {
    border-top: 5px solid #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
}

.info-pro {
    width: 30%;
    float: left;
    text-align: center;
}

    .info-pro ul li span {
        margin-right: 10px;
    }

    .info-pro img {
        max-width: 100%;
    }

.info-son {
    width: 70%;
    float: left;
}
/*call*/
.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 65px;
    left: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 8;
}

.social-button-content {
    display: inline-grid;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}

.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@@-webkit-keyframes "headerAnimation" {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@@keyframes "headerAnimation" {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.aside-backdrop {
    z-index: 7;
}

/*end call*/
h1.title_pt {
    color: #123fb4;
    font-size: 18px;
    margin-bottom: 20px;
}

.searchEmpty {
    margin-bottom: 30px;
    font-size: 16px;
}

.breadcrumb {
    display: none
}

#ketquatimkiem .listNews {
    padding-left: 0;
    padding-right: 0;
}

/*auto open popup*/
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999
}

    .bts-popup.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.bts-popup-container {
    position: relative;
    width: 90%;
    max-width: 650px;
    margin: 4em auto;
    /*background: #f36f21;*/
    border-radius: none;
    text-align: center;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .bts-popup-container img {
        padding: 20px 0 0 0;
    }

    .bts-popup-container p {
        color: white;
        padding: 10px 40px;
    }

    .bts-popup-container .bts-popup-button {
        padding: 5px 25px;
        border: 2px solid white;
        display: inline-block;
        margin-bottom: 10px;
    }

    .bts-popup-container a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }

    .bts-popup-container .bts-popup-close, #closepopup .bts-popup-close {
        position: absolute;
        top: 0px;
        right: -30px;
        width: 30px;
        height: 30px;
        background: #0000009e;
    }

        .bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after,
        #closepopup .bts-popup-close::before, #closepopup .bts-popup-close::after {
            content: '';
            position: absolute;
            top: 12px;
            width: 16px;
            height: 3px;
            background-color: white;
        }

        .bts-popup-container .bts-popup-close::before,
        #closepopup .bts-popup-close::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 8px;
        }

        .bts-popup-container .bts-popup-close::after,
        #closepopup .bts-popup-close::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 6px;
            top: 13px;
        }

.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .bts-popup-container {
        margin: 8em auto;
    }

    .info-footer .col-md-5 {
        position: relative;
        top: -2px;
    }

    .info-footer .col-md-5 p {
        margin-bottom: 10px;
    }
}
    /*end auto open*/
    #bang-mau {
        padding: 0px;
    }
div.cookie-popup-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}

div.cookie-popup {
    max-width: 600px;
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 3px;
}

div.cookie-popup h2 {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    font-size: 25px;
    padding: 15px;
    text-align: center;
}

div.cookie-popup h6 {
    border-top: 1px solid #DDDDDD;
    text-align: right;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 5px;
 }
@media only screen and (max-width:480px){
    div.cookie-popup h6 a {
        color: #888;
        text-decoration: none;
    }

    .logo-dd span {
        display: none;
    }

    .menu-responsive a.a-menu {
        position: relative;
    }

    .aside {
        right: unset;
        left: -300px;
        width: 300px;
        box-shadow: unset;
        transition: all .3s;
    }

    .aside.in {
        left: 0;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }

    .logo-dd {
        bottom: -3px;
        left: 0px;
        width: 100%;
    }
}
.tel_agency_zi>a{
    margin-left:10px;
}
.tel_agency_zi>a:hover{
    color:#333;
}
.info-footer .agency, .info-footer .tel_agency_zi {
    position: relative;
}
.info-footer .agency::after{
    content:"";
    position:absolute;
    width:19px;
    height:19px;
    left:0;
    top:0;
}
    .info-footer .tel_agency_zi::after {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        left: 5px;
        top: 4px;
    }
.info-footer .tel_agency_zi{
    margin-bottom:10px;
}
p.title-footmsg{
    margin-bottom:25px;
}
@media (min-width: 992px){
    .row-custom-5{
        width:20%;
        margin-bottom:15px;
    }
    .titleGroup a{
        font-size:16px;
        font-weight:bold;
    }
    .titlePrd a, .title-groupprd a, .detailPrd a {
        font-size: 14px;
    }
    .detailPrd a {
        padding: 6px 20px 5px 20px;
    }
    .textPrd {
        text-align: justify;
        text-align-last: center;
        line-height: 1.3em;
        height: 3.6em;
        overflow: hidden;
        font-size: 15px;
    }
}
.title-fengshui {
    position: relative;
    padding-left: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.title-fengshui > a {
    color: #004784;
    font-size: 15px;
}
.title-fengshui:last-child{
    margin-bottom:30px;
}
.title-fengshui:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ea1c24;
    border-top: 2px solid #ea1c24;
    transform: rotate( 45deg );
}
.tab_color {
    display: flex;
    align-items: center;
    clear: both;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    flex-wrap:wrap;
    top:60px;
    margin-bottom:60px;
    left:15px;
}
.tab_color .btn_left, .tab_color .btn_right {
    width: 50%;
    height: 57px;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}
.tab_color .btn_left > a, .tab_color .btn_right > a {
    display: block;
    line-height: 57px;
    width: -webkit-fill-available;
    text-align: center;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.tab_color > div.active {
    background-color: #ccc;
    border-top: 5px solid #123FB4;
}
.tab-content.list-item{
    margin-top:0 !important;
}
.color_table .colpick{
    padding-left:0 !important;
    padding-right: 0!important;
}
input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb {
    width: 126px !important;
}
.color-bar-ori input[type=range]::-webkit-slider-thumb {
    width: 27.5px !important;
}
.color-bar-ori .colo-contain {
    margin-left: 1px;
    width: calc(100% - 3px);
}
.color-bar-ori .colo-contain .color_range {
    width: calc(100% - 27.7px);
    margin-left: 30px;
}
.page-cate-tab .tab_row{
    margin-top:60px;
}
.page-cate-tab:before {
    clear: both;
}
.lead_tab > a {
    background-color: #f1f1f1;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lead_tab > a > span {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.lead_tab > a.active {
    border-top: 5px solid #123FB4;
    background-color: #ccc;
}
.list-fengshui {
    border-left: none;
    border: 1px solid #9a9a9a;
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.mau-pha-tay .color_table .colpick {
    display: none;
}
.mau-pha-tay .color_table .colpick.active {
    display: block;
}
@media only screen and (max-width:480px) {
    .cd-accordion-menu > .menu-item.has-children > ul > li.dropdown > ul.dropmenu {
        box-shadow: unset;
        margin: 0; 
        padding: 0; 
        position: relative; 
        top: 0; 
        z-index: 9999999999; 
        overflow: hidden; 
        background: #f1f1f1;
        opacity: 1; 
        left: 0;
        visibility: visible; 
        display: block;
        min-width: 245px;
    }
    .cd-accordion-menu > .menu-item.has-children > ul > li.dropdown > ul.dropmenu > li > a {
         padding-left:35px;
         position:relative;
    }
    .cd-accordion-menu > .menu-item.has-children > ul > li.dropdown > ul.dropmenu > li > a:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0,-50%);
        background: #09205a;
    }
}
ul.nav.navbar-nav li>a{
    font-weight:bold;
}
ul.nav.navbar-nav li:first-child a {
    padding-right: 55px;
    position: relative;
    top: -3px;
}
.navbar-nav > li > a > i {
    font-size: 20px;
}
.list_cat_pro_parent_home > .rowprd:nth-child(n+2){
    display:none;
}