html,
body {
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
    font-family: "Muli-B";
}

img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: none;
    width: 240px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    z-index: 999;
}



.submit-search-pc {
    float: right;
    color: #374458;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.search-pc .fa {
    color: #374458;
}

.search-icon {
    padding: 8px 10px 12px;
    border-radius: 4px;
    border: 2px solid #3e89a2;
    margin-left: 50px;
}

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.header {
    background: transparent;
    /* border-bottom: solid 1px #ccc; */
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); */
}

.logo {
    float: left;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    position: absolute;
    width: 250px;
    left: -160px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99999;
    display: none;
    line-height: initial;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "Muli-B", Arial;
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px #CCC;
}

.nav li:first-child {
    border-left: none;
}

.nav>li .fa {
    float: right;
    font-size: 20px;
}

.nav>li>a {
    text-decoration: none;
    display: inherit;
    padding: 10px;
    font-weight: normal;
    color: #333;
}

.nav>li:hover>a {
    background: #244c99;
    color: #FFF;
}

.nav li ul {
    position: absolute;
    top: 0px;
    left: 250px;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: .98;
    z-index: 999999;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-family: R-b;
    padding: 0px 10px;
    display: block;
    color: #333 !important;
    line-height: 18px;
    text-transform: initial;
    padding: 10px 10px;
    border-top: solid 1px #CCC;
}

.nav>li>ul>li>a:hover {
    color: #d61820 !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.mobile-bar-fixed {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);

}

.header-contact-mobile {
    background-image: -moz-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    margin-left: 25px;
    color: #ffe5a1;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    padding: 20px;
}

.header-contact-mobile a {
    color: #ffe5a1;
    font-family: "Muli-B";
}


.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 12px;
}

.footer {
    background-color: #1c2135;
}

.footer a {
    color: #fff;
}

.crumb {
    padding: 10px 0px;
    font-size: 12px;
    /* border-bottom: solid 1px #d1d1d1; */
    background-color: #f1f2f2;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

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

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 10px 20px 30px;
    margin: 0px;
    color: #58595b;
    background: #fafafa;
    border: solid 1px #eee;
}

.menuleft .fa {
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* border-bottom: solid 1px #eee; */
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: #1548b8;
}

.menuleft li a {
    color: #222;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 15px;
}

/* 
.menuleft>.actived {
  background: #eee;
} */

.menuleft>.actived>a {
    color: #1548b8;
    font-family: "Muli-B";
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.view-more-btn {
    display: block;
    padding: 15px 30px;
    float: left;
    border: 1px solid #eeb95c;
    color: #fff;
    font-family: 'Muli-B';
}

.view-more-btn:hover {
    background-color: #eeb95c;
}

.view-more-btn-home {
    display: inline-block;
    color: #58564d;
    padding: 15px 60px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    background: #f8cf48;
    border-radius: 30px;
}

.view-more-btn-home:hover {
    color: #58564d;
    background: #e9c241;
}

.view-more-btn-introduce {
    display: block;
    color: #58564d;
    font-weight: 600;
    float: left;
    background: #f8cf48;
    border-radius: 30px;
    margin-right: 7px;
    border-radius: 5px;
    padding: 10px 40px 15px;
    margin-bottom: 10px;
}

.view-more-btn-introduce:hover {
    color: #58564d;
    background: #e9c241;
}

.view-icon-right {
    font-size: 10px;
    color: #890228;
    padding-left: 10px;
    font-weight: bold;
    line-height: 15px;
}

.view-more-btn-red {
    display: block;
    color: #fff;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #d8003f;
    border-radius: 30px;
}

.view-more-btn-red:hover {
    color: #fff;
    background: #c20138;
}

.view-more-btn-white {
    display: block;
    color: #424242;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    background: #fff;
    border-radius: 30px;
}

.view-more-btn-white:hover {
    color: #fff;
    background: #d8003f;
}

.view-more-btn-gray {
    display: block;
    color: #424242;
    padding: 10px 40px 15px 40px;
    font-weight: 600;
    float: left;
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
}

.view-more-btn-gray:hover {
    background: #f8cf48;
}

.buynow-btn {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #3b8750;
    border-radius: 4px;
}

.buynow-btn:hover {
    color: #fff;
    background: #226e37;
}

.btn-yellow {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #e0943f;
    border-radius: 4px;
}

.btn-yellow:hover {
    color: #fff;
    background: #cf822d;
}

.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky-wrap {
    -webkit-box-shadow: 0px 0px 20px 3px rgba(221, 181, 62, 1);
    -moz-box-shadow: 0px 0px 20px 3px rgba(221, 181, 62, 1);
    box-shadow: 0px 0px 20px 3px rgba(221, 181, 62, 1);
    border: 1px solid #fff;
    border-radius: 30px;
}

.btn-dangky {
    border: 0;
    outline: none;
    font-family: 'Muli-B';
    color: rgb(255, 229, 161);
    margin: 3px;
    border-radius: 30px;
    padding: 18px 35px;
    display: block;
    cursor: pointer;
    background-image: -moz-linear-gradient(-180deg, rgb(28, 33, 53) 0%, rgb(43, 84, 172) 50%, rgb(36, 59, 113) 80%, rgb(28, 33, 53) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(28, 33, 53) 0%, rgb(43, 84, 172) 50%, rgb(36, 59, 113) 80%, rgb(28, 33, 53) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(28, 33, 53) 0%, rgb(43, 84, 172) 50%, rgb(36, 59, 113) 80%, rgb(28, 33, 53) 100%);
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}

.homeslide-next {
    left: 10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width: 24px;
    height: 48px;
}

.homeslide-prev {
    right: 10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width: 24px;
    height: 48px;
}

.title-line {
    background: #244294;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    color: #fff;
    font-family: 'Muli-B';
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 18px;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {

    padding: 14px 32px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid #99aebf;
    margin: 0px 5px 5px;
    color: #fff;
    font-weight: 600;

}

.menutab-item a {
    color: #fff;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    color: #244294;
}

.menutab .actived {
    background-color: #ffa200;
    color: #fff;
    border: 0;
}

.menutab .actived a {
    color: #fff;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

/* 
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;

}


.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    font-family: "Muli-B";
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cat-home-name a {
    color: #414042;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}

.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.product-name a {
    color: #333;
}

.product-name a:hover {
    color: #244294;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #244294;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #244294;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: "Muli-B";
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #414042;
    font-family: "Muli-B";
    font-weight: normal;
    /* text-transform: uppercase; */
}

.price-detail {
    color: #be9e76;
    font-size: 20px;
    font-family: 'Muli-B';
}

.price-detail span {
    color: #414042;
    font-size: 14px;
    font-family: 'Muli';
    margin-left: 20px;
    text-decoration: line-through;
}

.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Muli-B";
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-family: "Muli-B";
    float: left;
    background: #636363;
    display: block;
    color: #fff;
    padding: 12px 60px;
    margin-left: 5px;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
    font-family: "Muli-B";
    float: left;
    background: #be9e76;
    display: block;
    color: #fff;
    padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
    font-family: "R-b";
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #244294;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #e1943f;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}

.star-rate {
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2 {
    background-position-y: -38px;
}

.rate3 {
    background-position-y: -55px;
}

.rate4 {
    background-position-y: -72px;
}

.rate5 {
    background-position-y: -90px;
}

.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px transparent;
}

.price-color span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3 {
    font-family: "R-b";
    font-weight: normal;
    color: #244294;
    font-size: 16px;
}

.content-pro figcaption {
    text-align: center;
}

.content-pro figure {
    margin: 0px;
    text-align: center;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Muli-B";
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #244294;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.rate-summary {
    font-family: "Muli-B", sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.rated-bar {
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}

.rated-bar-percent {
    display: block;
    background: #fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}

.rate-text {
    font-family: "Muli-B", sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star {
    width: 130px;
    height: 24px;
    margin: 0 auto;
    background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
    display: inline-block;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius: 3px;
    color: #fff;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
}

.btn-comment {
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

.pagination-item {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #ebebeb;
    margin: 0 5px;
}


.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #2c4d94;
    margin: 0 5px;
}

.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #176078;
}

.like-comment {
    color: #244294;
}

.btn-contact {
    background: -webkit-linear-gradient(-180deg, rgb(28, 33, 53) 0%, rgb(43, 84, 172) 50%, rgb(36, 59, 113) 80%, rgb(28, 33, 53) 100%);
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #244294;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: "Muli-B";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-family: "Muli-B";
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #244294;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.box-dieukhoan {
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment {
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #244294;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang {
    margin: 0px;
    background: #eee;
    padding: 10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
    padding: 5px 0px;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img-article {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}

.article-name {
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-size: 16px;
    color: #244294;
    text-transform: uppercase;
}

.article-name a {
    color: #244294;
}

.article-next,
article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper {
    padding: 20px 0px;
    background: #efeff0;
}

.info-wrapper {
    background: #fff;
    background-size: cover;
}



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.play-video:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -47px;
}

/* 
.btn-next,
.btn-prev {
  font-size: 26px;
  width: 60px;
  height: 60px;
  background: #ababab;
  border-radius: 50%;
  color: #999;
  float: left;
  outline: none;
  margin: 0px 3px;
  position: absolute;
  top: 30%;
  transform: translateY(-20px);
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
} */


.btn-next,
.btn-prev {
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); */
    background-color: transparent;
    cursor: pointer;
}

.btn-next {
    right: 0;
}

.btn-prev {
    left: 0;
}

.btn-next:hover,
.btn-prev:hover {
    color: #fff;
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #244294;
    padding: 10px;
    text-align: center;
    font-family: "Muli-B";
    color: #eeba4e;
}

.article-item-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header-fixed {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);

}

.header-fixed .logo {
    margin-top: 0px;
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
    margin-top: 16px;
}


.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    /* padding: 8px; */
}

.product-detail-wrapper {}

.frm-contact {
    width: 100%;
    max-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    /*padding: 20px;*/
}

.txt-contact {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
    margin-bottom: 10px;
}

/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_reverse {
    display: flex;
    flex-direction: row-reverse !important;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
    margin: 0;
}

/* burger */

.burger {
    position: relative;
    z-index: 4;

}

.burger div {
    width: 36px;
    height: 4px;
    background-color: #fff;
    margin: 5px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.burger div:nth-child(2) {
    width: 26px;
    margin-left: auto;
}

.menu-text {
    font-family: "Muli-B";
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.header-fixed .burger div {
    background-color: #ffe5a1;
}

.header-fixed .menu-text {
    color: #ffe5a1;
}


/* HOME */

.header-contact {
    padding: 12px 40px 15px;
    background-image: -moz-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(43, 84, 172) 0%, rgb(36, 59, 113) 60%, rgb(28, 33, 53) 100%);
    margin-left: 25px;
    border-radius: 22px;
    color: #ffe5a1;
}

.header-contact a {
    color: #ffe5a1;
    font-family: "Muli-B";
}

.slide-home {
    position: relative;
}

.slide-info-home {
    color: #fff;
    font-family: 'Muli-B';
    font-size: 30px;

}

.info-info {
    padding-right: 30px;
}

.info-text-wrap {
    padding-left: 30px;
    position: relative;
}

.info-title,
.info-name,
.info-intro {
    margin: 0;
}

.info-title {
    color: #818181;
    font-family: 'Muli-B';
    text-transform: uppercase;
}

.info-name {
    font-family: 'Muli-Black';
    color: rgb(46, 78, 148);
    line-height: 1.714;
    font-size: 30px;
    background: rgba(240, 185, 91, 1);
    background: -moz-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 185, 91, 1)), color-stop(24%, rgba(240, 185, 91, 1)), color-stop(40%, rgba(240, 185, 91, 1)), color-stop(56%, rgba(45, 78, 148, 1)), color-stop(100%, rgba(45, 78, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: linear-gradient(to right, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b95b', endColorstr='#2d4e94', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-intro,
.info-danhchomoinha {
    color: #2c4d94;
    font-family: "Muli-B";
    font-size: 18px;
    line-height: 1.488;

}

.info-danhchomoinha {
    font-family: 'Muli-Black';
    float: right;
    text-transform: uppercase;
}

.info-desc {
    color: #000000;
    line-height: 1.714;
}

.circle {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2d4e94;
    border-radius: 50%;


}

.table-info-title {
    color: #2d4e94;
    font-size: 14px;
    padding: 4px 0 4px 5px;
}

.table-info-text {
    font-size: 14px;
    color: #2d4e94;
    font-family: 'Muli-B';
}

.circle-line {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    right: 89%;
    top: 58px;
    height: 4px;
    background-image: -moz-linear-gradient(180deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
}

.nhamau-wrapper {
    background: url(/uploaded/pic-cat/nhamau-bg.png) no-repeat;
    background-size: cover;
}

.nhamau-item {
    position: relative;
}

.nhamau-item-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.nhamau-item--stt {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.nhamau-item--stt {
    color: #fff;
    font-family: 'UTM-Black';
    font-size: 36px;
}

.nhamau-desc {
    color: #000000;
    font-family: 'Muli-B';
    padding: 85px 16px 30px;

    border-radius: 8px;

}


.nhamau-desc:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}


.resort-wrapper {
    background: url(/uploaded/pic-cat/resort-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.padding-60 {
    padding-left: 60px;
    padding-bottom: 5px;
}

.padding-10 {
    padding-left: 10px;
    padding-bottom: 5px;
}

.resort-img-wrap {
    position: relative;

}


.resort-img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
}

/* dành riêng cho ảnh thụt vô 40px bên trái */
.padding-60::after {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 6px;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 22%);
}

/* end dành riêng cho ảnh thụt vô 40px bên trái */


.resort-name {
    position: absolute;
    z-index: 100;
    bottom: 25px;
    padding-left: 30px;
    font-family: 'Muli-EXB';
    color: #eeb95c;
    text-transform: uppercase;
    font-size: 18px;
    display: block;

}

.resort-soluong {
    position: absolute;
    top: 86px;
    color: #fff;
    z-index: 1;
    padding: 12px 60px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    color: #1e428e;
    text-transform: uppercase;
    font-size: 24px;
}

.resort-soluong div {
    font-family: 'UTM-Black';
    font-size: 56px;
}

.resort-text {
    font-family: 'Snell';
    color: #eeb95c;
    font-size: 24px;
    padding-left: 20px;
}

.tienich-img-wrap {
    position: relative;
}

.tienich-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 100%);
}

.tienich-img-link {
    position: absolute;
    z-index: 100;
    bottom: 25px;
    left: 0;
    right: 0;
    font-family: 'Muli-B';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.tienich-name {
    font-family: 'Muli-B';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
}


.tienich-prev,
.tienich-next {
    outline: none;
    border: none;
    position: absolute;

    z-index: 2;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); */
    background-color: transparent;
    cursor: pointer;
    right: -65px;
}


.tienich-next {
    top: 35%;
    transform: translateY(-50%);
}

.tienich-prev {
    top: 65%;
    transform: translateY(-50%);
}

.duan-wrapper {
    background: url(/uploaded/pic-cat/duan-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.circle-line--vertical,
.circle-line--vertical__left {
    content: "";
    position: absolute;
    top: 0;
    height: 70px;
    width: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-image: -moz-linear-gradient(-90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
}

.circle-line--vertical__left {
    left: 0;
    transform: unset;
}

.cat-title {
    text-align: center;
    margin: 0;
    font-family: 'Muli-Black';
    color: rgb(46, 78, 148);
    line-height: 1.714;
    font-size: 30px;
    background: rgba(240, 185, 91, 1);
    background: -moz-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 41%, rgba(240, 185, 91, 1) 46%, rgba(45, 78, 148, 1) 54%, rgba(45, 78, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 185, 91, 1)), color-stop(41%, rgba(240, 185, 91, 1)), color-stop(46%, rgba(240, 185, 91, 1)), color-stop(54%, rgba(45, 78, 148, 1)), color-stop(100%, rgba(45, 78, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 41%, rgba(240, 185, 91, 1) 46%, rgba(45, 78, 148, 1) 54%, rgba(45, 78, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 41%, rgba(240, 185, 91, 1) 46%, rgba(45, 78, 148, 1) 54%, rgba(45, 78, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 41%, rgba(240, 185, 91, 1) 46%, rgba(45, 78, 148, 1) 54%, rgba(45, 78, 148, 1) 100%);
    background: linear-gradient(to right, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 41%, rgba(240, 185, 91, 1) 46%, rgba(45, 78, 148, 1) 54%, rgba(45, 78, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b95b', endColorstr='#2d4e94', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.duan-item {
    display: flex;
    flex-direction: column;
}

.duan-item:nth-child(even) {
    flex-direction: column-reverse;
}

.duan-item:nth-child(even) .duan-info {
    text-align: left;
}

.duan-info {
    padding: 60px 0 70px;
    line-height: 1.714;
    text-align: left;
    color: #fff;
}

.duan-name {
    color: rgb(63, 116, 231);
    line-height: 1.488;
    margin: 0;
    font-family: 'Muli-Black';
}

.chinhsach-wrapper {
    background: #fff;
    background-size: cover;
    position: relative;
}

.chinhsach-intro {
    line-height: 1.333;
}

.chinhsach-box {
    padding: 12px 12px 16px;
    background-color: #f1f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.chinhsach-box__name {
    margin: 0;
    color: #2d4e94;
    font-family: 'Muli-Black';
    text-transform: uppercase;
    font-size: 14px;
}

.chinhsach-desc-item {
    margin-bottom: 15px;
}

.polygon-plus {
    margin-top: auto;
}

.polygon-plus div {

    width: 12px;
    height: 4px;
    background-color: #434343;
    transition: all 0.3s ease;
}

.polygon-plus .plus-line-2 {
    transform: translateY(-4px) rotate(90deg);
}

.polygon-plus--active .plus-line-2 {
    opacity: 0;
    visibility: hidden;
}

.travel-wrapper {
    background: url(/uploaded/pic-cat/dulich-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}


.travel-img-wrap {
    position: relative;
}

.travel-img-title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: 'Muli-B';
}

.travel-news-item,
.travel-img-wrap {
    margin-top: 12px;
}

.travel-news-desc {
    padding: 13px 20px 15px;
}

.travel-news-item {
    background-color: #fff;
    border: 1px solid #e6e7e8;
}

.travel-news-title {
    color: #000;
    font-family: 'Muli-EXB';
}

.create-date {
    color: #828282;
    font-size: 14px;
}

.travel-news-intro {
    color: #000;
    line-height: 1.4;
}

.travel-view-more {
    color: rgb(97, 97, 97);
}

.register-thamquan-wrapper {
    background: url(/uploaded/pic-cat/dangky-thamquan-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.register-thamquan-form {
    padding: 40px 36px 26px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}

.register-intro {
    text-align: center;
    font-family: 'Muli-B';
}

.register-thamquan-input {
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 15px;
    outline: none;
    border: 1px solid rgb(201, 200, 200);
    background-color: #fff;
    margin-bottom: 10px;

}

.register-thamquan-input::placeholder {
    color: #000;
}

.register-thamquan-select {
    width: 100%;
    line-height: 20px;
    outline: none;
    border: none;
    font-size: 15px;
    color: #000;
}

.footer-text {
    color: #fff;
}

.menuboxfooter {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menuboxfooter li {
    margin-bottom: 19px;
}

.footer-copyright {
    color: #fff;
    padding: 26px 0 36px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.tab-content-cs {
    display: none;
}

.info-about-cty {
    background: url(/uploaded/pic-cat/info-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

/* GIỚI THIỆU */
.info-cat-title {
    text-align: left;
    margin: 0;
    font-family: 'Muli-Black';
    color: rgb(46, 78, 148);
    line-height: 1.714;
    font-size: 30px;
    background: rgba(240, 185, 91, 1);
    background: -moz-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 12%, rgba(240, 185, 91, 1) 19%, rgba(45, 78, 148, 1) 38%, rgba(45, 78, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 185, 91, 1)), color-stop(12%, rgba(240, 185, 91, 1)), color-stop(19%, rgba(240, 185, 91, 1)), color-stop(38%, rgba(45, 78, 148, 1)), color-stop(100%, rgba(45, 78, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 12%, rgba(240, 185, 91, 1) 19%, rgba(45, 78, 148, 1) 38%, rgba(45, 78, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 12%, rgba(240, 185, 91, 1) 19%, rgba(45, 78, 148, 1) 38%, rgba(45, 78, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 12%, rgba(240, 185, 91, 1) 19%, rgba(45, 78, 148, 1) 38%, rgba(45, 78, 148, 1) 100%);
    background: linear-gradient(to right, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 12%, rgba(240, 185, 91, 1) 19%, rgba(45, 78, 148, 1) 38%, rgba(45, 78, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b95b', endColorstr='#2d4e94', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-cat-desc {
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-align: justifyLeft;
}

.info-cat-img {
    position: relative;
}

.info-cat-img img {
    position: inherit;
}


.info-cat-sub {
    padding: 70px 80px 80px 50px;
    background-color: rgba(44, 77, 148, 0.8);
    border-radius: 8px;
    position: absolute;
    bottom: -135px;
    left: -50%;
    width: 60%;
}

.info-cat-sub__title {
    color: #f0ba5b;
    margin: 0;
    font-family: 'Muli-Black';
    font-size: 24px;
}

.info-cat-sub__desc {
    color: #fff;
    line-height: 1.714;

}

.quymo-wrapper {
    position: relative;
    top: -80px;
}

/* PHÂN KHU */

.phankhu-name {
    font-family: 'Muli-Black';
    color: rgb(46, 78, 148);
    line-height: 1.714;
    font-size: 30px;
    margin: 0;
    background: rgba(240, 185, 91, 1);
    background: -moz-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 5%, rgba(240, 185, 91, 1) 7%, rgba(45, 78, 148, 1) 18%, rgba(45, 78, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 185, 91, 1)), color-stop(5%, rgba(240, 185, 91, 1)), color-stop(7%, rgba(240, 185, 91, 1)), color-stop(18%, rgba(45, 78, 148, 1)), color-stop(100%, rgba(45, 78, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 5%, rgba(240, 185, 91, 1) 7%, rgba(45, 78, 148, 1) 18%, rgba(45, 78, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 5%, rgba(240, 185, 91, 1) 7%, rgba(45, 78, 148, 1) 18%, rgba(45, 78, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 5%, rgba(240, 185, 91, 1) 7%, rgba(45, 78, 148, 1) 18%, rgba(45, 78, 148, 1) 100%);
    background: linear-gradient(to right, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 5%, rgba(240, 185, 91, 1) 7%, rgba(45, 78, 148, 1) 18%, rgba(45, 78, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b95b', endColorstr='#2d4e94', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tienich-phankhu-wrapper {
    background: url(/uploaded/pic-cat/phankhu-tienich-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}


.table-phankhu-text {
    font-size: 14px;
    color: #f0ba5b;
    font-family: 'Muli-B';
}

.tienich-phankhu-item {
    background-color: #fff;
    margin-bottom: 34px;
}

.tienich-phankhu__desc {
    padding: 40px 30px 40px 15px;
}

.tienich-phankhu-item img {
    display: block;
}

.tienich-phankhu--title {
    color: #2d4e94;
    font-family: 'Muli-Black';
    font-size: 18px;
}


.bietthu-wrapper {
    background-color: #f1f2f2;
}


.thietke-item__img-wrap {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(44, 77, 148) 0%, rgb(240, 186, 91) 100%);
    padding: 2px;
    position: relative;
}


.thietke-item__img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.thietke-item__icon {
    position: absolute;
    bottom: -48px;
}


.thietke-item__text {
    color: #2d4e94;
    font-family: 'Muli-B';
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
}

.resort-news {
    border-radius: 4px;
    background-color: #fff;
}

.resort-news img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.resort-news__desc {
    padding: 20px 15px 30px;
}

.resort-news--title {
    color: #2d4e94;
    font-family: 'Muli-Black';
    font-size: 18px;
    height: 46px;
    display: block;
}

.resort-news--text {
    color: #000;
    line-height: 1.714;
}

.catelogue-item {
    margin-bottom: 10px;
    display: block;
}

.table-phankhu {
    width: 68%;
}





/* Tiến độ */
.duan-item {
    margin-bottom: 60px;
}

.duan-wrap {
    position: relative;
}

.duan-text-wrap {
    position: absolute;
    padding: 30px 50px;
    background-color: #fff;
    left: 90%;
    top: 20%;
    width: 115%;
    border-radius: 8px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}


.duan-text--title {

    color: #2c4d94;
    margin: 0;
    font-family: 'Muli-Black';
    font-size: 20px;
}

.duan-text--createdate {
    font-family: 'Muli-B';

    font-size: 14px;
    color: #a1a1a1;
}

.duan-text--intro {

    line-height: 1.714;
    color: #000;
}


.duan-item:first-child .duan-text-wrap {
    background-color: #2c4d94;
}

.duan-item:first-child .duan-text--title {
    color: #f0ba5b;
}

.duan-item:first-child .duan-text--createdate {
    color: #fff;
}

.duan-item:first-child .duan-text--intro {
    color: #fff;
}

.duan-item:nth-child(even) .flex-container {
    flex-direction: row-reverse;
}


.duan-item:nth-child(even) .duan-text-wrap {
    left: unset;
    right: 90%;
}


/* du lịch */


.travel-item {
    margin-bottom: 60px;
}


/* chính sách bán hàng */
.news-wrapper,
.news-others__title {
    color: #414042;
}

.news-title {
    color: #414042;
    font-family: 'Muli-Black';
    font-size: 26px;
    margin: 0
}

.news-intro {
    font-family: 'Muli-B';
}


.news-others__title h3 {
    margin: 0;
    font-family: 'Muli-EXB';
    font-size: 22px;
}

.news-others-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.news-others-list li {
    margin-bottom: 15px;
}


.news-others-link {
    color: #414042;
}

.news-others-link:hover {
    color: #1548b8;
}

.news-left {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.title-left {
    padding: 15px 20px 10px;
    background-color: #2c4d94;
}

.title-left a {
    color: #fff;
    font-family: 'Muli-Black';
    font-size: 16px;
}


/* chính sách bán hàng */

.register-thamquan-form-left {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px 20px 30px;
}

.info-name-left {
    text-align: left;
    font-family: 'Muli-B';
    font-size: 22px;
    line-height: 1.2;

    color: rgb(46, 78, 148);
    background: rgba(240, 185, 91, 1);
    background: -moz-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 185, 91, 1)), color-stop(24%, rgba(240, 185, 91, 1)), color-stop(40%, rgba(240, 185, 91, 1)), color-stop(56%, rgba(45, 78, 148, 1)), color-stop(100%, rgba(45, 78, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    background: linear-gradient(to right, rgba(240, 185, 91, 1) 0%, rgba(240, 185, 91, 1) 24%, rgba(240, 185, 91, 1) 40%, rgba(45, 78, 148, 1) 56%, rgba(45, 78, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b95b', endColorstr='#2d4e94', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}


.video-icon-right {
    position: absolute;
    right: 50px;
    z-index: 999999;
    bottom: 0;
    transform: translateY(-50%);
}

.play-video-icon-right {
    opacity: 0.6;
}

.play-video-icon-right:hover {
    opacity: 0.9;
}

.icon-menu {
    float: right;
    position: relative;
    width: 100px;
    line-height: 34px;
    margin-top: 9px;
}

.header-contact {
    float: right;
}

.swiper-slide-active .nhamau-desc {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}








/* icon Zalo */


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10%;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 112px;
    height: 112px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(65, 160, 215);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 82px;
    height: 82px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(65, 160, 215, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #fff;
    overflow: hidden;
    width: 57px;
    height: 57px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 56px;
    height: 56px;
}

.hotline-bar {
    position: absolute;
    background: rgb(49, 74, 166);
    border-radius: 3px;
    padding: 0 15px 0 0;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/* end icon Zalo */