/*=======  GENERAL ============================*/

@import url(general.css);

/*==========================================================
             HEADER
==========================================================*/

.mainMenu {
    box-shadow: 0px 5px 5px rgba(3, 3, 3, 0.3);
    position: relative;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    position: fixed;
    top: 0;
}

.sub .mainMenu {
    transition: all 0.5s;
    box-shadow: none;
    border-bottom: solid 1px #9d9d9d;
    padding: 0;
    /*padding-top: 10px;*/
}

.sub .mainMenu.nav-up {
    top: -200px;
}


/*.sub .mainMenu .logo{
    position: absolute;
    top: 11px;
    left: 0;
}*/

.logo {
    position: relative;
    padding: 12px 0 12px;
}

.lang {
    position: absolute;
    bottom: 14px;
    right: -15px;
    /* left: 273px; */
    border-left: solid 1px #9d9d9d;
    border-right: solid 1px #9d9d9d;
    line-height: 20px;
    padding: 0px 7px;
}

.lang img {
    float: left;
    margin-top: 5px;
}


/*.sub .lang{
    bottom: inherit;
    top: 20px;
    left: 277px;
}*/

.lang a {
    padding: 0px 5px;
}


/* @media only screen and (max-width: 1020px) {
    .thumbScale img {
        max-height: 150px;
    }
} */


/* @media(max-width:600px) {
    .thumbScale img {
        max-height: 150px;
    }
} */

@media(min-width:900px) {
    .news .thumbScale img {
        /* max-height: 120px; */
    }
}

@media(min-width:1200px) {
    .news .thumbScale img {
        /* max-height: 120px; */
    }
}

.videoItem .thumbScale img {
    /* max-height: 150px; */
}

.hotline {
    float: right;
    font-size: 1.125em;
    color: #02509a;
    text-transform: uppercase;
    border-left: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
    padding: 0px 20px;
    margin-top: 12px;
}

.hotline a {
    color: #ff6b08;
    font-weight: bold;
    line-height: 27px;
}

ul.menu {
    float: right;
    font-size: 0.75em;
    line-height: 45px;
    margin-bottom: 0px;
    margin-right: 10px;
}

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

ul.menu>li>a {
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 5px;
}

ul.menu>li.active>a {
    color: #ff6b08;
}

.sub-menu {
    position: absolute;
    top: calc(100% + 38px);
    background-color: rgba(255, 255, 255, .95);
    padding: 15px 25px;
    min-width: 600px;
    opacity: 0;
    left: -9999px;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
}

ul.menu>li:nth-child(5)>.sub-menu,
ul.menu>li:nth-child(7)>.sub-menu {
    min-width: 250px;
}

ul.menu>li:nth-child(5)>.sub-menu .col-md-6,
ul.menu>li:nth-child(7)>.sub-menu .col-md-6 {
    width: 100%;
}

ul.menu>li:nth-child(6)>.sub-menu {
    left: -9999px;
}

ul.menu>li:nth-child(6):hover>.sub-menu {
    right: 0;
    left: auto;
}

ul.menu>li:hover .sub-menu {
    opacity: 1;
    top: calc(100% + 0px);
    left: 0;
}

.sub-menu ul.nav {
    line-height: normal;
}

.sub-menu ul.nav>li>a {
    padding: 5px 0 5px 15px;
    position: relative;
    font-weight: 800;
    font-size: 1em;
    line-height: normal;
}

.sub-menu ul.nav>li>a:hover {
    background: none;
}

.sub-menu ul.nav>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #02509a;
    border-radius: 50%;
}

.sub-menu ul.nav>li>a:hover:before {
    background-color: #ff8400;
}

.sub-menu ul.nav>li>ul {
    margin: 0;
    padding-left: 10px;
    border-left: 1px solid #595151;
    list-style: none;
    line-height: normal;
}

.sub-menu ul.nav>li>ul>li {}

.sub-menu ul.nav>li>ul>li>a {
    white-space: nowrap;
    color: #595151;
    line-height: normal;
    padding: 5px 0;
    max-width: 100%;
    word-break: break-word;
    white-space: pre-line;
}

.sub-menu ul.nav>li>ul>li>a:hover {
    color: #000;
}


/*==========================================================
             CONTENT
==========================================================*/

.btnSide {
    position: fixed;
    top: 35%;
    right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 99;
    height: 352px;
}

.btnSide>div {
    position: absolute;
}

.btnSide>div>a {
    left: 20px;
    width: 52px;
    height: 52px;
    line-height: 44px;
    border-radius: 50%;
    border: solid 4px #004e9c;
    text-align: center;
    font-size: 1.35em;
    background: #fff;
    transition: all 0.3s;
}

.btnSide>div>a.lnkImg {
    border: 0;
    background: none;
    overflow: hidden;
    border-radius: 50%;
}

.btnSide a:hover {
    border-color: #ff6b08;
}

.btnSide .lnkSearch {
    top: 0;
}

.btnSide .lnkCart {
    top: 60px;
}

.btnSide .lnkFacebook {
    top: 120px;
}

.btnSide .lnkZalo {
    top: 180px;
}

.btnSide .linkZalo {
    top: 240px;
}

.btnSide .lnkMessenger {
    top: 240px;
}

.btnSide .lnkPhone {
    top: 300px;
}

.btnSide .lnkViber {
    top: 360px;
}

.sideTag {
    position: absolute;
    left: -240px;
    top: 0px;
    padding: 0;
    height: 52px;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.3s;
    z-index: -1;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.sideTag>div {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.sideTag>div:before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.sideTag .form-control {
    height: 32px;
    font-size: 14px;
}

.sideTag .btn {
    height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    float: right;
    text-transform: none;
    font-weight: normal;
}

.lnkCart .sideTag>span {
    display: inline-block;
    float: left;
}

.lnkCart .sideTag div>span b {
    font-weight: bold;
    font-size: 1.125em;
    color: #ff6b08;
}

.lnkCart .sideTag .btn {
    padding: 0px 15px;
    float: right;
}

.lnkSearch .sideTag {
    left: -290px;
    padding-bottom: 150px;
}

.lnkSearch:hover .sideTag select {
    min-width: 100px;
    padding: 0px 5px;
    background: #02509a;
    color: #fff;
    text-transform: capitalize;
}

.lnkSearch .sideTag>div {
    width: 250px;
}

.lnkCart .sideTag {
    left: -220px;
}

.lnkCart .sideTag>div {
    width: 180px;
}

.lnkFacebook .sideTag {
    left: -200px;
}

.lnkFacebook .sideTag>div {
    width: 160px;
}

.lnkSearch:hover .sideTag {
    width: auto;
    padding-right: 20px;
    opacity: 1;
    left: -270px;
}

.lnkCart:hover .sideTag {
    width: auto;
    padding-right: 20px;
    opacity: 1;
    left: -200px;
}

.lnkFacebook:hover .sideTag {
    width: auto;
    padding-right: 20px;
    opacity: 1;
    left: -180px;
}


/*------------ index ------------------------------------*/

.slider1 .item .sliderVideo {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.slider1 .item {
    height: calc(100vh - 93px);
    position: relative;
}

.slider1 .item>a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slider1 .caption {
    width: 385px;
    text-align: justify;
    position: absolute;
    bottom: 80px;
    right: 90px;
    color: #fff;
}

.slider1 .caption>div {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.3);
}

.slider1 .caption a {
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 95%;
}

.slider1 .caption a:hover {
    color: #26a9da;
}

.slider1 .owl-controls {
    margin-top: 0px;
    opacity: 0;
    transition: all 0.3s;
}

.slider1:hover .owl-controls {
    opacity: 1;
}

.slider1 .owl-controls .owl-nav [class*=owl-] {
    margin: 0px;
    padding: 0px;
    width: 65px;
    height: 90px;
    transition: all 0.2s;
}

.slider1 .owl-controls .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.2) url("../images/btnprev2.png") no-repeat center center;
    position: absolute;
    top: calc(50% - 90px);
    left: 0;
}

.slider1 .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.5) url("../images/btnprev.png") no-repeat center center;
}

.slider1 .owl-controls .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.2) url("../images/btnnext2.png") no-repeat center center;
    position: absolute;
    top: calc(50% - 90px);
    right: 0;
}

.slider1 .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.5) url("../images/btnnext.png") no-repeat center center;
}

.slider1 .owl-video-wrapper,
.slider1 .owl-video-tn {
    background: none !important;
}

.slider3 {
    position: relative;
}

.slider3 .item {
    height: auto;
}

.slider3 .owl-controls {
    margin: 0 !important;
}


/* -------- Index ------------------------ */

.indexHeadBanner {
    background-size: auto 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 91px;
}

.indexHeadBanner .photo {
    margin-bottom: 50px;
}

.indexHeadBanner .slogan {
    font-size: 1.125em;
    font-weight: bolder;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.indexHeadBanner .slogan span {
    display: inline-block;
    border-top: solid 1px rgba(255, 255, 255, 0.612);
    border-bottom: solid 1px rgba(255, 255, 255, 0.612);
    padding: 0px 35px;
}

.btnBanner {
    opacity: 0.7;
}

.btnBanner:hover {
    opacity: 1;
}

.indexSanPham {
    background: url("../images/bgsanpham.jpg") fixed no-repeat center top;
    background-size: auto 100%;
}

.sanPham-box {
    margin: 60px 0;
    background-color: rgba(255, 255, 255, 0.6);
    height: 410px;
    border-radius: 210px;
    padding: 20px;
}

.sanPham-box:after {
    content: "";
    clear: both;
    display: table;
}

.sanPham-thumb {
    position: relative;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 191);
    background-color: rgb(255, 255, 255);
    float: right;
    text-align: center;
    padding: 20px;
}

.sanPham-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50%;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.sanPham-thumb:hover:before {
    opacity: 1;
}

.sanPham-thumb:hover .product-list {
    opacity: 1;
}

.sanPham-photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sanPham-title1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sanPham-title1 a {
    color: #fff;
    padding: 10px 0;
}

.sanPham-title1+.sanPham-title1 a {
    border-top: solid 1px #fff;
}

.sanPham-title1 a:hover {
    color: #ff8400;
}

.fw-550 {
    font-weight: 550;
}

.sanPham-info {
    width: 500px;
    float: left;
    margin-top: 80px;
    margin-left: 100px;
    font-weight: 550;
}

.sanPham-info .sanPham-title {
    font-weight: lighter;
    font-size: 3em;
    position: relative;
    color: #272525;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.sanPham-info .sanPham-title a {
    color: #272525;
}

.sanPham-info .sanPham-title a:hover {
    color: #ff8400;
}

.sanPham-info .sanPham-title:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 5px #ff8400;
}

.sanPham-info .sanPham-des {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.8;
    color: #434343;
}

#indexAcQuy {}

.indexAcQuy {
    background: url("../images/bgacquy.jpg") fixed no-repeat left center;
    background-size: cover;
    margin-top: 1px;
}

.acQuy-box {
    margin: 60px 0px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 410px;
    border-radius: 210px;
    padding: 20px;
}

.acQuy-box:after {
    content: "";
    clear: both;
    display: table;
}

.acQuy-thumb {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 191);
    background-color: rgb(255, 255, 255);
    float: left;
    text-align: center;
    padding: 20px;
    position: relative;
}

.acQuy-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50%;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.acQuy-thumb:hover:before {
    opacity: 1;
}

.product-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.sanPham-photo img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.acQuy-thumb:hover .product-list {
    opacity: 1;
}

.acQuy-photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.acQuy-photo img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.acQuy-photo .photo1 {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 50px);
    z-index: 1;
}

.acQuy-photo .photo2 {
    position: absolute;
    top: 0px;
    left: 60px;
}

.acQuy-photo .photo3 {
    position: absolute;
    top: 10px;
    right: 60px;
}

.acQuy-title1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.acQuy-title1 a {
    border-bottom: solid 1px #e2e3e4;
    color: #fff;
    padding: 10px 0;
}

.acQuy-title1 a:hover {
    color: #ff8400;
}

.acQuy-info {
    width: 500px;
    float: right;
    margin-top: 80px;
    margin-right: 100px;
    font-weight: 550;
}

.acQuy-info .acQuy-title {
    font-weight: lighter;
    font-size: 3em;
    position: relative;
    color: #272525;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.acQuy-info .acQuy-title a {
    color: #272525;
}

.acQuy-info .acQuy-title a:hover {
    color: #ff8400;
}

.acQuy-info .acQuy-title:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 5px #ff8400;
}

.acQuy-info .acQuy-des {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.8;
    color: #434343;
}

.indexCoDong {
    background: url("../images/bgcodong.jpg") fixed no-repeat center top;
    background-size: auto 100%;
    height: 797px;
    margin-top: 1px;
}

.coDongBox {
    padding: 130px 60px;
}

.coDongBox .headTitle {
    font-size: 1.875em;
    font-weight: lighter;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 55px;
}

.coDongBox .headTitle span {
    font-size: 1.5em;
}

.coDongBox .headTitle:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 5px #ff8400;
}

.coDongBox .headDes {
    text-align: justify;
    font-size: 0.875em;
    color: #fff;
    line-height: 1.8em;
}

.coDong-item {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.coDong-item .coDong-photo {
    width: 100%;
    float: left;
    border: solid 4px #fff;
    transition: all 0.3s;
}

.coDong-item .coDong-photo:hover {
    border-color: #ff8400;
}

.coDong-item .coDong-photo a {
    float: left;
}

.coDong-item .coDong-title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    font-size: 0.7em;
}

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

.coDong-item .coDong-title a:hover {
    color: #ff8400;
}

.coDong-content {
    width: 1230px;
    display: table;
}

.coDong-content .colum-left {
    width: 20%;
    float: left;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    margin-top: 50px;
}

.coDong-content .colum-left ul {
    padding: 0;
    margin: 20px 20px 20px 20px;
}

.coDong-content .colum-right {
    width: 70%;
    float: left;
    margin: 50px 0 30px 30px;
    border: 1px #e0e0e0 solid;
    background-color: #FFF;
}

.coDong-content .colum-full {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px #e0e0e0 solid;
    background-color: #FFF;
}

.coDong-content .colum-list {
    margin: 30px 0 20px 30px;
}

.coDong-content .colum-list li {
    list-style: none;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 20px;
    margin-right: 50px;
    font-size: .8em;
}

.coDong-content .colum-list span {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 30px;
    background-color: #FFF;
    padding: 2px 3px 5px 12px;
    border-radius: 50px;
    margin-right: 20px;
    border: 1px #cadde2 solid;
}

.coDong-content .colum-list p {
    padding: 0 0 5px 0;
    line-height: 20px;
    display: table;
}

.coDong-content .colum-list a {
    text-decoration: none;
    font-weight: 700;
}

.coDong-content .title {
    padding: 30px 0 10px 80px;
    margin: 0;
    font-size: 1.5em;
    color: #02509a;
}

.coDong-box {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px #e0e0e0 solid;
    background-color: #FFF;
}

.indexVideoClips {
    background: url("../images/bgvideoclips.jpg") fixed no-repeat center top;
    background-size: auto 100%;
    height: 783px;
    padding-top: 150px;
    margin-top: 1px;
}

.videoClipsBox {
    padding: 0px 40px;
}

.indexVideoClips .headTitle {
    font-size: 3em;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 80px;
}

.indexVideoClips .headTitle:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 5px #ff8400;
}

.indexVideoClips .headDes {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.8;
    color: #272727;
    margin-bottom: 20px;
}

.videoItem {
    width: 100%;
    float: left;
}

.video-photo {
    float: left;
    width: 100%;
    /* height: 150px; */
}

.video-photo a {
    float: left;
    position: relative;
}

.video-photo a:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(23, 40, 52, 0.45) url("../images/btnvideo2.png") no-repeat center center;
    z-index: 1;
    transition: all 0.5s;
}

.video-photo a:hover:before {
    opacity: 0;
}

.video-title {
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 70px;
}

.video-title a {
    padding: 10px 20px;
    font-weight: bold;
    color: #212121;
    font-size: 0.875em;
}

.video-info {
    width: 100%;
    float: left;
    color: #9e9fa0;
    position: relative;
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 5px;
}

.video-title a:hover {
    color: #ff8400;
}

.contentPage .videoItem {
    margin-bottom: 30px;
}

.contentPage .video-title {
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.contentPage .video-title a {
    padding: 0;
}

.contentPage .video-des {
    font-size: 0.875em;
    text-align: justify;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.videoBoxDetail .title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.contentPage .colRight .video-title {
    height: auto;
}

.indexNews {
    padding: 150px 0px;
}

.indexNews .headTitle {
    font-size: 3em;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0px;
    text-align: center;
}

.indexNews .headTitle:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
    border-bottom: solid 5px #ff8400;
}

.indexNews .headTitle a {
    color: #434343;
}

.indexNews .headTitle a:hover {
    color: #ff8400;
}

.indexNews .news .photo {
    width: 45%;
    float: left;
    border: solid 1px #7d7d7d;
}

.indexNews .news .photo a {
    float: left;
}

.newsInfo {
    width: 55%;
    float: left;
    padding-left: 15px;
}

.dateCol {
    float: left;
    text-align: center;
    padding: 15px 25px;
    margin-right: 15px;
    width: 110px;
    color: #8d8e8e;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(198, 208, 220);
    background-color: rgb(230, 236, 241);
}

.sub .dateCol {
    color: #505151;
    border-color: #dadada;
    background-color: #f6f6f6;
}

.dateCol .date .d {
    font-size: 3em;
    color: #02509a;
    line-height: 0.8;
}

.sub .dateCol .date .d {
    color: #505151;
    font-weight: bold;
}

.dateCol .date .my {
    font-weight: bold;
    font-size: 0.875em;
    padding-bottom: 10px;
    border-bottom: solid 1px #cecfcf;
}

.dateCol .views {
    font-size: 0.75em;
}

.indexNews .newsFirst {
    width: 515px;
    float: right;
}

.indexNews .newsFirst .news-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.indexNews .newsFirst .news-title a {
    text-transform: uppercase;
}

.indexNews .newsFirst .news-des {
    font-size: 0.8em;
    line-height: 1.8;
    margin-bottom: 10px;
}

.indexNews .newsFirst .btn {
    font-size: 0.75em;
    padding: 3px 20px;
    border-radius: 5px;
}

.indexNews .newsListTitle {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #dcdcdc;
}

.news-title-item {
    font-size: 0.75em;
    font-weight: bold;
    line-height: 2;
}

.news-title-item span {
    font-weight: normal;
    color: #a2a2a2;
    padding-right: 20px;
}

.indexThuongHieu {
    background: url("../images/bgthuonghieu.jpg") fixed no-repeat center top;
    background-size: auto 100%;
    height: 809px;
    padding-top: 120px;
}

.thuongHieuBox {
    padding: 0px 40px;
}

.indexThuongHieu .headTitle {
    color: #ffffff;
    font-size: 2.75em;
    font-weight: lighter;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 180px;
}

.indexThuongHieu .headTitle:before {
    content: "";
    width: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 5px #ff6b08;
}

.indexThuongHieu .headDes {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.8;
    color: #ffffff;
}

.doiTacItem {
    width: 33.333333%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
    display: flex;
}

.doiTacItem>div {
    display: table;
    /* width: 100%; */
    /* height: 100px; */
}

.doiTacItem a {
    display: table-cell;
    background: #fff;
    border: solid 1px #b9c1c4;
    width: 1%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.doiTacItem a:hover {
    background: #f2f2f2;
    border-color: #ff8400;
}

.doiTacItem img {
    max-height: 90px;
}

.doiTac .doiTacItem:first-child {
    width: 100%;
}

.doiTac .doiTacItem:first-child img {
    max-height: initial;
}

.pageIntro {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0.875em;
    color: #595151;
    line-height: 1.8;
}

.pageIntro .container {
    padding: 0px 200px;
}

.pageIntro h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.pageIntro h1:before {
    content: "";
    width: 70px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 35px);
    border-bottom: solid 1px #3a3a3c;
}

.containTopMenu,
.containBotMenu {
    background: #fff;
    border-top: solid 1px #e8e8e8;
    padding-bottom: 10px;
    font-size: 0.875em;
}

.containBotMenu {
    padding-top: 10px;
}

.containBotMenu_CoDong {}

.containBotMenu_CoDong li {
    list-style: circle;
}

.containTopMenu ul,
.containBotMenu ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.containBotMenu ul li,
.containTopMenu ul li {
    display: inline-block;
    line-height: 45px;
    list-style: none;
}

.containBotMenu ul li a,
.containTopMenu ul li a {
    border-top: solid 4px #fff;
    margin: 0px 20px;
    color: #252525;
}

.containBotMenu ul li a {
    border: none;
}

.containBotMenu ul li.active a,
.containBotMenu ul li a:hover,
.containTopMenu ul li.active a,
.containTopMenu ul li a:hover {
    color: #02509a;
    border-top-color: #02509a;
}

.containBotMenu ul li.active a,
.containTopMenu ul li.active a {
    font-weight: bold;
}

.contentPage {
    padding: 10px 0px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.contentPage_CoDong {}

.imgAbout {
    margin-bottom: 30px;
}

.imgAbout img {
    border: solid 1px #fff;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
}

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

.containHeaderBar {
    line-height: 90px;
    font-size: 1.5em;
    color: #272727;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 45px;
    position: relative;
}

.containHeaderBar:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url("../images/headarrow.png") no-repeat center bottom;
}

.HDQT {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #d7d7d7;
}

.HDQT .headTitle {
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

.HDQT .headTitle span {
    display: inline-block;
    background: #fff;
    border: solid 1px #d7d7d7;
    padding: 0px 20px;
}

.HDQT .headDes {
    text-align: center;
    margin-bottom: 40px;
}

.listMember {
    text-align: center;
}

.modal-backdrop {
    background-color: #6d8fae;
}

.listMember .memberItem {
    display: inline-block;
    width: 19%;
    padding: 15px;
    height: 420px;
}

.listMember .memberItem .photo {
    margin-bottom: 20px;
    border: solid 1px #ddd;
}

.listMember .memberItem .title {
    font-weight: bold;
    font-size: 0.875em;
    color: #02509a;
    text-transform: uppercase;
    margin: 0px;
}

.listMember .memberItem .des {
    font-size: 0.75em;
    color: #343434;
    text-transform: uppercase;
    margin: 0px;
}

.donVi {
    width: 100%;
    float: left;
    border-bottom: none;
}

.donViItem {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.donViItem .photo {
    border: solid 1px #ababab;
    margin-bottom: 20px;
}

.donViItem .title {
    font-weight: bold;
    margin: 0px;
}

.donViItem .des {
    line-height: 2;
}

.HDQT .headTitle.headTitle2 {
    margin-bottom: 0px;
}

.HDQT .headTitle.headTitle2 span {
    border-bottom: none;
    padding: 0px 30px;
    position: relative;
    bottom: -1px;
}

.listDonVi {
    background: #fff;
    border: solid 1px #d7d7d7;
    padding: 10px;
    width: 100%;
    float: left;
}

.listDonVi .donViItem {
    width: 49%;
    float: left;
    padding: 20px 20px 20px 30px;
}

.listDonVi .donViItem .des {
    line-height: 30px;
    /* height: 115px; */
    overflow: hidden;
}

.tieuSu-modal .modal-dialog {
    width: 800px;
}

.tieuSu-modal .modal-content {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F0F0F0;
}

.tieuSuItem .photo {
    float: left;
    width: 35%;
}

.tieuSuItem .des {
    width: 65%;
    float: left;
    padding: 30px;
}

.tieuSuItem .des>div {
    height: 336px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
}

.tieuSuItem .des>div::-webkit-scrollbar {
    width: 3px
}

.tieuSuItem .des>div::-webkit-scrollbar-track {
    background-color: #dedede
}

.tieuSuItem .des>div::-webkit-scrollbar-thumb {
    background-color: #155b9e
}

.tieuSuItem .des .title {
    color: #155b9e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 1.125em;
}

.tieuSuItem .des .des-title {
    color: #155b9e;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

.tieuSuItem ul li {
    list-style-type: disc;
    font-size: 14px;
    margin-left: 20px;
}

.aboutContact {
    padding: 0px 20px;
    margin: 20px 0px;
    font-size: 0.875em;
    line-height: 2;
}

.aboutContact-mid {
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
}

.colLeft {
    background: #fff;
    border: solid 1px #eaeaea;
    padding: 20px 40px;
}

.colLeft .headTitlePage {
    margin-top: 0px;
    border-bottom: solid 1px #ddd;
    font-size: 1.9em;
    font-weight: bold;
    color: #02509a;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contentPage-col {
    margin-bottom: 50px;
}

.news {
    margin-bottom: 20px;
}

.news .photo {
    border: solid 1px #ababab;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.news .photo a {
    width: 100%;
    float: left;
}

.news .title {
    font-weight: bold;
    font-size: 0.875em;
    margin-bottom: 0px;
}

.colRight .news {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.colRight .news .title {
    font-size: 0.75em;
}

.colRight .news:last-child {
    border-bottom: none;
}

.colRight .news .news-title {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
}

.colRight .news .news-info {
    width: 100%;
    float: left;
    color: #9e9fa0;
    position: relative;
    font-size: 0.875em;
    margin-bottom: 5px;
}

.colRight .news .news-info:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: solid 1px #ddd;
    z-index: -1;
}

.colRight .news-mostview {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.colRight .news-mostview .news-info {
    font-size: 0.75em;
    font-style: italic;
}

.colRight .news-mostview .news-info:before {
    display: none;
}

.colRight .news .news-info i {
    font-weight: normal;
    font-style: italic;
    background-color: #f6f6f6;
    padding-right: 10px;
    transition: all 0.2s;
}

.colRight .headTitle {
    line-height: 33px;
    background-color: #02509a;
    border: solid 1px #dadada;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 0.875em;
    color: #02509a;
    text-transform: uppercase;
}

.colRight .headTitle span {
    display: inline-block;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px 15px;
}

.colRight .headTitle span:before {
    content: "";
    background: url("../images/headright.png") no-repeat center left;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -20px;
}

.khachHangItem {
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 30px;
    text-align: center;
    line-height: 120px;
    padding: 10px 20px;
}

.khachHangItem img {
    max-height: 100%;
    /* max-height: 120px; */
}

.listTaiLieu {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.taiLieuItem {
    width: 25%;
    float: left;
    padding: 0px 5px;
    margin-bottom: 20px;
    text-align: center;
}

.taiLieuItem .photo {
    padding: 7px;
    background: #fff;
    border: solid 1px #ddd;
    float: left;
    margin-bottom: 10px;
}

.taiLieuItem .photo a {
    float: left;
    position: relative;
}

.taiLieuItem .title {
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 0px;
    height: 160px;
}

.taiLieuItem .info span {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    display: inline-block;
    font-size: .9em;
}

.taiLieuItem .photo a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url("../images/btndownload.png") no-repeat center center;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
}

.taiLieuItem .photo a:hover:before {
    opacity: 1;
}

.contactPage .panel-default {
    margin-bottom: 2px;
}

.contactPage .panel-default>.panel-heading a {
    color: #fff;
    line-height: 45px;
    padding: 0px 20px;
    padding-left: 75px;
    text-transform: capitalize;
    border: solid 1px #dadada;
    font-weight: bold;
}

.contactPage .panel-default>.panel-heading a {
    background: #f6f6f6 url("../images/iconminus.png") no-repeat left center;
    color: #232323;
    border-color: #dadada;
}

.contactPage .panel-default>.panel-heading a.collapsed {
    background: #fff url("../images/iconplus.png") no-repeat left center;
    color: #232323;
    border-color: #dadada;
}

.contactPage .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
    margin-bottom: 0px;
    border: solid 1px #dadada;
}

.contactPage .contactPanel {
    position: relative;
}

.contactPage .contactPanel .info {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* padding: 25px 40px; */
    padding: 0px 40px;
    background-color: rgba(218, 218, 218, 0.8);
    color: #2e2e2e;
    font-size: 0.875em;
}

.contactPage .contactPanel iframe {
    float: left;
}

.contactLeft {
    background: #fff;
    border: solid 1px #dadada;
    padding: 20px;
}

.contactLeft .input-group {
    border-color: #dadada;
}

.contactLeft .input-group .form-control {
    border-color: #dadada !important;
    min-height: 45px;
}

.contactLeft .input-group .input-group-addon {
    min-width: 100px;
    padding: 0px;
    border-radius: 0px;
    background: #f6f6f6;
    border-color: #dadada;
    color: #787878;
    text-align: left;
    padding: 0px 12px;
}

.contactLeft .btn {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875em;
}

.listHTKH .panel-heading .panel-title {
    margin-bottom: 2px;
}

.listHTKH .panel-heading .panel-title a,
.listHTKH .panel-heading .panel-title a.collapsed {
    font-weight: bold;
    border: solid 1px #dadada;
    line-height: 57px;
    padding: 0px 88px;
    text-transform: none;
    background: #fff url("../images/iconinfo.png") no-repeat center left;
    position: relative;
    color: #02509a;
    min-height: 55px;
}

.listHTKH .panel-heading .panel-title a.faq,
.listHTKH .panel-heading .panel-title a.faq.collapsed {
    background: #fff url("../images/iconfaq.png") no-repeat center left;
    min-height: 55px;
}

.listHTKH .panel-heading .panel-title a:before,
.listHTKH .panel-heading .panel-title a.collapsed:before {
    content: "";
    background: url("../images/iconplus2.png") no-repeat center right;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.listHTKH .panel-heading .panel-title a:focus,
.listHTKH .panel-heading .panel-title a {
    color: #fff;
    background: #02509a url("../images/iconinfoactive.png") no-repeat center left;
}

.listHTKH .panel-heading .panel-title a.faq:focus,
.listHTKH .panel-heading .panel-title a.faq {
    background: #02509a url("../images/iconfaqactive.png") no-repeat center left;
}

.listHTKH .panel-heading .panel-title a:focus:before,
.listHTKH .panel-heading .panel-title a:before {
    background: url("../images/iconminus2.png") no-repeat center right;
}

.listHTKH .panel-body {
    padding: 0px !important;
}

.listHTKH .htkhPanel {
    background-color: #fff;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    padding: 40px;
}

.tinFirst {
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 20px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tinFirst .news .photo {
    width: 40%;
    float: left;
}

.tinFirst .news .newsInfo {
    width: 60%;
    float: left;
}

.tinFirst .news .newsInfo .info {
    width: 540px;
    float: right;
}

.tinFirst .news .newsInfo .news-title {
    font-size: 1.875em;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.tinFirst .news .newsInfo .news-des {
    text-align: justify;
    font-size: .9em;
}

.listNews {
    padding: 15px;
}

.listNews .news {
    font-size: 0.875em;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    float: left;
}

.listNews .news:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    padding: 13px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0);
    z-index: -1;
}

.listNews .news:hover:before {
    background: rgba(255, 255, 255, 1);
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.listNews .news .photo {
    border: none;
    width: 100%;
    float: left;
    /* height: 150px; */
}

.listNews .news .news-title {
    width: 100%;
    float: left;
    line-height: 22px;
    height: 44px;
    font-weight: bold;
    overflow: hidden;
}

.listNews .news .news-info {
    width: 100%;
    float: left;
    color: #9e9fa0;
    position: relative;
    font-size: 0.875em;
}

.listNews .news .news-info:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: solid 1px #ddd;
    z-index: -1;
}

.listNews .news .news-info i {
    font-weight: normal;
    font-style: italic;
    background-color: #f6f6f6;
    padding-right: 10px;
    transition: all 0.2s;
}

.listNews .news:hover .news-info i {
    background-color: #fff;
}

.listNews .news .news-des {
    text-align: justify;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.headTD {
    color: #02509a !important;
}

.headTD i {
    font-weight: normal;
    font-style: normal;
    color: #505151 !important;
}

.headTD span {
    font-weight: normal;
    font-style: normal;
    color: #f34010 !important;
    display: inline-block;
    text-align: right;
    float: right;
}

.tuyenDungCont {
    background: #fff;
    padding: 20px 40px;
}

.tuyenDungRightbox {
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    float: left;
    padding: 20px;
    font-size: 0.875em;
}

.tuyenDungRightbox .headTitle {
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tuyenDungRightbox .headTitle:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    border-bottom: solid 3px #02509a;
}

.tuyenDungContact {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    line-height: 1.8;
}

.tuyenDungContact:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.rightDangKy {
    margin-bottom: 20px;
    font-size: 0.875em;
}

.rightDangKy .headTitle {
    font-weight: bold;
    text-transform: uppercase;
}

.rightDangKy .btn {
    font-size: 14px;
    height: 48px;
    background: #fff;
    font-weight: bold;
    ;
    text-transform: uppercase;
    color: #02509a;
    border: solid 1px #ddd !important;
}

.rightDangKy .form-control {
    height: 48px;
}

.daiLyFilter {
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px 10px;
    width: 100%;
    float: left;
    font-size: 0.875em;
}

.daiLyFilter .col1 {
    width: 20%;
    float: left;
    padding: 0px 25px;
}

.daiLyFilter .col1 .control-label {
    width: 100%;
    float: left;
    font-weight: normal;
}

.daiLyFilter .col1 .form-group {
    margin-bottom: 0px;
}

.daiLyFilter .col1 select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f6f6 url("../images/iconfilterslc.png") no-repeat center right;
    height: 39px;
}

.daiLyFilter .col1 select.form-control:hover,
.daiLyFilter .col1 select.form-control:focus {
    background: #f9f9f9 url("../images/iconfilterslc.png") no-repeat center right;
}

.daiLyFilter .col1 .btn {
    width: 100%;
    height: 39px;
}

.listDaiLy {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.daily {
    font-size: 0.875em;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 25px;
}

.daily:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    padding: 13px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0);
    z-index: -1;
}

.daily:hover:before {
    background: rgba(255, 255, 255, 1);
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.daily .photo {
    border: none;
    width: 100%;
    float: left;
}

.daily .photo a {
    border: solid 1px #ddd;
}

.daily .daily-title1,
.daily .daily-title {
    font-weight: bold;
}

.daily .daily-title1 a {
    color: #484848;
}

.daily .daily-title {
    line-height: 22px;
    padding: 5px;
}

.daily .daily-title a {
    text-transform: uppercase;
}

.daily .daily-add {
    font-size: 0.875em;
}

.daily-info {
    width: 100%;
    float: left;
    height: 170px;
    padding: 10px 5px 5px 5px;
    background-color: #FFF;
}

.productPage {
    margin-bottom: 50px;
}

.productPage .spColLeft {
    width: 275px;
    float: left;
}

.productPage .spColRight {
    width: 905px;
    float: right;
}

.spMenu {
    background: #fff;
    border: solid 1px #ddd;
    padding: 19px;
    margin-bottom: 20px;
    font-size: 0.875em;
    width: 100%;
    float: left;
}

.spMenu .headMenu {
    margin-bottom: 0px;
}

.spMenu .headMenu a {
    background: #f6f6f6 url(../images/iconspmenu.png) no-repeat center right;
    border: solid 1px #e3e3e3;
    line-height: 33px;
    padding: 0px 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

.spMenu .subMenu {
    padding: 0px 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.spMenu .subMenu a {
    padding: 5px;
    padding-left: 0;
    line-height: 25px;
    font-size: 0.875em;
    color: #373737;
    border-bottom: solid 1px #e2e2e2;
}

.spMenu .subMenu li {}

.spMenu .subMenu a:hover {
    color: #02509b;
    background: none;
}

.spMenu .subMenu a.active {
    /* font-weight: bold; */
    /* color: #02509b; */
}

.spMenu .subMenu a.select {
    font-weight: bold;
    color: #02509b;
}

.spMenu .subMenu ul.nav>li.dropdown>a {}

.spMenu .subMenu ul.nav>li.dropdown>.toggle {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    align-items: center;
    height: auto;
    z-index: 8;
}

.spMenu .subMenu ul.nav>li.dropdown>.toggle:after {
    content: "\f0fe";
    color: #888;
    font-size: 0.775em;
}

.spMenu .subMenu ul.nav>li.dropdown.active>.toggle:after {
    content: "\f146";
}

.spMenu .subMenu ul.nav>li.dropdown>ul.nav {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.spMenu .subMenu ul.nav>li.dropdown.active>ul.nav {
    height: auto;
    overflow: initial;
}

.spMenu .subMenu ul.nav>li.dropdown>ul.nav>li>a {
    position: relative;
    padding-left: 15px;
}

.spMenu .subMenu ul.nav>li.dropdown>ul.nav>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #666;
}

.spLeftBox {
    background: #fff;
    border: solid 1px #ddd;
    padding: 19px;
    margin-bottom: 20px;
    font-size: 0.75em;
    width: 100%;
    float: left;
}

.spLeftBox .headTitle {
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 20px;
}

.locTheoXe {
    text-align: center;
}

.locTheoXe .form-control,
.locTheoXe select {
    height: 43px;
    background: #f6f6f6 url("../images/iconselectleft.png") no-repeat center right;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 0px 20px;
    color: #424242;
    font-size: .9em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.locTheoXe input.form-control {
    background: #f6f6f6;
}

.locTheoXe .btn-danger {
    background: #f60000;
    border-color: #f60000 !important;
    border-radius: 20px;
    height: 43px;
    font-size: 12px;
}

.locTheoXe .btn-danger.active,
.locTheoXe .btn-danger:active,
.locTheoXe .btn-danger:focus,
.locTheoXe .btn-danger:hover {
    background: #ff6b08;
    border-color: #ff6b08 !important;
}

.locTheoThuongHieu {
    text-align: center;
}

.listLocThuongHieu {
    width: 100%;
    float: left;
}

.locThuongHieuItem {
    width: 16.666666666666%;
    float: left;
    text-align: center;
    padding: 2px;
}

.productPage .spColLeft .locThuongHieuItem {
    width: 50%;
}

.locThuongHieuItem a {
    line-height: 75px;
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    float: left;
}

.locThuongHieuItem a img {}

.locThuongHieuItem a:hover {
    background: #f6f6f6;
}

.listSanPham {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.advancedSearch {
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.advancedSearch .checkbox-inline {
    margin-left: 0px;
    margin-bottom: 5px;
    width: 25%;
    float: left;
    font-size: 14px;
}

.advancedSearch .checkbox-inline:hover {
    font-weight: bold;
}

.sanPhamRow {
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    float: left;
    padding: 20px 0px;
}

@media (max-width: 768px) {
    .sanPhamRow .sanPhamItem {
        width: 50%;
        float: left;
        text-align: center;
        padding: 0px 20px;
        border-left: solid 1px #ebebeb;
        /* border-left: none; */
        font-size: 0.875em;
        position: relative;
    }
}

.sanPhamRow .sanPhamItem {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0px 20px;
    border-left: solid 1px #ebebeb;
    /* border-left: none; */
    font-size: 0.875em;
    position: relative;
}

#list-category .sanPhamRow .sanPhamItem {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px 35px;
    border-left: solid 1px #ebebeb;
    /* border-left: none; */
    font-size: 0.875em;
    position: relative;
}


/* .sanPhamRow .sanPhamItem:first-child {
    border-left: none;
} */

.sanPhamRow .sanPhamItem .photo a {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.sanPhamRow .sanPhamItem .title {
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}

.sanPhamRow .sanPhamItem .title a {
    color: #323232;
}

.sanPhamRow .sanPhamItem:before {
    content: "";
    background: url("../images/iconsanpham.png") no-repeat center bottom;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -22px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.3s;
}

.sanPhamRow2 .sanPhamItem:before {
    background: url("../images/iconsanpham2.png") no-repeat center bottom;
    bottom: 0px;
    top: -22px;
}

.sanPhamRow .sanPhamItem.active:before,
.sanPhamRow .sanPhamItem:hover:before {
    opacity: 1;
}

.sanPhamDetailBox {
    background: #ebebeb;
    padding: 40px;
    /* border-top: solid 2px #f60000;
    border-bottom: solid 2px #f60000; */
    border-top: solid 2px #02509a;
    border-bottom: solid 2px #02509a;
    width: 100%;
    float: left;
}

.sanPhamDetailBox .imgSpDetail {
    background: #fcfbfa;
    border: solid 1px #d3d3d3;
    padding: 30px;
}

.detailSpBox {
    font-size: 0.875em;
    line-height: 25px;
    color: #3a3a3c;
}

.detailSpBox .detail-info {
    border-bottom: solid 1px #d3d3d3;
    padding: 5px 0px;
    width: 100%;
    float: left;
}

.detailSpBox .detail-info span {
    display: inline-block;
    width: 210px;
    float: left;
}

.datHangButton {
    margin-top: 10px;
}

.datHangButton .btn-danger {
    background: #f60000;
    border-color: #f60000 !important;
    height: 38px;
    font-size: 12px;
}

.datHangButton .btn-danger.active,
.datHangButton .btn-danger:active,
.datHangButton .btn-danger:focus,
.datHangButton .btn-danger:hover {
    background: #ff6b08;
    border-color: #ff6b08 !important;
}


/*==========================================================
                FOOTER
==========================================================*/

.footerTop {
    background: #245584;
    color: #fff;
    padding: 50px 0px;
    font-size: 0.875em;
}

.footerTop a {
    color: #c2c2c2;
    padding-left: 15px;
    border-left: dashed 1px #00afec;
    width: 100%;
    font-size: .9em;
}

.footerTop a:hover {
    color: #fff;
    padding-left: 20px;
}

.footerTitle a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85em;
    padding-left: 0;
    border-left: none;
}

.footerTitle a:hover {
    color: #ff8400;
    padding-left: 0;
}

.footerLink {
    text-align: start;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.btnFacebook,
.btnYoutube {
    width: 45px !important;
    height: 45px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: none !important;
    padding: 0px !important;
    margin: 0px 7px;
    font-size: 1.5em;
}

.btnFacebook:hover,
.btnYoutube:hover {
    background: #eee !important;
}

.btnFacebook {
    color: #286bab !important;
}

.btnYoutube {
    color: #e60d0d !important;
}

.emailSubs {
    margin-top: 135px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.875em;
}

.emailSubs .input-group {
    background: #eaeaea;
    border: none !important;
    border-radius: 23px;
}

.emailSubs .input-group .form-control,
.emailSubs .input-group .btn {
    background: none !important;
    border: none !important;
    height: 45px;
}

.emailSubs .input-group .form-control {
    padding: 0px 25px;
    font-weight: lighter;
    font-size: 1em;
}

.emailSubs .input-group .btn {
    font-weight: bold;
    color: #02509a;
    text-transform: uppercase;
    height: 32px;
    border-left: solid 1px #bababa !important;
    font-size: 12px;
}

.footerBottom {
    /*background: url("../images/bgfooterbottom.jpg") repeat-x left top; */
    background-color: #132c44;
    line-height: 60px;
    padding-bottom: 2px;
    font-size: 0.6875em;
    color: #b6b5b5;
    font-weight: bold;
    text-transform: uppercase;
}

.footerBottom b,
.footerBottom a {
    color: #fff;
}

.footerBottom a:hover {
    text-decoration: underline;
}

.footerBottom .counter {
    font-weight: normal;
}

#top {
    color: #fff;
    background: #245584 url("../images/btntop.png") no-repeat center top;
    width: 70px;
    height: 50px;
    text-align: center;
    padding-top: 30px;
    line-height: 1;
    margin-left: 20px;
}

.postContent li {
    padding: 0;
    margin-left: 30px;
    font-size: .9em;
}

.tuyenDungCont li {
    padding-top: 5px;
    margin-left: 30px;
    font-size: .9em;
}

.postContent {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tuyenDungContact li {
    padding: 0;
    margin-left: 20px;
    font-size: .9em;
}

.bar-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    display: none;
    z-index: 99;
}

.bar-mobile>.row {
    margin: 0;
}

.bar-mobile>.row>.col-xs-4 {
    padding: 0;
}

.bar-mobile a {
    display: block;
    padding: 10px;
    text-align: center;
}

.bar-mobile a.text-hotline {
    color: #f60000;
}

.bar-mobile a.text-zalo {
    color: #38A5DD;
}

.bar-mobile a.text-fb {
    color: #1877F2;
}

@media(min-width:1024px) {
    .footer-ketnoi {
        float: right;
        margin-top: -120px;
    }
}

hr.cat {
    /* border-color: red;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1;
    border-top: 1px solid #eee; */
    border: 4px solid #02509a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.zindex-10 {
    z-index: 10;
}


/* .content-text .image-transform{
    width: -webkit-fill-available;
} */

.mg-top25 {
    margin-top: 25px;
}

.mg-top-20 {
    margin-top: -20px
}

.logo-bct {
    margin-top: 160px;
    width: 40%;
    float: right;
}

.zalo-chat-widget {
    right: 25px !important;
}

@media (max-width: 1024px) {
    .logo-bct{
        margin-right: 35%;
    }
}
@media (max-width: 767px){
    .listMember .memberItem{
        width: 100%;
        height: auto;
    }
}