/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
header{
    background: url("../images/bg-header.jpg") no-repeat;
}
header h1{
    font-size: 4.5rem;
}
.text1 {
    font-size: 47px;
    text-align: left;
}
.text2 {
    font-size: 28px;
    float: left;
    text-align: left;
}
.text3 {
    font-family: "Dancing Script", cursive;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(65, 1, 1);
    font-size: 65px;
    text-align: left;
    margin-top: -33px;
}
.text4{
    background: #ae0e59;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.text5{
    text-align: center;
    font-size: 20px;
}
header .logo{
    text-align: center;
    padding: 10px 0;
}
header .logo-vietnnam{
    text-align: center;
    padding: 30px 0;
}
.img-w100{
    max-width: 100%;
    height: auto;
}
.nav-infotext{
    padding: 10px;
    color: #676666;
    text-align: center;
    font-weight: 700;
}
.nav-infotext h1 span{
    display: block;
    text-shadow: 5px 5px #d9d9d9;
    font-weight: 700;
}
.box1{
    background: #e3e3e3;
}
.box2{
    background: radial-gradient(#e3e3e3, #f7f7f7);
}
.box3 h2{
    text-shadow:1px 2px 3px #f8d4d8;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
.box4{
    background: #f3f3f3;
}
.box5{
    background: #ededed;
}
.box6{
    background: #fff;
}
.box6 .headbox{
    background: #ae0e59;
    padding: 20px 0 10px;
}
.box6 h2{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.box6 .content-box{
    padding: 20px;
    background: #fff;
}
.box6 .content-box .itembox{
    padding: 20px 50px;
}
.box6 .content-box .itembox img{
    width: 100%;
}
.box6 .content-box .itembox p{
    width: 100%;
    background: #e7e7e7;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}
.bgphanhoi{
    background-image: linear-gradient(rgb(255, 255, 255), rgb(248, 213, 225));
}
.content-box2{
    text-align: center;
}
.content-box2 iframe{
    text-align: center;
    margin: 0 auto;
}
.content-box3 h2{
    padding: 20px;
    font-weight: bold;
    line-height: 1.6;
    font-size: 25px;
    color: #ae0e59;
    text-transform: uppercase;
    text-align: center;
}
.box7{
    background: #ae0e59;
    padding: 40px 0;
}
.box7 img{
    width: 100%;
}
.box7 .form-register{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.box7 .form-register .form-group label{
    display: flex;
}
.box7 .box-infoprice{
    padding: 10px 0;
    display: inline-block;
}
.box7 .shape-box{
    float: left;
    position: relative;
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    display: inline-block;
}
.box7 .pricebox{
    padding-left: 20px;
    float: left;
}
.box7 .shape-sale{
    width: 124px;
    height: 124px;
}
.sale-transition{
    position: absolute;
    top: 28px;
    left: 16px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.sale-transition span{
    font-size: 37.86px;
    font-weight: bold;
    color: #ae0e59;
}
.pricebox{
    color: #fff;
}
.pricebox p{
    font-size: 27.57px;
    font-weight: bold;
    line-height: 1.6;
    text-decoration-line: line-through;
    text-align: left;
    margin-bottom: 0;
}
.pricebox h2 {
    font-weight: 700;
    font-size: 99px;
    padding-top: 20px;
    margin-top: -30px;
}
.box7 .note{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}
.button-buy{
    color: #fff;
    background: #ae0e59;
    animation-name: tada;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.box8{
    background: #ffa8d8;
}
.box8 .headbox{
    background: #ff479d;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
.box8 .giaycn{
    padding: 20px;
    background: #ffa8d8;
}
.box8 .giaycn img{
    width: 100%;
}
.kyket{
    padding: 20px;
}
.kyket img{
    border-radius: 20px;
    width: 100%;
}
.giaycn h3{
    padding: 20px 0 0;
    text-shadow: rgb(115, 115, 115) 1px 2px 3px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    color: #ae0e59;
    text-transform: uppercase;
    text-align: center;
}
.box9{
    padding: 20px 0;
    text-align: center;
}
.box9 h2 {
    font-weight: bold;
    line-height: 1.6;
    color: #ae0e59;
    text-transform: uppercase;
}
.footer{
    padding: 20px 0;
    color: #fff;
    background-color: #b1b1b1;
}
.footer .company {
    font-weight: bold;
    line-height: 1.6;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
}
.footer .company::after{
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 50%;
    top: 52px;
    left: 12px;
}
.footer img{
    width: 100%;
}
.footer .hotline{
    margin-right: 20px;
    float: left;
}
.footer .address{
    float: left;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/*All Animation Ends Here*/
.scrollToTop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #ee4730;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

/*---style hotline---*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    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: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -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: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 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: #e60808;
    width: 33px;
    height: 33px;
    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: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    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);
    }
}
@media (max-width: 575px) {
    header h1{
        font-size: 2.4em;
    }
}
#codedl{
  width: 100%;
  color: #fff;
  padding: 20px 0;
}
.image-center{
    text-align: center;
}
.button-more {
    font-size: 16px;
    color: #0098da;
    cursor: pointer;
    text-align: center;
    background: url(../images/read-more.png) repeat-x bottom left;
    position: relative;
    padding-top: 30px;
    top: -15px;
    width: 100%;
    clear: both;
    font-weight: 400;
}
.button-more:after {
    content: " ";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
    background-size: contain;
    background-position-y: 5px;
}
.button-less {
    font-size: 16px;
    color: #0098da;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: -5px;
    width: 100%;
    clear: both;
    font-weight: 400;
}
.button-less:after {
    content: " ";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
    background-size: contain;
    background-position-y: 5px;
}
.footer-menu{
    display: inline-block;
    padding: 10px 0;
}
.footer-menu a{
    color: #fff;
    text-decoration: underline;
}
.footer-menu ul li{
    float: left;
    margin-right: 40px;
}