@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900");

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ol, ul, li {
    padding: 0;
    list-style: none;
    margin: 0;
}

label {
    font-weight: normal;
}

input[type="text"], input[type="email"], input[type="password"] {
    padding-left: 12px;
    padding-right: 12px;
}

select {
    padding-left: 8px;
}

input[type="number"] {
    padding-left: 5px;
}

textarea {
    padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
    outline: none;
}

button {
    border: none;
    background: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.absolute {
    position: absolute;
}

.text-justify {
    text-align: justify;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.row-ibl {
    font-size: 0;
}

.row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.row-ibl.mid > [class^="col-"] {
    vertical-align: middle;
}

.row-ibl.bot > [class^="col-"] {
    vertical-align: bottom;
}

.row-ibl > [class^="col-"].i-mid {
    vertical-align: middle;
}

.row-ibl > [class^="col-"].i-top {
    vertical-align: top;
}

.row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom;
}

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.grid-1665 {
    max-width: 1665px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ow {
    overflow: hidden;
    width: 100%;
}

.col-xs-f20 {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-f20 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-f20 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-f20 {
        float: left;
        width: 20%;
    }
}

.pad-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.col-mar-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.col-mar-0 > div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.col-mar-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.col-mar-5 > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.col-mar-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.col-mar-8 > div[class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.col-mar-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.col-mar-10 > div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.c-img {
    display: block;
    position: relative;
    padding-top: 100%;
}

.c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.hv-over {
    display: block;
    position: relative;
}

.hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3);
}

.hv-scale {
    overflow: hidden;
    display: block;
}

.hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hv-scale:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.hv-light {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2);
}

.hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.hv-u:hover {
    text-decoration: underline;
}

.hv-o {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hv-o:hover {
    opacity: 0.7;
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (max-width: 1199px) {
    .md-left {
        text-align: left;
    }

    .md-center {
        text-align: center;
    }

    .md-right {
        text-align: right;
    }
}

@media all and (max-width: 991px) {
    .sm-left {
        text-align: left;
    }

    .sm-center {
        text-align: center;
    }

    .sm-right {
        text-align: right;
    }

    .sm-mbt {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .xs-left {
        text-align: left;
    }

    .xs-center {
        text-align: center;
    }

    .xs-right {
        text-align: right;
    }

    .xs-pad-7 {
        margin: 0 -7px;
    }

    .xs-pad-7 > [class^="col-"] {
        padding: 0 7px;
    }

    .xs-pad-5 {
        margin: 0 -5px;
    }

    .xs-pad-5 > [class^="col-"] {
        padding: 0 5px;
    }
}

.table {
    display: table;
    margin: 0;
}

.table .line {
    display: table-row;
}

.table .cell {
    display: table-cell;
    vertical-align: middle;
}

.table.bot .cell {
    vertical-align: bottom;
}

.table.top .cell {
    vertical-align: top;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: "UTM Daxline", sans-serif;
    line-height: 24px;
    color: #050404;
    overflow-x: hidden;
    font-weight: normal;
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: auto !important;
    height: auto !important;
}

.s-content table, .s-content iframe {
    max-width: 100%;
}

.s-social .fb_iframe_widget, .s-social a.pinterest {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.slick-list {
    margin: 0 -15px;
}

.slick-list .slick-slide {
    margin: 0 15px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
}

.slick-dots {
    text-align: center;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7.5px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: #004fa6;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.dura5 {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.dura15 {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.dura20 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.dura100 {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}

.carousel {
    z-index: 0;
}

.carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel .carousel-indicators {
    z-index: 1;
    line-height: 1;
}

.carousel .carousel-indicators li {
    vertical-align: middle;
}

.carousel .slider-arrow {
    cursor: pointer;
    z-index: 1;
}

.container {
    max-width: 1200px;
}

/* Title style */
.title-style {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #050404;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 160%;
}

/* Button style */
.btn-more-post {
    color: #2c2825;
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-more-post::after {
    font-family: "FontAwesome";
    content: "\f178";
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.btn-more-post:hover {
    color: #004fa6;
}

.btn-mores {
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #004fa6;
    text-transform: uppercase;
    border: 1px #004fa6 solid;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-mores:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #004fa6;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-mores:hover {
    color: #ffffff;
}

.btn-mores:hover:before {
    width: 100%;
}

.slick-arrow {
    font-size: 24px;
    color: #004fa6;
    top: 42%;
    transform: translateY(-58%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d4ecf9;
}

.slick-arrow:before {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-arrow:hover {
    background: #004fa6;
    color: #ffffff;
}

.slick-arrow.prev {
    left: -70px;
}

.slick-arrow.next {
    right: -70px;
}

@media screen and (max-width: 991px) {
    .title-style {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

/* End Title style */
/*
===============
=	Menu Home =
===============
*/
#menuHome {
    background-image: url(../images/ho-img00.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding-top: 115px;
    padding-bottom: 18px;
}

#menuHome .meRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#menuHome .meRows .meItem {
    width: 27.447%;
    margin-right: 8.8295%;
    margin-bottom: 100px;
    position: relative;
    transition: ease all 0.35s;
}

#menuHome .meRows .meItem:nth-child(3n) {
    margin-right: 0;
}

#menuHome .meRows .meItem:hover span.meBtn {
    background-color: #e70a00;
}

#menuHome .meRows .meItem:hover span.meImg img {
    transform: scale(1.1);
}

#menuHome .meRows .meItem a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

#menuHome .meRows .meItem span.meImg {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    height: 267px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuHome .meRows .meItem span.meImg img {
    transition: ease all 0.35s;
}

#menuHome .meRows .meItem span.meBtn {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    margin-top: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    background-color: #1e3799;
    border-radius: 8px;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    transition: ease all 0.35s;
}

#menuHome .meRows .meItem span.meBtn span {
    display: inline-block;
    vertical-align: middle;
}

#menuHome .meRows .meItem span.meBtn span.meImgBtn {
    width: 95px;
    padding-left: 15px;
}

#menuHome .meRows .meItem span.meBtn span.meTxtBtn {
    width: calc(100% - 100px);
}

#bannerPage.mh566 .bannerInfo {
    height: 566px;
}

#bannerPage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#bannerPage .imgBannerSp {
    display: none;
}

#bannerPage .bannerInfo {
    height: 775px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#bannerPage .bannerInfo .grid-470 {
    max-width: 470px;
    width: 100%;
}

#bannerPage .bannerInfo .grid-470 h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 130%;
}

#bannerPage .bannerInfo .grid-470 span.bnFullTxt {
    display: block;
    font-size: 21px;
    color: #ffffff;
    line-height: 152%;
    max-width: 385px;
    width: 100%;
    padding-top: 20px;
}

.breaKum {
    overflow: hidden;
    width: 100%;
    background-color: #e4e4e4;
    height: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #1e3799;
    font-weight: bold;
}

.breaKum a {
    display: inline-block;
    color: #333333;
}

.breaKum a:hover {
    text-decoration: underline;
}

/*
===================
=	XE DAU KEO MY =
===================
*/
#xeDauKeoMy {
    margin-top: 35px;
}

#xeDauKeoMy .xeDauContent01 {
    text-align: center;
}

#xeDauKeoMy .xeDauContent01 .grid-1156 {
    max-width: 1156px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/p-img01.png);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    line-height: 130%;
    padding-top: 118px;
    margin-bottom: 60px;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft {
    width: 50%;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent {
    max-width: 715px;
    width: 100%;
    float: right;
    margin-right: 120px;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent h2 {
    font-size: 60px;
    line-height: 120%;
    color: #333333;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent span.xeFullTxt {
    display: block;
    font-size: 21px;
    color: #333333;
    line-height: 152%;
    text-align: justify;
    padding-top: 12px;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauIRight {
    width: 50%;
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem:nth-child(2n) .xeDauILeft {
    order: 1;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem:nth-child(2n) .xeDauILeft .xeDauContent {
    float: left;
    margin-right: 0;
    margin-left: 120px;
}

#xeDauKeoMy .xeDauContent02 .xeDauItem:nth-child(2n) .xeDauIRight {
    order: 0;
}

#xeDauKeoMy .xeDauContent03 {
    background-image: url(../images/ho-img00.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item {
    width: 23.964%;
    margin-right: 14.054%;
    position: relative;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeIImg {
    display: block;
    overflow: hidden;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeIImg img {
    transition: ease all 0.35s;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item h3 {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 32px;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeBtn {
    display: block;
    max-width: 296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #1e3799;
    color: #ffffff;
    border-radius: 8px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    font-weight: bold;
    background-image: url(../images/p-img07.png);
    background-position: left 65px center;
    background-repeat: no-repeat;
    padding-left: 125px;
    margin-top: 28px;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item:nth-child(3n) {
    margin-right: 0;
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item:hover span.xeIImg img {
    transform: scale(1.1);
}

#xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item:hover span.xeBtn {
    background-color: #e70a00;
}

/*
=========================
=	Xe Dau Keo Chi Tiet =
=========================
*/
#xeDauKeoDetail {
    margin-top: 90px;
    padding-bottom: 90px;
}

#xeDauKeoDetail .xeDTRows01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 50px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Left {
    width: 50.33%;
    margin-right: 6.006%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider .slItem {
    width: 100%;
    height: 628px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider-nav {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 12px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider-nav .slItemChild {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 160px;
    height: 120px;
    cursor: pointer;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right {
    width: 43.664%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem h2 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
    line-height: 130%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:not(:first-child) {
    padding-top: 20px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.xeStart {
    font-size: 0;
    padding-top: 15px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.xeStart li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem span.price {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #e70a00;
    line-height: 130%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem span.prNote {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 200%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem span.iKm {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #1e3799;
    line-height: 120%;
    background-image: url(../images/p-img12.png);
    background-position: left 3px center;
    background-repeat: no-repeat;
    padding-left: 32px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listKm {
    font-size: 0;
    padding-top: 8px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listKm li {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    background-image: url(../images/p-img13.png);
    background-position: left 3px center;
    background-repeat: no-repeat;
    padding-left: 32px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo {
    display: block;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li {
    display: block;
    font-size: 21px;
    color: #333333;
    line-height: 138%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li:nth-child(1) {
    background-image: url(../images/p-img14.png);
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li:nth-child(2) {
    background-image: url(../images/p-img15.png);
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li:nth-child(3) {
    background-image: url(../images/p-img16.png);
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li a {
    font-weight: bold;
    color: #e70a00;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li a:hover {
    text-decoration: underline;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li span.clBlue {
    color: #1e3799;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child {
    border: none;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child span.btnMua {
    display: block;
    text-align: center;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child span.btnMua a {
    display: block;
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e70a00;
    transition: ease all 0.35s;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child span.btnMua a:hover {
    background-color: #1e3799;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #e4e4e4;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft {
    width: 75.1%;
    margin-right: 2.659%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft span.fTT {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    line-height: 130%;
    padding-bottom: 12px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table {
    width: 100%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table tr td {
    vertical-align: middle;
    font-size: 21px;
    color: #333333;
    line-height: 170%;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table tr td:first-child {
    width: 140px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table tr td input {
    border-radius: 0;
    height: 28px;
    background-color: #ffffff;
    border-color: #999999;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRRight {
    width: 22.241%;
    padding-bottom: 4px;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRRight input {
    width: 100%;
    height: 63px;
    background-color: #1e3799;
    text-align: center;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-size: 21px;
    cursor: pointer;
    transition: ease all 0.35s;
    opacity: 1;
}

#xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRRight input:hover {
    background-color: #e70a00;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs {
    background-color: #e4e4e4;
    border: 0;
    height: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2px;
    padding-left: 2px;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li {
    margin-bottom: 0 !important;
    position: relative;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a {
    font-size: 21px;
    color: #333333;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a::before {
    content: '';
    background-color: #999999;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a.active {
    font-weight: bold;
    color: #1e3799;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a.active::before {
    display: none;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a.active::after {
    content: '';
    background-color: #ffffff;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li:last-child a::before {
    display: none;
}

#xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li:first-child a::after {
    display: none;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane {
    padding-top: 35px;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabAb {
    padding-left: 35px;
    padding-right: 35px;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabAb .grid-1327 {
    max-width: 1327px;
    width: 100%;
    font-size: 21px;
    color: #333333;
    line-height: 130%;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabDeitail {
    overflow: hidden;
    width: 100%;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabDeitail table {
    width: 100%;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabDeitail table tr td {
    vertical-align: middle;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #333333;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabDeitail table tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabVideo {
    overflow: hidden;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

#xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabVideo iframe {
    width: 100%;
    border: 0;
    height: 720px;
}

/*
=================
=	TIN TỨC		=
=================
*/
#bannerPage .bannerInfo .grid-470.nw {
    max-width: 520px;
}

#tinTuc {
    padding-top: 80px;
    padding-bottom: 80px;
}

#tinTuc .tinTucRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#tinTuc .tinTucRows .tinTucItem {
    width: 30.03%;
    margin-right: 4.955%;
    position: relative;
    margin-bottom: 70px;
}

#tinTuc .tinTucRows .tinTucItem a {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

#tinTuc .tinTucRows .tinTucItem span.ttImg {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

#tinTuc .tinTucRows .tinTucItem span.ttImg img {
    transition: ease all 0.35s;
    height: 340px;
    object-fit: cover;
}

#tinTuc .tinTucRows .tinTucItem h2 {
    font-size: 60px;
    color: #333333;
    line-height: 120%;
}

#tinTuc .tinTucRows .tinTucItem span.ttIntro {
    display: block;
    font-size: 21px;
    color: #333333;
    line-height: 152%;
    padding-top: 25px;
}

#tinTuc .tinTucRows .tinTucItem:nth-child(3n) {
    margin-right: 0;
}

#tinTuc .tinTucRows .tinTucItem:hover span.ttImg img {
    transform: scale(1.1);
}

#tinTuc .tinTucRows .tinTucItem:hover h2 {
    color: #e70a00;
}

/*
=======================
=	Tin tức chi tiết  =
=======================
*/
#tintucChiTiet {
    padding-top: 85px;
    padding-bottom: 85px;
}

#tintucChiTiet .ttChiTietRows01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#tintucChiTiet .ttChiTietRows01 .ttCR01 {
    width: 65.886%;
    margin-right: 3.604%;
}

#tintucChiTiet .ttChiTietRows01 .ttCR02 {
    width: 30.51%;
    padding-top: 58px;
}

#tintucChiTiet .ttChiTietRows01 .ttCR02 h2 {
    font-size: 60px;
    color: #333333;
    line-height: 120%;
}

#tintucChiTiet .ttChiTietRows01 .ttCR02 .ttCR02FullTxt {
    font-size: 21px;
    color: #333333;
    line-height: 150%;
    margin-top: 32px;
}

#tintucChiTiet .ttChiTietRows02 {
    font-size: 21px;
    color: #333333;
    line-height: 150%;
    margin-top: 68px;
}

#tintucChiTiet .ttChiTietRows03 {
    background-color: #e4e4e4;
    margin-top: 135px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 25px;
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
}

#tintucChiTiet .ttChiTietRows03 h2 {
    font-size: 60px;
    color: #333333;
    line-height: 135%;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item {
    width: 21.885%;
    margin-right: 4.153%;
    position: relative;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item h3 {
    font-size: 40px;
    color: #333333;
    line-height: 120%;
    margin-top: 30px;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item:nth-child(4n) {
    margin-right: 0;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item span.tt03IImg {
    display: block;
    overflow: hidden;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item span.tt03IImg img {
    transition: ease all 0.35s;
    height: 240px;
    object-fit: cover;
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item:hover span.tt03IImg img {
    transform: scale(1.1);
}

#tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item:hover h3 {
    color: #e70a00;
}

.txtOnBannerSp {
    display: none;
}

#bannerPage.ttDetai00 {
    display: none;
}

/*
=================
=	MOOC CIMC	=
=================
*/
#cimc .bgStyle01 .ciRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#cimc .bgStyle01 .ciRows .ciItem {
    width: 21.862%;
    margin-right: 4.184%;
    position: relative;
}

#cimc .bgStyle01 .ciRows .ciItem a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#cimc .bgStyle01 .ciRows .ciItem span.xeBtn {
    display: block;
    max-width: 296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #1e3799;
    color: #ffffff;
    border-radius: 8px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    font-weight: bold;
    background-image: url(../images/p-img07.png);
    background-position: left 65px center;
    background-repeat: no-repeat;
    padding-left: 125px;
    margin-top: 28px;
}

#cimc .bgStyle01 .ciRows .ciItem span.ciIImg {
    display: block;
    overflow: hidden;
}

#cimc .bgStyle01 .ciRows .ciItem span.ciIImg img {
    transition: ease all 0.35s;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #ffffff;
    padding-bottom: 12px;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo h3 {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid #333333;
    padding-bottom: 8px;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 8px;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 15px;
    color: #004fa6;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li:nth-child(2) {
    text-align: left;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li span {
    display: block;
}

#cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li span.iIcon {
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cimc .bgStyle01 .ciRows .ciItem:nth-child(4n) {
    margin-right: 0;
}

#cimc .bgStyle01 .ciRows .ciItem:hover span.ciIImg img {
    transform: scale(1.1);
}

#cimc .bgStyle01 .ciRows .ciItem:hover span.xeBtn {
    background-color: #e70a00;
}

/*
=================
=	CONTAINER	=
=================
*/
.twBanner {
    background-image: url(../images/ho-img00.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.twBanner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.twBanner ul li {
    width: 48.048%;
    margin-right: 3.904%;
    text-align: center;
}

.twBanner ul li a {
    display: block;
}

.twBanner ul li h3 {
    font-size: 26px;
    font-weight: bold;
    color: #1e3799;
    padding-top: 20px;
}

.twBanner ul li:nth-child(2n) {
    margin-right: 0;
}

.twRows {
    background-color: #fff;
}

.twRows .twItem {
    margin-top: 150px;
    margin-bottom: 150px;
    display: none;
}

.twRows .twIRowsC {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.twRows .twIRowsC .twIRI {
    margin-right: 4.204%;
    width: 21.847%;
    position: relative;
}

.twRows .twIRowsC .twIRI span.twIRIImg {
    display: block;
    overflow: hidden;
}

.twRows .twIRowsC .twIRI span.twIRIImg img {
    transition: ease all 0.35s;
}

.twRows .twIRowsC .twIRI:hover span.xeBtn {
    background-color: #e70a00;
}

.twRows .twIRowsC .twIRI:hover span.twIRIImg img {
    transform: scale(1.1);
}

.twRows .twIRowsC .twIRI a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.twRows .twIRowsC .twIRI:nth-child(4n) {
    margin-right: 0;
}

.twRows .twIRowsC .twIRI .twIRIInfo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}

.twRows .twIRowsC .twIRI .twIRIInfo h3 {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 140%;
    border-bottom: 2px solid #333333;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.twRows .twIRowsC .twIRI .twIRIInfo ul li {
    padding-left: 55px;
    background-position: center left;
    background-repeat: no-repeat;
    height: 50px;
    font-size: 16px;
    color: #1e3799;
    line-height: 120%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.twRows .twIRowsC .twIRI .twIRIInfo ul li:nth-child(1) {
    background-image: url(../images/co-img04.jpg);
}

.twRows .twIRowsC .twIRI .twIRIInfo ul li:nth-child(2) {
    background-image: url(../images/co-img05.jpg);
}

.twRows .twIRowsC .twIRI .twIRIInfo ul li:nth-child(3) {
    background-image: url(../images/co-img06.jpg);
}

.twRows .twIRowsC .twIRI span.xeBtn {
    display: block;
    max-width: 296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #1e3799;
    color: #ffffff;
    border-radius: 8px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    font-weight: bold;
    background-image: url(../images/p-img07.png);
    background-position: left 65px center;
    background-repeat: no-repeat;
    padding-left: 125px;
    margin-top: 28px;
}

/*
=================
=	May Lanh	=
=================
*/
#mayLanh .mlItem01 {
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}

#mayLanh .mlItem01 h2 {
    position: relative;
    max-width: 765px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    font-weight: bold;
    color: #1e3799;
}

#mayLanh .mlItem01 h2::before {
    content: '';
    background-color: #1e3799;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

#mayLanh .mlItem01 h2 span {
    position: relative;
    z-index: 2;
    background-color: #f1f1f1;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}

#mayLanh .mlItem01 ul {
    display: block;
    text-align: center;
    margin-top: 75px;
}

#mayLanh .mlItem01 ul li {
    max-width: 296px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
}

#mayLanh .mlItem01 ul li:not(:last-child) {
    margin-right: 35px;
}

#mayLanh .mlItem01 ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #cccccc;
    background-image: url(../images/ml-img02.png);
    background-position: center left 40px;
    background-repeat: no-repeat;
    height: 60px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-bottom: 5px;
    transition: ease all 0.35s;
}

#mayLanh .mlItem01 ul li:hover a {
    background-color: #e70a00;
}

#mayLanh .mlItem01 ul li.active a {
    background-color: #e70a00;
}

#mayLanh .mlItem02 .mlI02Rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 60px;
    display: none;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item {
    width: 21.801%;
    margin-right: 4.265%;
    position: relative;
    margin-bottom: 100px;
    float: left;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item:nth-child(4n) {
    margin-right: 0;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item span.mlI02Img {
    text-align: center;
    height: 225px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item span.mlI02Img img {
    transition: ease all 0.35s;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item .mlI02Info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item .mlI02Info h3 {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    line-height: 140%;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item .mlI02Info span.mlI02Txt {
    font-size: 16px;
    min-height: 130px;
    color: #1e3799;
    line-height: 140%;
    display: block;
    padding-top: 8px;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item span.xeBtn {
    display: block;
    max-width: 296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #1e3799;
    color: #ffffff;
    border-radius: 8px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    font-weight: bold;
    background-image: url(../images/p-img07.png);
    background-position: left 65px center;
    background-repeat: no-repeat;
    padding-left: 125px;
    margin-top: 28px;
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item:hover span.mlI02Img img {
    transform: scale(1.1);
}

#mayLanh .mlItem02 .mlI02Rows .mlI02Item:hover span.xeBtn {
    background-color: #e70a00;
}

/*
=============
=	RWD		=
=============
*/
@media screen and (max-width: 1720px) {
    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent {
        padding-right: 4.651vw !important;
        padding-left: 4.651vw !important;
        margin-right: 0 !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem:nth-child(2n) .xeDauILeft .xeDauContent {
        padding-left: 4.651vw !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1665px) {
    .grid-1665 {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight input {
        max-width: 240px;
        width: 100% !important;
        background-size: cover !important;
    }

    footer .wrapFt .ftRows .ftRight {
        padding-left: 10px;
    }

    #menuHome .meRows .meItem span.meBtn {
        max-width: 260px;
        width: 100%;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel li:first-child {
        padding-right: 2.402vw !important;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel li:last-child {
        padding-left: 2.402vw !important;
    }

    footer .wrapFt .ftRows .ftLeft {
        padding-right: 10px;
    }

    footer .wrapFt .ftRows .ftLeft .ftInfo {
        padding-left: 15px !important;
    }

    #bannerPage .bannerInfo .grid-470 h2 {
        font-size: 50px !important;
    }

    #bannerPage .bannerInfo .grid-470 span.bnFullTxt {
        font-size: 16px !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent h2 {
        font-size: 50px !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent span.xeFullTxt {
        font-size: 16px !important;
    }

    #xeDauKeoMy .xeDauContent01 .grid-1156 {
        font-size: 16px !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeBtn {
        height: 47px !important;
        padding-left: 100px !important;
        background-position: left 48px center;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider-nav .slItemChild {
        height: 7.207vw !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider .slItem {
        height: 37.718vw !important;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabAb .grid-1327 {
        font-size: 16px !important;
    }

    .breaKum {
        font-size: 14px;
    }

    #tinTuc .tinTucRows .tinTucItem h2 {
        font-size: 45px;
    }

    #tinTuc .tinTucRows .tinTucItem span.ttIntro {
        font-size: 16px;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR02 h2 {
        font-size: 45px;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR02 .ttCR02FullTxt,
    #tintucChiTiet .ttChiTietRows02 {
        font-size: 16px;
    }

    #tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item h3 {
        font-size: 30px;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li {
        padding-left: 0.480vw;
        padding-right: 0.480vw;
        font-size: 14px;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo {
        padding-left: 0.601vw;
        padding-right: 0.601vw;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo h3 {
        font-size: 19px;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo ul li {
        padding-left: 2.041vw;
        padding-right: 2.041vw;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item span.xeBtn {
        padding-left: 0;
        text-align: center;
        background-position: left 25px center;
        justify-content: center;
        background-size: 2.102vw;
    }
}

@media screen and (max-width: 980px) {
    #cimc .bgStyle01 .ciRows .ciItem {
        width: 47.908%;
        margin-bottom: 4.184%;
    }

    #cimc .bgStyle01 .ciRows .ciItem:nth-child(2n) {
        margin-right: 0;
    }

    #cimc .bgStyle01 .ciRows .ciItem span.ciIImg img {
        width: 100%;
    }

    .twRows .twIRowsC .twIRI {
        width: 47.908%;
        margin-right: 4.184%;
        margin-bottom: 4.184%;
    }

    .twRows .twIRowsC .twIRI:nth-child(2n) {
        margin-right: 0;
    }

    .twRows .twItem {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .twRows .twIRowsC .twIRI span.twIRIImg img {
        width: 100%;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item {
        width: 47.908%;
        margin-right: 4.184%;
        margin-bottom: 4.184%;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item:nth-child(2n) {
        margin-right: 0;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item span.xeBtn {
        background-size: unset;
        justify-content: flex-start;
        padding-left: 125px;
        background-position: left 65px center;
    }
}

@media screen and (max-width: 940px) {
    #menuHome .meRows .meItem span.meBtn {
        font-size: 18px;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel li {
        display: block !important;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel li:first-child {
        border-right: 0 !important;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel li:last-child {
        padding-left: 62px !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeBtn {
        padding-left: 85px !important;
        background-position: left 30px center;
    }

    .breaKum {
        font-size: 0;
    }

    #xeDauKeoDetail {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right {
        width: 100% !important;
        margin-top: 30px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider-nav .slItemChild {
        width: 19.5%;
        height: 80px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider .slItem {
        height: 400px !important;
    }

    #xeDauKeoDetail .grid-1665 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem h2 {
        font-size: 25px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem span.prNote {
        font-size: 12px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listKm li {
        font-size: 14px;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabAb {
        padding-left: 0;
        padding-right: 0;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabVideo {
        padding-left: 0;
        padding-right: 0;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabVideo iframe {
        height: 500px;
    }

    #tinTuc .tinTucRows .tinTucItem span.ttImg img {
        height: 200px;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR01 {
        display: none;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR02 {
        width: 100% !important;
        padding-top: 28px;
    }

    .breaKum.nwDD {
        display: none;
    }

    #bannerPage.ttDetai00 {
        display: block;
    }

    #tintucChiTiet {
        padding-bottom: 0;
        padding-top: 0;
    }

    #tintucChiTiet .ttChiTietRows02 {
        margin-top: 0;
    }

    #tintucChiTiet .grid-1665 {
        padding-left: 0;
        padding-right: 0;
    }

    .ttChiTietRows01,
    .ttChiTietRows02 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #tintucChiTiet .ttChiTietRows03 {
        margin-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px;
    }

    #tintucChiTiet .ttChiTietRows03 h2 {
        font-size: 45px;
    }

    #tintucChiTiet .ttChiTietRows03 .tt03Rows {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    #tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .row-head {
        height: 75px !important;
    }

    .row-head a img {
        width: 90px;
    }

    #slide .item {
        height: 53.189vw !important;
    }

    #slide .owl-theme .owl-dots .owl-dot span {
        width: 12px !important;
        height: 12px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    #slide .owl-dots {
        bottom: 0 !important;
    }

    #menuHome {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    #menuHome .meRows .meItem {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
    }

    #menuHome .meRows .meItem:last-child {
        margin-bottom: 0 !important;
    }

    footer .wrapFt {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
    }

    footer .wrapFt .ftRows .ftLeft {
        width: 100% !important;
        border-right: 0 !important;
        order: 1;
        padding-right: 0 !important;
        padding-top: 42px !important;
        padding-bottom: 0 !important;
    }

    footer .wrapFt .ftRows .ftRight {
        width: 100% !important;
        order: 0;
        padding-left: 0 !important;
    }

    footer .wrapFt .ftRows .ftRight .ftRRow {
        max-width: 100% !important;
    }

    footer .wrapFt .ftRows {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .wrapFt .ftRows .ftRight .ftRRow .ftRRLeft {
        width: 100% !important;
        margin-right: 0 !important;
    }

    footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight {
        width: 100% !important;
        margin-top: 15px;
        text-align: center;
    }

    footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight input {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: #e70a00;
        max-width: 100% !important;
    }

    footer .wrapFt .ftRows .ftLeft .logoFt {
        width: 100% !important;
    }

    footer .wrapFt .ftRows .ftLeft .ftInfo {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 20px;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftTel {
        padding-top: 12px !important;
    }

    footer .wrapFt .ftRows .ftLeft .ftInfo span.ftAddress {
        padding-top: 6px !important;
    }

    footer .wrapFt .ftRows .ftLeft ul.ftSocial {
        padding-top: 20px !important;
    }

    .row-head::before {
        width: 155px !important;
        height: 42px !important;
        background-size: contain;
        bottom: -40px !important;
    }

    .txtOnBannerSp {
        display: block;
    }

    #menuHome .meRows .meItem span.meImg {
        height: 180px !important;
    }

    #slide .item {
        height: 260px !important;
    }

    #bannerPage .bannerInfo {
        height: 400px !important;
    }

    #bannerPage .grid-470 {
        display: none;
    }

    .txtOnBannerSp {
        padding-left: 30px;
        padding-right: 30px;
    }

    .txtOnBannerSp h2 {
        font-size: 50px;
        line-height: 120%;
        color: #333333;
    }

    .txtOnBannerSp span.bnFullTxt {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 137%;
        margin-top: 30px;
    }

    .xeDauContent01 {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 35px;
    }

    #xeDauKeoMy .xeDauContent01 .grid-1156 {
        padding-top: 92px !important;
        margin-bottom: 50px !important;
    }

    .xeDauILeft {
        width: 100% !important;
        order: 1;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauIRight {
        width: 100% !important;
        order: 0;
        height: 300px;
        margin-bottom: 20px;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem {
        margin-bottom: 35px !important;
    }

    #xeDauKeoMy .xeDauContent02 .xeDauItem:nth-child(2n) .xeDauILeft .xeDauContent {
        padding-left: 0 !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 45px !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item:last-child {
        margin-bottom: 0 !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeIImg {
        display: inline-block !important;
    }

    #xeDauKeoMy .xeDauContent03 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    #xeDauKeoMy .xeDauContent03 .xeCo03Rows .xeCo03Item span.xeBtn {
        max-width: 234px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem ul.listInfo li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft span.fTT {
        font-size: 16px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table tr td {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRRight {
        width: 100% !important;
        padding-right: 0 !important;
        margin-top: 5px;
    }

    #xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a {
        font-size: 16px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child span.btnMua {
        display: none !important;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabDeitail table tr td {
        font-size: 14px;
    }

    #xeDauKeoDetail {
        padding-bottom: 0 !important;
    }

    #xeDauKeoDetail .xeDTRows01 {
        margin-bottom: 20px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRRight input {
        height: 48px;
    }

    #tinTuc .tinTucRows {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px;
    }

    #tinTuc .tinTucRows .tinTucItem {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 45px;
    }

    #tinTuc .tinTucRows .tinTucItem:last-child {
        margin-bottom: 0;
    }

    #tinTuc .tinTucRows .tinTucItem span.ttImg {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }

    #tinTuc .tinTucRows .tinTucItem span.ttImg img {
        display: block;
        height: 280px;
    }

    #tinTuc {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #cimc .bgStyle01 .ciRows .ciItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    #cimc .bgStyle01 .ciRows .ciItem:last-child {
        margin-bottom: 0;
    }

    #cimc .grid-1665 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo {
        padding-left: 18px;
        padding-right: 18px;
    }

    #cimc .bgStyle01 .ciRows .ciItem span.xeBtn {
        max-width: 235px;
        padding-left: 85px !important;
        background-position: left 30px center;
    }

    .twBanner ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .twBanner ul li:last-child {
        margin-bottom: 0;
    }

    .twRows .twIRowsC .twIRI {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .twRows .twIRowsC .twIRI span.xeBtn {
        max-width: 235px;
        padding-left: 85px !important;
        background-position: left 30px center;
    }

    #mayLanh .mlItem01 ul li {
        display: inline-block;
        margin-right: 0 !important;
    }

    #mayLanh .mlItem01 ul {
        margin-top: 60px;
    }

    #mayLanh .mlItem01 h2 {
        font-size: 38px;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    #mayLanh .mlItem02 .mlI02Rows .mlI02Item span.xeBtn {
        max-width: 235px;
        padding-left: 85px !important;
        background-position: left 30px center;
    }
}

@media screen and (max-width: 480px) {
    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider .slItem {
        height: 250px !important;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem span.prNote {
        font-size: 10px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Right .xeDRows .xeDRItem:last-child .xeDRFRows .xeDFRLeft table tr td:first-child {
        width: 100px;
    }

    #xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #xeDauKeoDetail .xeDTRows02 .nav.nav-tabs li a,
    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabAb .grid-1327 {
        font-size: 14px !important;
    }

    footer .brSp {
        display: block !important;
    }

    footer .wrapFt .ftRows .ftLeft .ftInfo span.ftNameCompany {
        font-size: 19px !important;
    }

    #bannerPage .grid-1665 {
        display: none;
    }

    #bannerPage {
        background: none !important;
    }

    #bannerPage span.imgBannerSp {
        display: block;
        text-align: center;
    }

    #bannerPage span.imgBannerSp img {
        width: 100%;
    }

    #cimc .grid-1665 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #cimc .bgStyle01 .ciRows .ciItem .ciInfo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .twRows .twIRowsC .twIRI .twIRIInfo {
        padding-left: 0;
        padding-right: 0;
    }

    .twRows .twIRowsC .twIRI .twIRIInfo ul li {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    #menuHome,
    footer .wrapFt .ftRows,
    .txtOnBannerSp,
    .xeDauILeft,
    .xeDauContent01 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 320px) and (max-width: 320px) {
    #bannerPage .bannerInfo {
        height: 250px !important;
    }
}

@media screen and (max-width: 320px) {
    .txtOnBannerSp h2,
    #xeDauKeoMy .xeDauContent02 .xeDauItem .xeDauILeft .xeDauContent h2 {
        font-size: 40px !important;
    }

    #xeDauKeoDetail .grid-1665 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #xeDauKeoDetail .xeDTRows01 .xeDTR01Left .slider-nav .slItemChild {
        height: 50px !important;
    }

    #xeDauKeoDetail .xeDTRows02 .tab-content .tab-pane .tabVideo iframe {
        height: 200px !important;
    }

    #tinTuc .tinTucRows {
        padding-left: 0;
        padding-right: 0;
    }

    #tinTuc .tinTucRows .tinTucItem h2 {
        font-size: 40px;
    }

    #tinTuc .tinTucRows .tinTucItem span.ttIntro {
        font-size: 14px;
    }

    .ttChiTietRows01, .ttChiTietRows02,
    #tintucChiTiet .ttChiTietRows03 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR02 h2 {
        font-size: 40px;
    }

    #tintucChiTiet .ttChiTietRows01 .ttCR02 .ttCR02FullTxt, #tintucChiTiet .ttChiTietRows02 {
        font-size: 14px;
    }

    #tintucChiTiet .ttChiTietRows03 .tt03Rows .tt03Item h3 {
        font-size: 20px;
        margin-top: 10px;
    }
}

.boxes,
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.chane-x {
    position: relative;
    cursor: pointer;
    z-index: 9;
}

.bar1,
.bar2,
.bar3 {
    width: 45px;
    height: 5px;
    background-color: #292b2c;
    margin: 6px 0;
    transition: 0.4s;
}

.bar1 {
    margin-top: 0;
}

.bar3 {
    margin-bottom: 0;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 4px);
    transform: rotate(-45deg) translate(-9px, 4px);
    -moz-transform: rotate(-45deg) translate(-9px, 4px);
    -ms-transform: rotate(-45deg) translate(-9px, 4px);
    -o-transform: rotate(-45deg) translate(-9px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-12px, -6px);
    -webkit-transform: rotate(45deg) translate(-12px, -6px);
    -moz-transform: rotate(45deg) translate(-12px, -6px);
    -ms-transform: rotate(45deg) translate(-12px, -6px);
    -o-transform: rotate(45deg) translate(-12px, -6px);
}

.chane-x .text {
    font-size: 9px;
    color: #464646;
    letter-spacing: 0;
    line-height: 100%;
    margin-top: 5px;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.row-head {
    height: 90px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row-head .boxs {
    width: 33.33%;
}

.row-head .boxs:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.row-head .boxs:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.row-head .ow {
    overflow: visible;
}

.row-head::before {
    content: '';
    width: 194px;
    height: 52px;
    background-image: url(../images/he-img00.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.row-head ul.flex {
    justify-content: flex-end;
    align-items: center;
}

.row-head ul.flex li:not(:first-child) {
    margin-left: 30px;
}

.row-head ul.flex img {
    margin-bottom: 0;
}

.row-head a {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.row-head a img {
    margin-bottom: -35px;
    position: relative;
    z-index: 2;
}

.popupMenu.active {
    z-index: 999999999;
    opacity: 1;
}

.popupMenu.active .wpPopup {
    left: 0;
}

.popupMenu {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: unset;
    left: 0;
    background: rgba(41, 43, 44, 0.6);
}

.popupMenu .wpPopup.heigthAuto {
    height: 100vh;
}

.popupMenu .wpPopup.heigthAuto .menu li a {
    font-size: 20px;
    padding: 15px 0 !important;
}

.popupMenu .wpPopup {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    width: 100%;
    max-width: 482px;
    padding: 33px 35px 226px 45px;
    background: white;
    position: relative;
    left: -100%;
    z-index: 999999999999;
}

.popupMenu .wpPopup .closes {
    width: 100%;
    text-align: right;
}

.popupMenu .wpPopup .menu {
    display: block;
    padding-right: 22px;
}

.popupMenu .wpPopup .menu li {
    border-bottom: 1px solid #C9C9C9;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.popupMenu .wpPopup .menu li:hover a, .popupMenu .wpPopup .menu li.active a {
    color: #ec3e18;
}

.popupMenu .wpPopup .menu li:nth-child(2) span img {
    margin-top: -18px;
}

.popupMenu .wpPopup .menu li:first-child a {
    padding-top: 10px;
}

.popupMenu .wpPopup .menu a {
    display: block;
    font-size: 23px;
    color: #2a2b2c;
    line-height: 150%;
    font-weight: bold;
    padding: 25px 0;
    text-transform: uppercase;
}

.popupMenu .wpPopup .menu a .imgW {
    width: 55px;
    padding-right: 10px;
}

.popupMenu .wpPopup .menu a span {
    display: inline-block;
    vertical-align: middle;
}

.pos-fixed {
    background: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: unset;
    left: 0;
    z-index: 99;
}

.pos-fixed .row-nav {
    margin-top: 10px;
}

.pos-fixed .main-option {
    top: 2px;
}

.main-option {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-option li {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}

.main-option li i {
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .row-head ul.flex {
        display: none;
    }

    .popupMenu .wpPopup {
        padding: 25px 20px;
    }

    .popupMenu .wpPopup .menu {
        padding-right: 0;
    }

    .popupMenu .wpPopup.heigthAuto {
        overflow-y: scroll;
    }
}

/* Row menu */
.row-nav {
    display: inline-block;
    text-align: right;
    float: left;
    width: calc(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-nav {
    display: inline-block;
    vertical-align: middle;
}

.main-nav > ul {
    font-size: 0;
}

.main-nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 14px;
}

.main-nav > ul > li > a:hover {
    color: #004fa6;
}

.main-nav > ul > li > a:not(:only-child):after {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.main-nav > ul > li.active a {
    color: #004fa6;
}

.main-nav li ul {
    position: absolute;
    min-width: 235px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    margin-top: 20px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    left: 8px;
    border-top: 3px #60b1de solid;
}

.main-nav li ul ul {
    left: 100%;
    top: 0;
}

.main-nav li ul a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
}

.main-nav li ul a:hover {
    background: #ffffff;
    color: #60b1de;
}

.main-nav li:hover > ul {
    margin-top: 0;
    pointer-events: all;
    opacity: 1;
}

@media all and (max-width: 1199px) {
    .row-nav {
        margin-top: 27px !important;
        display: none;
    }

    .menu-btn {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        z-index: 99;
        background: rgba(0, 79, 166, 0.05);
        cursor: pointer;
    }

    .menu-btn i {
        display: block;
        margin: auto;
        border-top: solid 2px #004fa6;
        width: 17px;
        border-bottom: double 7px #004fa6;
        height: 12px;
    }

    .menu-btn.act i {
        width: auto;
        height: auto;
        border: none;
    }

    .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #004fa6;
    }

    .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-nav {
        display: none;
    }

    .m-nav {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #f9f9f9;
        -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
        box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        width: 290px;
        right: -296px;
    }

    .m-nav.act {
        right: 0;
    }

    .m-nav .nav-ct {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 55px;
        position: relative;
    }

    .m-nav .nav-close {
        top: 7px;
        right: 10px;
        background: none;
        outline: none;
        z-index: 99;
    }

    .m-nav .main-nav {
        display: block;
        margin: 0;
        padding: 0;
    }

    .m-nav .main-nav > ul > li {
        display: block;
        margin: 0;
    }

    .m-nav .main-nav > ul > li:last-child {
        display: none;
    }

    .m-nav .main-nav > ul > li > a {
        display: block;
        font-weight: normal;
        border: none;
        border-top: solid 1px #e6e6e6;
        height: 45px;
        line-height: 45px;
        color: #333;
        margin: 0px;
        padding: 0 15px;
    }

    .m-nav .main-nav > ul > li > a:not(:only-child):after, .m-nav .main-nav > ul > li > a:not(:only-child):before {
        content: none;
        display: none;
    }

    .m-nav .main-nav > ul > li > a:before, .m-nav .main-nav > ul > li > a:after {
        content: none;
        display: none;
    }

    .m-nav .main-nav > ul > li:hover > a, .m-nav .main-nav > ul > li.active > a {
        color: #004fa6;
        background: rgba(0, 79, 166, 0.05);
    }

    .m-nav .main-nav li {
        position: relative;
    }

    .m-nav .main-nav li ul {
        display: none;
        width: auto;
        position: static;
        background: rgba(0, 0, 0, 0.03);
        border: none;
        margin: 0px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        pointer-events: all;
        padding: 0;
        min-width: auto;
        box-shadow: none;
    }

    .m-nav .main-nav li ul:after {
        content: none;
        display: none;
    }

    .m-nav .main-nav li ul a {
        display: block;
        font-size: 13px;
        line-height: 20px;
        background: none;
        color: #000000;
        border: none;
        border-top: solid 1px #e6e6e6;
        padding: 10px 15px 10px 25px;
        margin: 0px;
        font-weight: normal;
    }

    .m-nav .main-nav li ul li:hover > a {
        color: #004fa6;
        background: rgba(0, 79, 166, 0.05);
    }

    .m-nav .main-nav li .nav-drop {
        display: block;
        font-style: normal;
        height: 45px;
        width: 45px;
        text-align: center;
        font-size: 16px;
        line-height: 45px;
        background: rgba(0, 0, 0, 0.03);
        color: #004fa6;
        float: right;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    .m-nav .main-nav li .nav-drop:after {
        font-family: "FontAwesome";
        content: "\f0d7";
    }

    .m-nav .main-nav li .nav-drop.act:after {
        content: "\f0d8";
    }

    .m-nav .main-nav li:hover > .nav-drop {
        color: #004fa6;
    }

    .m-nav .main-nav li:hover > ul {
        margin-top: 0;
        pointer-events: all;
        opacity: 1;
    }

    header .nav-open, header .sb-open {
        position: fixed;
        top: 20px;
        outline: none;
    }

    header .nav-open {
        right: 15px;
    }

    header .sb-open {
        left: 10px;
    }
}

#slide .item {
    height: 768px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide .owl-dots {
    z-index: 2;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#slide .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
}

#slide .owl-theme .owl-dots .owl-dot.active span, #slide .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #004fa6;
    outline: none;
}

/* Footer */
footer .wrapFt {
    background-image: url(../images/ft-img00.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 63px;
    padding-bottom: 63px;
}

footer .wrapFt .ftRows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .wrapFt .ftRows .ftLeft {
    width: 53.333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-right: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .wrapFt .ftRows .ftLeft ul.ftSocial {
    font-size: 0;
    padding-top: 40px;
}

footer .wrapFt .ftRows .ftLeft ul.ftSocial li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

footer .wrapFt .ftRows .ftLeft ul.ftSocial li:first-child {
    padding-left: 0;
}

footer .wrapFt .ftRows .ftLeft ul.ftSocial li:first-child::before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

footer .wrapFt .ftRows .ftLeft .logoFt {
    width: 160px;
}

footer .wrapFt .ftRows .ftLeft .ftInfo {
    width: calc(100% - 160px);
    padding-left: 30px;
}

footer .wrapFt .ftRows .ftLeft .ftInfo span {
    display: block;
}

footer .wrapFt .ftRows .ftLeft .ftInfo span.ftNameCompany {
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 160%;
}

footer .wrapFt .ftRows .ftLeft .ftInfo span.ftAddress {
    font-size: 18px;
    color: #ffffff;
    line-height: 140%;
    font-weight: 300;
    padding-top: 10px;
}

footer .wrapFt .ftRows .ftLeft .ftInfo span.ftAddress a {
    font-style: italic;
    text-decoration: underline;
    color: #ff0;
}

footer .wrapFt .ftRows .ftLeft .ftInfo span.ftIntro01 {
    display: block;
    font-size: 21px;
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

footer .wrapFt .ftRows .ftLeft ul.ftTel {
    font-size: 0;
    padding-top: 8px;
}

footer .wrapFt .ftRows .ftLeft ul.ftTel li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    line-height: 120%;
}

footer .wrapFt .ftRows .ftLeft ul.ftTel li:first-child {
    padding-right: 40px;
    border-right: 1px solid #ffffff;
}

footer .wrapFt .ftRows .ftLeft ul.ftTel li:last-child {
    padding-left: 40px;
}

footer .wrapFt .ftRows .ftLeft ul.ftTel li a {
    font-weight: bold;
    color: #e70a00;
}

footer .wrapFt .ftRows .ftRight {
    width: 46.667%;
}

footer .wrapFt .ftRows .ftRight .ftRRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 650px;
    width: 100%;
    float: right;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRLeft {
    width: 60%;
    margin-right: 3.385%;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRLeft h3 {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRLeft input {
    background-color: #cccccc;
    border: none;
    border-radius: 0;
    font-size: 18px;
    height: 38px;
    padding-left: 25px;
    padding-right: 25px;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRLeft .inName {
    margin-bottom: 18px;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight {
    width: 36.615%;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight input {
    width: 240px;
    height: 93px;
    background-image: url(../images/ft-img01.jpg);
    background-position: center center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    text-indent: -999px;
    transition: ease all 0.35s;
    opacity: 1;
}

footer .wrapFt .ftRows .ftRight .ftRRow .ftRRRight input:hover {
    opacity: 0.75;
}

footer .brSp {
    display: none;
}

/* Animate phone */
.anim-phone {
    cursor: pointer;
    height: 76px;
    position: fixed;
    width: 76px;
    z-index: 9999;
    left: 70px;
    bottom: 30px;
}

.anim-phone .anim-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running anim_alo_circle_anim;
    border: 2px solid #004fa6;
    border-radius: 100%;
    height: 76px;
    opacity: 0.1;
    position: absolute;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 76px;
}

.anim-phone .anim-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running anim_alo_circle_fill_anim;
    border-radius: 100%;
    height: 56px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 56px;
    background-color: #004fa6;
}

.anim-phone .anim-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running anim_alo_circle_img_anim;
    border-radius: 100%;
    height: 38px;
    left: 19px;
    position: absolute;
    top: 19px;
    transform-origin: 50% 50% 0;
    width: 38px;
    background-color: #004fa6;
}

.anim-phone .anim-alo-ph-img-circle a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

/* Page top */
.back_to_top {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.back_to_top a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background: #004fa6;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.back_to_top a:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background: rgba(96, 177, 222, 0.5);
    border-radius: 50%;
    z-index: -1;
    top: -6px;
    left: -6px;
}

.back_to_top.open {
    opacity: 1;
    visibility: visible;
}

/* End page top */
@keyframes anim_alo_circle_anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes anim_alo_circle_img_anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes anim_alo_circle_fill_anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@media screen and (max-width: 991px) {
    footer .row-footer {
        padding: 30px 0;
    }

    footer .row-footer .row-footer-item {
        margin-bottom: 30px;
    }

    footer .row-footer .row-footer-item:last-child {
        margin-bottom: 0;
    }

    footer .row-footer:after {
        background-position: right bottom;
    }

    footer .row-copyright {
        padding: 10px 0;
    }

    .anim-phone {
        left: 10px;
        bottom: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
