@charset "utf-8";
/* CSS Document */
ul {
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/RobotoCondensed-Regular.ttf), url(../fonts/RobotoCondensed-Regular.eot);
}
@font-face {
    font-family: robotob;
    src: url(../fonts/roboto-bold.ttf), url(../fonts/roboto-bold.eot);
}
@font-face {
    font-family: open;
    src: url(../fonts/OpenSans-Regular.ttf), url(../fonts/OpenSans-Regular.eot);
    font-weight: normal;
}
@font-face {
    font-family: open;
    src: url(../fonts/OpenSansSemibold.ttf), url(../fonts/OpenSansSemibold.eot);
    font-weight: 600;
}
@font-face {
    font-family: open;
    src: url(../fonts/OpenSans-Bold.ttf), url(../fonts/OpenSans-Bold.eot);
    font-weight: bold;
}
@font-face {
    font-family: open;
    src: url(../fonts/OpenSans-Light.ttf), url(../fonts/OpenSans-Light.eot);
    font-weight: 300;
}
@font-face {
    font-family: robotol;
    src: url(../fonts/Roboto-Light.ttf), url(../fonts/Roboto-Light.eot);
}
@font-face {
    font-family: SFUFeniceBold;
    src: url(../fonts/SFUFeniceBold.ttf), url(../fonts/SFUFeniceBold.eot);
}
@font-face {
    font-family: SFUFuturaBook;
    src: url(../fonts/SFUFuturaBook.TTF), url(../fonts/SFUFuturaBook.eot);
}
@font-face {
    font-family: robotor;
    src: url(../fonts/RobotoRegular.ttf), url(../fonts/RobotoRegular.eot);
}
body {
    font-family: open;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto !important;
    background: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.vcard.fn {
    position: fixed;
    z-index: -111;
    top:-20000;
}
.clear {
    clear: both;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
ul {
    list-style: none;
    margin: 0px;
}
.text-split{overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}

#wrapper {
    position: relative;
}
.maxwidth {}
.maxwidth2 {
    position: relative;
}
#header {
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 3px 0px #ccc;
}
#banner {
    position: relative;
}
#banner img {
    max-width: 100%;
    height: auto;
}
#logo {
    float: left;
    margin: 15px 0px;
    z-index: 99;
    position: relative;
}
#logo1{float:right;margin: 9px 0px;}
#logo img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}
#logo2 {
    display: none;
}
#menu2{display: none;}
#menu2 #nav-ul{display: none;}
#menu-top {
    position: relative;
    height: 100px;
    z-index: 10;
    /* float: right; */
    line-height: 100px;
    float: left;
}
.menu-parent {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0px;
    /* float: right; */
    position: relative;
    z-index: 10;
}

.menu {
    float: left;
    position: relative;
    z-index: 10;
}
.menu:hover {
}
.text-a {
    font-size: 16px;
    padding: 0px 15px;
    color: #272727;
    text-transform: uppercase;
    font-weight: 600;
}
.text-a img {}
.menu:hover .text-a {
    color: #fc630a;
}

.active2 {
    float: left;
    position: relative;
}
.active2 a {
    color: #fc630a;
}
.ul-child {
    position: absolute;
    z-index: 9;
    list-style-type: none;
    text-align: left;
    top: 110%;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
}
.ul-child a {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    font-weight: normal;
}
.li-child:hover {
    background-color: #0096c8;
}
.li-child:hover>a {}
.li-child {
    padding: 10px 20px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    background-color: #00bfff;
    border-bottom: 1px solid #009fe9;
}
.li-child:last-child {}
.menu:hover .ul-child,.active2:hover .ul-child {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.active2:hover .ul-child {
    display: block;
}
.ul-child-child {
    position: absolute;
    z-index: 9999;
    list-style-type: none;
    top: 10%;
    left: 100%;
    width: 250px;
    visibility: hidden;
    opacity: 0;
}
.li-child-child {
    padding: 10px 20px;
    line-height: 18px;
    cursor: pointer;
    background: #0096c8;
    border-bottom: 1px solid #0096c8;
}
.li-child-child:hover {
    background: #0096c8;
}
.li-child-child:hover>a {
}
.li-child:hover .ul-child-child,.li-child-child:hover .ul-child-child-child {
    top:0;
    visibility: visible;
    opacity: 1;
}
.ul-child-child-child {
    position: absolute;
    z-index: 9999;
    list-style-type: none;
    top: 10%;
    left: 100%;
    width: 200px;
    visibility: hidden;
    opacity: 0;
}
.li-child-child-child {
    padding: 8px 20px;
    line-height: 18px;
    cursor: pointer;
    background: #28ac49;
    border-bottom: 1px solid #08bd35;
}
.li-child-child-child:hover {
    background: #08bd35;
}
.li-child-child:hover .ul-child-child-child {
    display: block;
}
#menu-top-rp {
    display: none;
    position: relative;
    z-index: 999;
        width: 100%;
    background: #00bfff;
    height: 35px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}
#content {
    margin-bottom: 35px;
    overflow: hidden;
}
#slide_trung {
    position: relative;
    z-index: 7;
}
#slide_trung img {
    max-width: 100%;
    height: auto;
}
#content-top {
    padding: 30px 0px;
}
.list-danhmucsanpham {
    border: 1px solid #d7d5d5;
    padding-top: 0;
    margin-bottom: 20px;
    background: #fff;
}
.title-main.title-video{border-bottom: 3px solid #ff7a00;}
.title-main.title-video h2{background:#ff7a00}
.title-main {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.title-main h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #000000;
}
.title-main h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    position: relative;
    font-family: SFUFeniceBold;
    color: #262626;
    padding-bottom: 55px;
}
.title-main h2 font {
    /* color: #ff0004; */
}
.title-main h2 a {
    color: #272727;
}
.product-all {}
.product:hover{
}
.product .cover-info{padding: 15px 0px;color: #444444;font-size: 14px;}
.product {
    position: relative;
    margin-bottom: 10px;
}
.product.product-i{margin-bottom:0px;}
.product .hinh-product{
    border: 1px solid #e3e2e7;
}
.product .hinh-product{}
.product img {
    max-width: 100%;
    height: auto;
}
.product_noibat img {
    max-width: 100%;
    height: auto;
}
.hinh-product {
    position: relative;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.product:hover .hinh-product:hover img {
    transform: scale(1.1);
}
.product .ten-product{
    text-align: center;
}
.product:hover .hinh-product{border:1px solid #00bfff;}
.product:hover .ten-product h3{color: #00bfff;}
.product .ten-product h3{
    color: #444444;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.product .desc-product--text{
    margin: 20px 0px;
}
.product .desc-product--text p{font-size: 16px;color:#6e6e6e;}
.product .desc-product--link{font-size: 18px;text-transform: uppercase;text-decoration: underline;color:#000;}

.product:hover .hinh-product img{transform:scale(1.1);}
.mota-product {margin: 25px 0px 20px;}
.gia-product {
    color: #3e3e3e;
    font-size: 14px;
    display: inline-block;
}
.gia-product font {
    color: #ff3430;
    font-weight: 600;
}
.chitietsanpham .gia-product font {
    color: red;
    font-weight:bold;
    font-size:20px;
}
.gia-goc {
    text-decoration: line-through;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}
.pgg{background:url(../images/ic-percent.png) no-repeat;font-size:12px;font-weight:bold;color:#fff;width:43px;height:23px;float:right;padding:3px 10px;}
#footer {
    position: relative;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
    color: #000;
}
.congty {

}
#ngonngu{float:right;max-height: 100px;height: 100%;display: flex;align-items: center;}
#ngonngu a{margin-left:5px;}
#search{
        cursor: pointer;
    }
    #timkiem{
        height: 37px;
        outline: none;
        margin-top: 0px;
        right: 0;
        z-index: 999;
        border: 2px solid #0170bf;
        width: 0px;
        opacity: 0;
        position: absolute;
        bottom: -15px;
        right: 105px;
        border-radius: 50px;
        background: #ffff;
    }
    .timkiem{
        border: none;
        height: 35px;
        width: calc(100% - 40px);
        outline: none;
        background: none;
        padding: 0px 10px;
        float: left;
        font-size: 13px;
    }
    .btn-show{
        cursor: pointer;
        float: left;
        margin-left: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        color: #787474;
    }
    .btn-show.active{background: #0170bf;border-radius: 100%;}
    .btn-show.active i{color:#fff;}
    .btn-show i{font-size: 16px;}
    .bt-timkiem{
        border: none;
        background: none;
        outline: none;
        width: 35px;
        height: 34px;
        float: right;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bt-timkiem i{color: #0170bf;}
#product-detail {
    margin-bottom: 30px;
}
#product-detail #left {
    text-align: center;
}
#product-detail #left img {}
#product-detail #right {}
#product-detail #right h1 {
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
}
.chitietsanpham {
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 0px;
}
.list-news {
    margin-bottom: 10px;
    padding:13px;
    background:#f9f9f9;
    position: relative;
    z-index: 7;
}
.list-news img {
    max-width: 100%;
    height: auto;
}
.list-news h3 {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}
.list-news h3 a {
    color: #232323;
    font-size: 16px;
}
.list-news h3 a:hover {color: red;}
.list-news span {
    color: #ad121a;
    font-size: 13px;
    font-style: italic;
}
.list-news p {
    color: #232323;
    font-size: 13.5px;
}
.hinh-tintuc {
    z-index: 9;
    padding-right: 0px !important;
    margin-right: 15px;
}
.hinhanh {
    z-index: 5;
}
.news_left {
    float: left;
    margin-right: 20px;
}
.news_left img {}
.news_right {
    float: none;
    margin: 0px 10px;
}
.news_right h2 a {
    color: #494949;
    font-size: 12px;
    text-transform: uppercase;
}
.news_right h2 a:hover {
    color: #10aadd;
}
.news_right span {
    color: #9e9e9e;
    font-size: 11px;
    font-style: italic;
}
.news_right p {
    color: #575555;
    font-size: 14px;
    text-align: justify;
}
.title_news {
    color: #ad121a;
    font-size: 25px;
    margin: 10px 0px;
    font-weight: bold;
}
.noidung_tintuc {
    padding: 10px 0px;
}
.noidung_tintuc img {
    max-width: 100%;
    height: auto;
}
.noidung img {
    max-width: 100%;
    height: auto;
}
.othernews {
    padding: 10px 0px;
}
.othernews a {
    color: #333333;
}
.othernews a:hover {
    color: #ff0000;
    transition: 0.5s;
}
ul.pagination {
    text-align: center;
    color: #829994;
    display: block;
}
ul.pagination li {
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 5px;
}
ul.pagination a {
    color: #959595;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cde0dc;
    text-decoration: none;
    float:none;
}
ul.pagination a:hover,ul.pagination li.active a,
ul.pagination a.current {
    background: #ea9a1d;
    color: #fff;
    border-radius: 0px;
}
.control-label {
    text-align: left !important;
    float: left;
}
#video {
    position: absolute;
    width: 361px;
    top: 50px;
    right: 89px;
    z-index: 99;
    margin-bottom: 10px;
}
.tieude_footer {
    padding-bottom: 15px;
}
.tieude_footer h2 {
    color: #fff;
    font-size: 15px;
    font-family: robotor;
    display: inline-block;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer1 {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
#footer1 table {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #ff7a00;
    border: 1px solid #e8e8e8;
}
#footer1 img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}
#footer1 a {
    color: #fff;
}
#hotline {
    float: left;
    background: unset;
    font-size: 15px;
    margin: 0px 15px 0px 65px;
}
#hotline p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
}
#hotline p img{margin-right:5px;float: left;}
#hotline p span{display:block;font-size:16px;color:#ff7a00}
.cart-top{
    float: right;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 3px;
}
.cart-top a{
    color: #fff;
}
.cart-top a img{
    margin-right: 10px;
}
.cart-top a span{
    width: 20px;
    height: 20px;
    background: #ff7a00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: #000;
}
.transition,a,img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
#copyright {
    font-size: 14px;
    margin: 0px;
    color: #000;
    padding: 15px 0px;
    background: #f88a4a;
    text-align: center;
    border-top: 1px solid #000;
}
.copy {
    margin: 0px;
    float: left;
}
.copy font{
    font-weight: bold;
}
#btn-lg {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    left: 10px;
    top: -1px;
    width: 24px;
    overflow: hidden;
}

#menu {
    border-bottom: 2px solid #ff7a00;
}
.online {
    float: right;
    margin: 0px;
}
.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.hover_sang1:hover:before {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.hover_sang1 {
    position: relative;
    overflow: hidden;
}
.tieude-footer {}
.tieude-footer h2 {
    font-size: 20px;
    margin-top: 0px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
}
.othernews h2 {
    color: #222;
    font-size: 20px;
    color: #222;
    margin-top: 0px;
}
.links_titles {
    list-style: none;
}
.links_titles li i {
    margin-right: 10px;
}
.links_titles li {
    padding: 10px 0px;
    border-bottom: 1px dashed #e8e8e8;
}
.links_titles li a {
    font-size: 14px;
    line-height: 20px;
    color: #3b3b3b;
}
.my_glass {
    position: relative;
    display: block;
    z-index: 5;
}
.my_glass:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.my_glass:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#timkiem1 {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #084a72;
    height: 37px;
}
#timkiem1 .timkiem {
    color: #fff;
}
#timkiem1 .bt-timkiem {
    color: #fff;
    background: #084a72 url(../map/searchicon.png) no-repeat center;
    background-size: 40%;
    height: 37px;
}
.tabcontent {
    padding: 10px 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}
div.tab button {
    display: inline-block;
    padding: 10px 14px 10px 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid #fff;
    border-top: 4px solid rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
    font-size: 13px;
    text-transform: capitalize;
    border-left: 1px solid rgb(245, 245, 245);
    border-right: 1px solid rgb(245, 245, 245);
    position: relative;
    outline: 0;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #f0f0f0;
    background: #fff;
    border-top: 4px solid #d31212;
    border-left: 1px solid #d31212;
    border-right: 1px solid #d31212;
    bottom: -2px;
    color: #d31212;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #f0f0f0;
    background: #fff;
    border-top: 4px solid #d31212;
    border-left: 1px solid #d31212;
    border-right: 1px solid #d31212;
    bottom: -2px;
    color: #d31212;
}
#map_canvas1 iframe,#map_canvas iframe {
    width: 100%;
    height: 100%;
}
.grecaptcha-badge {
    display: none;
}
#header-left {
    float: left;
}
#header-right {
    float: right;
    width: calc(100% - 305px);
    position: relative;
}
.slogan{color:#a4b0bb;font-weight:600;margin-bottom: 15px;}
.header-right_top {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    line-height: 45px;
}
.header-right_top marquee {
    float: left;
    width: 500px;
    font-family: Montserrat-Regular;
}
.header-right_top ul.nav-top {
    float: right;
    margin: 0px;
}
.header-right_top ul.nav-top li {
    float: left;
}
.header-right_top ul.nav-top li a {
    font-family: Montserrat-Regular;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 15px;
    color: #393939;
}
.header-right_top ul.nav-top li a:hover {
    color: #d60c0c;
}
.bg {
    position: relative;
}
.pagewrap {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc {
    text-align: center;
}
.tit {
    font-family: robotob;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    margin: 20px 0px;
}
.desc p {
    font-family: robotol;
    font-size: 25px;
    color: #fff;
    opacity: 0;
}
.a-slider {
    opacity: 0;
    font-family: robotol;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
}
.a-slider:hover {
    background: #000;
    border: 1px solid #000;
}
.banner .swiper-slide-active .desc .tit,
.banner .swiper-slide-active .desc p,
.banner .swiper-slide-active .desc a {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out backwards;
    -moz-animation: fadeInUp 1s ease-in-out backwards;
    -o-animation: fadeInUp 1s ease-in-out backwards;
    -ms-animation: fadeInUp 1s ease-in-out backwards;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}
.banner .active .item .desc h3 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s
}
.banner .active .item .desc p {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
}
.w-100 {
    width: 100%;
}
#content-tintuc {
    padding: 40px 0px 0px;
}
#frm_mail {
    overflow: hidden;
}
#content {
    overflow: hidden;
    margin-top: 30px;
}
.hinhchitiet {
    border: 1px solid #ccc;
}
.list-news:nth-child(2n+3) {
    clear: both;
}
#content-video {padding: 0px 0px 40px;}

.mxh {
   margin:10px 0px;
}
.mxh p{
    font-weight: bold;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#content-about{
    margin-bottom: 15px;
    padding: 70px 0px;
    background: url(../images/bg-about.jpg);
    background-size: cover;
    color: #fff;
    min-height: 600px;
}
.title-about{}
.title-about h2{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
}
.title-about h2 span{display: block;text-align: right;}
.link-more{font-size: 16px;color:#fff;border:1px solid rgba(255,255,255,0.5);padding:8px 15px;display:inline-block;border-radius:5px;background:rgba(0,0,0,0.2);margin-top: 20px;float: right;font-weight: 600;}
.link-more:hover{background:#0038bf;}
#content-daotao{
    margin:40px 0px;
}
#content-product{
    margin:40px 0px;
}
.policy{
    margin-bottom: 20px;
}
.policy li{
    margin-bottom: 10px;
}
.policy li a{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.policy li a:hover{
    color: #f78a4a;
}
.cart-fixed {
    position: fixed;
    right: 15px;
    top: 250px;
    z-index: 9999;
    background: #ed1c24;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-fixed i {
    font-size: 20px;
}
.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #D21313;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

#content-lienhe{
    min-height: 480px;
    padding: 100px 0px;
    margin-bottom: 50px;
}
#quangcao{
    min-height: 320px;
    margin:30px 0px;
}
#map_canvas {
    height: 474px;
    width: 100%;
    margin:0px auto;
    border:1px solid #ccc;
}
#map_canvas1 {
    height: 420px;
    width: 100%;
}
.daotao.margin-duan{
    margin: 0px 0px 26px 0px;
}
.video {
    padding: 9px 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom:30px;
}
.video a{
    display: block;
    overflow: hidden;
}
.video:hover img{
    transform: scale(1.1);
}
.ten-video{
    margin: 10px 0px 5px;
}
.ten-video a {
    color: #c61d1d;
    font-weight: bold;
}
.video:hover .ten-video a{
    color:red;
}
.phone-support,.phone-support a{
    color:#000;
}

.form-control{
    margin-bottom: 10px;
}
/*Loading*/
.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
}
.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.preloader>div {
    width: 100%;
}
.preloader .preloader-body {
    position: relative;
    text-align: center;
    height: 200px;
}
.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}
.preloader.loaded .cssload-container {
    -webkit-animation: none;
    animation: none;
}

.cssload-container span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ec1824;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(1) {
    top: 0;
    left: 0;
}
.cssload-container span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(4) {
    bottom: 0;
    right: 0;
}
@-webkit-keyframes loader{0%,10%,100%{width:86px;height:86px}65%{width:150px;height:150px}}@keyframes loader{0%,10%,100%{width:86px;height:86px}65%{width:150px;height:150px}}
@-webkit-keyframes loaderBlock{0%,30%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loaderBlock{0%,30%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}
@-webkit-keyframes loaderBlockInverse{0%,20%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loaderBlockInverse{0%,20%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}
/*End loading*/

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb{
    clear: both;
    padding: 10px 0px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    display: block;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    max-width: 1349px;
    margin: 0 auto 30px;
    display: none;
}
.breadcrumb a{
    color: #7d7d7d;
}
.breadcrumb a:last-child,.breadcrumb a:hover{
    color: #fe5e00;
}
.title-main.bold{}
.title-main.bold h2{
    font-size: 22px;
    color: #00bfff;
    padding: 0;
}
#id_list{
    float: left;
    width: 170px;
    border: none;
    height: 38px;
    background: none;
    color: #fff;
    outline: none;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}
#id_list option{
    color:#340e70;
}
.relative{position: relative;}
.product-index{margin: 20px 0px;}
.mz-thumb, .mz-thumb:focus{margin:1px;}
#menu-rp{background: #0170bf;height: 0px;overflow:hidden}
.search_menu img {
width: 20px;
}


.quangcao{margin:50px 0px;}


.video-index{
    text-align: center;
    margin-bottom: 23px;
}
.video-index:hover h2{
    color:red;
}
.video-index h2{
    font-size: 15px;
    color:#333333;
    margin:10px;
}
.icon_play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_play .load_video{
    display:inline-block;
}
.icon_play .load_video img{
    max-width: 41px !important;
    height:auto;
}
.icon_play .pinkBg {background-color: rgba(210, 202, 204, 0.5);background-image: linear-gradient(90deg, rgba(199, 198, 198, 0.5), rgba(181, 181, 181, 0.5));}
.icon_play .ripple{position:absolute;width: 130px;height: 130px;z-index:-1;left:50%;top:50%;opacity:0;margin: -65px 0 0 -65px;border-radius:100px;-webkit-animation:ripple 1.8s infinite;animation:ripple 1.8s infinite;}
.icon_play .ripple:nth-child(2){ animation-delay:.3s; -webkit-animation-delay:.3s }
.icon_play .ripple:nth-child(3){ animation-delay:.6s; -webkit-animation-delay:.6s }
@-webkit-keyframes ripple{ 0%{opacity:1; -webkit-transform:scale(0); transform:scale(0) } 100%{opacity:0; -webkit-transform:scale(1); transform:scale(1) } }
@keyframes ripple{ 0%{opacity:1; -webkit-transform:scale(0); transform:scale(0) } 100%{opacity:0; -webkit-transform:scale(1); transform:scale(1) } }
@-webkit-keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }
.video-index{position: relative;}
.a-product{
    display: block;
    border: 1px solid #ff7a00;
    color: #ff7a00;
    padding: 8px;
    display: inline-block;
    margin-top: 20px;
}
.a-product:hover{background:#ff7a00;color:#fff;}
.link-product{text-align: center;margin:10px 0px 30px;}
.link-product a{font-size: 16px;padding: 0px 0px;display: inline-block;color: #000;border-bottom: 1px solid #000;margin-top: 15px;}
.link-product:hover a{color: #fe5e00;border-color: #fe5e00;}

#content-giaiphap{padding:40px 0px;background:#f9fafc;}
.nghiencuu-all{padding: 25px;background:#cce4f6;border-radius: 5px;}
.giaiphap_i{
    background:#fff;
    margin: 5px;
    box-shadow: 0px 0px 5px 0px #000;
    margin-bottom: 30px;
}
.giaiphap_i.giaiphap_in{box-shadow: 0px 0px 5px 0px #cecece;margin: 0px 0px 30px 0px;}
.giaiphap_i .pic-giaiphap{
}
.giaiphap_i .pic-giaiphap:hover{}
.giaiphap_i .desc-giaiphap{
    padding: 15px;
}
.giaiphap_i .desc-giaiphap p{color: #6d6d6d;}
.scale-img{overflow: hidden;}
.scale-img:hover img{transform: scale(1.1);}
.giaiphap_i:hover .desc-giaiphap h2{color: #fe5e00;}
.date-giaiphap--text{color: #8f8f8f;}
.giaiphap_i .desc-giaiphap h2{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    min-height: 30px;
}
.giaiphap_i .desc-giaiphap p.desc-giaiphap--text{
    margin-top: 20px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    color: #777777;
}
#content-doitac{
    position: relative;
    top: -55px;
}
.doitac-all{box-shadow: 0px 0px 10px 0px #6f6f6f;padding: 20px;border-radius: 10px;background: #fff;}
.thongtin{font-weight: bold;font-size: 16px;text-transform: uppercase;}
.search_menu {
    /* float: right; */
    /* margin-top: 10px; */
     margin-right: 15px; 
}
/*Call mobile*/
.support-online {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 44px;
    /* display: none; */
}
.fa-user-circle:before {
    content: "\f007";
}
.support-online a {
    position: relative;
    margin: 20px 20px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}
.support-online a {
    display: block;
}
.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent  rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}
.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer;
}
.sms i{background: red}
.call-now i{background: green}
.mes i{background: orange}
iframe{max-width: 100% !important;height: auto;}
#content-nghiencuu{padding:40px 0px;position: relative;}
#content-nghiencuu .af-nghiencuu{position: absolute;left: 0;right:0;top:0;bottom:0;}
#content-nghiencuu .af-nghiencuu:after,#content-nghiencuu .af-nghiencuu:before,#content-nghiencuu .bf-nghiencuu:after,#content-nghiencuu .bf-nghiencuu:before{content:'';position: absolute;width: 53px;height: 77px;background: url(../images/af-nghiencuu.jpg) no-repeat;}
#content-nghiencuu .bf-nghiencuu{position: absolute;left: 0;right:0;top:0;bottom:0;}
#content-nghiencuu .af-nghiencuu:after{left: 0;top:0}
#content-nghiencuu .af-nghiencuu:before{right: 0;bottom: 0;transform: rotate(180deg);}
#content-nghiencuu .bf-nghiencuu:after{right: 0;top:0;transform: rotateY(180deg);}
#content-nghiencuu .bf-nghiencuu:before{left: 0;bottom:0;transform: rotateX(180deg);}
#content-service{padding: 40px 0px;background: url(../images/bg-service.jpg) center;background-size: cover;}
.title-service{
    text-align: center;
}
.title-service{margin-bottom:30px;}
.title-service h2{
    display: inline-block;
    position:relative;
}
.title-service h2:after,.title-service h2:before{width:100px;height:1px;border-top:1px dashed #000;content:'';position:absolute;}
.title-service h2:after{left:-120px;top:50%;}
.title-service h2:before{right:-120px;top:50%;}
.owl-service .owl-item .service_i{transform:scale(0.8);}
.owl-service .owl-item.center.active .service_i{transform:scale(1);}
.service_i{}
.service_i .pic-service{}
.service_i .desc-service{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;padding: 15px;text-align: center;pointer-events: none;}
.service_i .desc-service h2{color: #fff;font-size: 26px;font-weight: bold;}
#content-service{text-align: center;}
#content-service .owl-dots{display: inline-block;margin-top: 30px;position: relative;padding-bottom: 17px;}
#content-service .owl-dots:after{width: 85px;height: 38px;background: url(../images/af-dotted.jpg);position: absolute;content:'';right: -100px;transform: rotateY(180deg);top: -10px;}
#content-service .owl-dots:before{width: 85px;height: 38px;background: url(../images/af-dotted.jpg);position: absolute;content:'';left: -100px;top: -10px;}
#content-service .owl-theme .owl-dots .owl-dot span{background:#8aceff;}
#content-service .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#0d7bca;}

#content-news{padding: 30px 0px;position:relative}
#content-news:after{content:'';position:absolute;max-width:1200px;margin:0 auto;background:url(../images/content-tintuc.png) no-repeat right center;height:665px;width: 100%;top: 0;z-index: -1;right: 0px;}
.title-news{margin-bottom: 30px;}
.title-news h2{font-size: 26px;font-weight: bold;text-transform: uppercase;color:#000;display: inline-block;}
.title-news a{float: right;color:#000;font-size: 15px;border-bottom:1px solid #000;}
.title-news a:hover{color:blue;}
.news_i{}
.news_i .pic-news{margin: 5px;box-shadow: 0px 0px 5px 0px #000;}
.news_i .info-news{}
.news_i .info-news h2{font-size: 30px;color:#000000;font-weight: 600;padding-left: 10px;position: relative;margin-bottom: 20px;}
.news_i .info-news h2:after{content:'';position: absolute;left:0;top: 7px;background:#fe5e00;width: 5px;height: 45px;}
.news_i .info-news p.desc-news{font-size: 20px;color:#3d3b3b;}
.news_i .info-news p.news-detail{color:#868585;text-align: right;font-size: 17px;font-weight: normal;margin-top: 20px;}
.news_i .info-news p.news-detail:hover{color:red;}
.news_i .info-news p.see-all{color:#868585;font-size: 20px;text-decoration: underline;text-align: center;margin-top: 100px;}
.news_i .info-news p.see-all:hover{color:Red;}
#content-lienhe{overflow: hidden;background: url(../images/bg-contact.jpg) no-repeat center;background-size: cover;}
.title-contact{text-align: center;padding-bottom: 30px;}
.title-contact h2{font-size: 26px;font-weight: bold;text-transform: uppercase;display: inline-block;border-bottom: 1px solid #000;padding-bottom: 5px;margin-bottom: 10px;}
.title-contact p{font-size: 15px;color:#9d9d9d;}
.cover-lienhe{padding: 30px 0px 50px;border: 3px solid #0b76c1;float:right;max-width: 860px;width: 100%;float: right;text-align: center;}
#frm_datlich{padding: 35px;border: 3px solid #f88a4a;background: #fff;position: relative;left: -65px;}
#frm_datlich .form-dl{height: 32px;border:none;border-bottom: 1px solid #caccce;color:#000;margin-bottom: 20px;width: 100%;outline: none;}
#frm_datlich #noidung_dl.form-dl{height: 60px;}
#frm_datlich .btn-dl{width: 110px;height: 40px;color:#000;font-size: 18px;font-weight: normal;text-transform: uppercase;background: #f88a4a;border: none;border-radius: 10px;}
#chinhanh{padding:40px 0px;background:#f88a4a;margin-top: 30px;}
.chinhanh{
    margin-bottom: 30px;
}
.chinhanh h3{font-size: 18px;margin-bottom: 10px;font-weight: 600;}
.chinhanh h3 i{margin-right: 5px;}
.chinhanh p{font-size: 14px;color:#000;}
.footer-in{padding-top:40px;}
.noidung{margin-top:10px;}
.noidung-top{max-width: 1349px;margin:0 auto;padding: 100px 0px;margin-top: -30px;}
.desc-news_detail{max-width: 700px;margin-bottom: 25px;}
.desc-news_detail .title-main{text-align:left;margin-bottom: 10px;}

.service_one_i{
    position: relative;
    margin-bottom: 30px;
}
.service_one_i .pic-service_one{}
.service_one_i .desc-service_one{
    position: absolute;
    top: 0;
    border: 0;
    bottom: 0;
    left: 0;
    padding: 100px 30px;
    max-width: 400px;
    pointer-events: none;
}
.service_one_i:hover  .desc-service_one{background:linear-gradient(to right,#000,transparent,transparent)}
.service_one_i .desc-service_one h2{
    color: #fff;
    font-weight: 600;
}
.service_one_i .desc-service_one p{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.service_two_i:hover .desc-service_two h2{color:#f88a4a;}
.service_two_i{margin-bottom: 30px;}
.service_two_i .pic-service_two{}
.service_two_i .desc-service_two{
    margin: 20px 0px;
}
.service_two_i .desc-service_two h2{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.service_two_i .desc-service_two p{
    color: #484848;
    font-size: 17px;
    margin-top: 15px;
}

#google_language_translator { width:0px !important; overflow:hidden;height:0px;}
.goog-te-gadget .goog-te-combo {margin: 4px 0px !important;}
.goog-tooltip {display: none !important;}
.goog-tooltip:hover {display: none !important;}
.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}
.goog-te-banner-frame{visibility:hidden !important;}
body {top:0px !important;}
#ww123-2 .testimonials_manager_widget{
 margin: 10px 0;
 padding:10px;
 border: 1px dotted #dddddd;
 background: #f4f4f4;
}

#ww123-2 .testimonials_manager_widget .avatar{
 background:#FFFFFF none repeat scroll 0 0;
 border:1px solid #DDDDDD;
 float:right;
 margin-right:-5px;
 margin-top:-5px;
 margin-left: 5px;
 padding:2px;
 position:relative;
}

#preloader-section{box-sizing:border-box;margin:0;padding:0;}

/* Preloader */
.ctn-preloader{-webkit-box-align:center;align-items:center;  /* Show or Hide cursor when hover of Preloader*/cursor:none;display:-webkit-box;display:flex;height:100%;-webkit-box-pack:center;justify-content:center;position:fixed;left:0;top:0;width:100%;z-index:9999;}
.ctn-preloader .animation-preloader{position:absolute;z-index:100;}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner{-webkit-animation:spinner 1s infinite linear;animation:spinner 1s infinite linear;border-radius:50%;border:3px solid rgba(0,0,0,0.2);border-top-color:var(--color-main); /* It is not identified in alphabetical order so that it does not overwrite it */height:9em;margin:0 auto 3.5em auto;width:9em;}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading{font:bold 4em 'Montserrat',sans-serif;text-transform: uppercase;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before{-webkit-animation:letters-loading 4s infinite;animation:letters-loading 4s infinite;color:#000000;content:attr(data-text-preloader);left:0;opacity:0;position:absolute;top:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);color:#000;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading{color:rgba(0,0,0,0.2);position:relative;}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{-webkit-animation-delay:0.2s;animation-delay:0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{-webkit-animation-delay:0.4s;animation-delay:0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{-webkit-animation-delay:0.6s;animation-delay:0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{-webkit-animation-delay:0.8s;animation-delay:0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{-webkit-animation-delay:1s;animation-delay:1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{-webkit-animation-delay:1.2s;animation-delay:1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before{-webkit-animation-delay:1.4s;animation-delay:1.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before{-webkit-animation-delay:1.6s;animation-delay:1.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before{-webkit-animation-delay:1.8s;animation-delay:1.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before{-webkit-animation-delay:2s;animation-delay:2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before{-webkit-animation-delay:2.2s;animation-delay:2.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before{-webkit-animation-delay:2.4s;animation-delay:2.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before{-webkit-animation-delay:2.6s;animation-delay:2.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before{-webkit-animation-delay:2.8s;animation-delay:2.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before{-webkit-animation-delay:3s;animation-delay:3s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(17):before{-webkit-animation-delay:3.2s;animation-delay:3.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(18):before{-webkit-animation-delay:3.4s;animation-delay:3.4s;}

/* Loader section Settings */
.ctn-preloader .loader-section{background-color:#ffffff;height:100%;position:fixed;top:0;width:calc(50% + 1px);}
.ctn-preloader .loader-section.section-left{left:0;}
.ctn-preloader .loader-section.section-right{right:0;}

/* Fade effect in loading animation */
.loaded .animation-preloader{opacity:0;-webkit-transition:0.3s ease-out;transition:0.3s ease-out;}

/* Curtain effect */
.loaded .loader-section.section-left{-webkit-transform:translateX(-101%);transform:translateX(-101%);-webkit-transition:3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);transition:3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);}
.loaded .loader-section.section-right{-webkit-transform:translateX(101%);transform:translateX(101%);-webkit-transition:3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);transition:3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);}

/* Preloader Animation */
@-webkit-keyframes spinner{
  to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg);}
}
@keyframes spinner{
  to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg);}
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading{
  0%,75%,100%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);}
  25%,50%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
}
@keyframes letters-loading{
  0%,75%,100%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);}
  25%,50%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
}

/* End Load Settings */

.star {
    position: absolute;
    width: 49px;
    height: 48px;
    background: url(../images/saolaplanh.png) no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0;
    animation-delay: 0.2s;
    top: -5px;
    z-index: 9999;
    right: 118px;
}
.star.animation {
    -webkit-animation: animation_star 0.7s infinite;
    -moz-animation: animation_star 0.7s infinite;
    -ms-animation: animation_star 0.7s infinite;
    -o-animation: animation_star 0.7s infinite;
    animation: animation_star 0.7s infinite;
}
.star.star1 {
    animation-delay: 0.7s;
}
@keyframes animation_star{
    0% {
        transform-origin: center center;
        transform: scale(0.2) rotate(90deg);
        opacity: 0.2;
    }
    15% {
        transform-origin: center center;
        transform: scale(0.6) rotate(45deg);
        opacity: 0.7;
    }
    35% {
        transform-origin: center center;
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    55% {
        transform-origin: center center;
        transform: scale(0.8) rotate(-20deg);
        opacity: 0.8;
    }
    70% {
        transform-origin: center center;
        transform: scale(0.6) rotate(-40deg);
        opacity: 0.6;
    }
    85% {
        transform-origin: center center;
        transform: scale(0.4) rotate(-60deg);
        opacity: 0.4;
    }
    100% {
        transform-origin: center center;
        transform: scale(0) rotate(-90deg);
        opacity: 0;
    }
}