
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: rgb(248,249,249);
}

#main{
    max-width: 420px;
	margin: 0 auto;
	font-family: "Roboto",sans-serif;
	background: #faf6e8;
}
.slider-hea {
	padding-top: 86px;
}
.header{
    height: auto;
    position: fixed;
    background: #e41b23;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    background: url(../images/bg_header.png);
	z-index: 1;
	width: 420px;
}
.header .button_menu {
	width: 40%;
	text-align: right;
}
.header .button_menu button {
	border: solid 1px #ffeb95;
	color: #ffeb95;
	padding: 8px 10px 5px 10px;
}
.header .button_menu button a i {
	color: #ffeb95;
}
.header .header-img{
	width: 60%;
}

.header-img img{
	width: 230px;
	height: auto;
}
img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.wapper-slider-contron{
    position: relative;
}


.wapper-slider>button,
.wapper-slider-contron button{
    position: absolute;
    top: 50%;
    border: none;
    background: transparent;
    font-size: 40px;
    z-index: 10;
    color: #fff;
    transform: translateY(-50%);
}
.wapper-slider-contron button{
    font-size: 25px;
}

.wapper-slider .slick-next,
.wapper-slider-contron .slick-next{
    right: 0;
}

.wapper-slider>.slick-prev,
.wapper-slider-contron .slick-prev{
    left: 0;
}
.wapper-slider{
    margin-bottom: 10px;
}
.wapper-slider{
    position: relative;
}


.item-sli-contron,
.item-sli{
    position: relative;
}


.item-sli-contron i,
.item-sli i{
    position: absolute;
    right: 3px;
    left: 3px;
    top:0;
    bottom:0;
    background: rgb(0, 0,0,20%);
}

.item-sli i{
    right: 0px;
    left: 0px;
}

.item-sli-contron{
    padding: 0 3px;
}

.item-sli-contron.slick-current i{ 
background: transparent;
}

.camnhan{
    background-color: #e41b23;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    font-family: "Oswald", sans-serif;
}

.box-pri-left{
    width: auto;
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    background: #e41b23;
}

.box-pri-left span{
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    font-weight: lighter;
}

.box-pri-left span:nth-child(2) {
    font-weight: 600;
    font-size: 26px;
}
.slider-hea i {
	font-size: 25px;
	padding: 0 10px 0;
}
.box-pri-right {
	margin: 0 0 0 20px;
} 
.box-pri-right span{
    color: #e41b23;
    text-align: center;
    line-height: 1.2;
    display:block;
}
.box-pri-right span:nth-child(2){
    font-weight: 600;
    font-size: 23px;
    text-decoration-line: line-through;
}
.pri {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.vouc>h4{
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 0 0;
}
.vouc >h3{
    color: rgb(253, 8, 8);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
}

.div3 {
    margin: 10px 0;
}

.div-4-img
{
    max-width: 100%;
}

.form-dk input {
    display: block;
    height: 35px;
    width: 90%;
    border-radius: 10px;
    border: 1px solid rgb(0,0,0,20%);
    margin: 10px 0;
    padding: 5px 10px;
    margin: 10px auto;
    font-size: 14px;
}

.form-dk {
    margin: 20px 0;
}

.form-dk button{
    background: #e41b23;
    width: 90%;
    height: 40px;
    text-align: center;
    padding: 5px;
    border: none;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.form-dk button span{
color: #fff;
font-size: 18px;
font-weight: 700;
}

button.btn-dk{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-dk span:nth-child(2){
    height: 98%;
    display: inline-block;
    width: 3px;
    background: #fff;
    border-radius: 2px;

    transition: 0.5s ;
    animation: ani-1 3s linear ;
}

.btn-dk span:nth-child(1){
    display: block;
    width: 160px;
    transition: 0.5s;
    /* width: 20px; */
    white-space: nowrap;
    animation: ani-2 3s linear infinite;
    overflow:hidden;
}



@keyframes ani-2{
    0%{

    }
    100%,50%{
       width: 160px;
    }
    75%{
        width: 0px;
    }
}
.form-dk h3{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.ly-do-title h3:nth-child(1){
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 10px;
	margin: 0;
}

.ly-do-title h3 span{

    color: rgb(237, 101, 36);
}

.ly-do-title h3:nth-child(2){

    color: rgb(237, 101, 36);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;}

.nuber{
    font-size: 80px;
    line-height: 100px;
    display: inline-block;
    width: 176px;
    height: 100px;
    position: relative;
    text-align: center;
}

.nuber::before{
    position: absolute;
    /* content: ""; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* border: 2px solid rgb(255, 78, 1); */
    /* border-radius: 50%; */
}
.nuber::after{
    /* position: absolute; */
    /* content: ""; */
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    /* border: 2px solid rgb(255, 78, 1); */
    border-radius: 50%;
}

.ly-do-title {
    margin-left: 20px;
}
.conten-1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 20px 0;
}

.ld-1{
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-bottom: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.ld-1 span:nth-child(1){
    color: #e41b23;
    font-size: 43px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}

.ld-1 span:nth-child(2){color: #e41b23;font-size: 23px;font-weight: bold;text-align: center;line-height: 2.0;}

.text-1 p{
    color: #333;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}

.text-1 {
    padding: 0 10px;
}
.text-1 ul li {
	list-style: disc !important;
	margin-left: 20px;
	line-height: 20px;
	padding-bottom: 7px;
	font-size: 15px;
}
.section-3-content-2 {
    margin: 0 20%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #e41b23;
    background: #fff;
    border-radius: 30px;
    margin-top: 30px;
    line-height: 50px;
}
.section-3-items {
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	line-height: 16px;
}
.section-3-items span {
	font-size: 12px;
}

.div-5 {
    margin-top: 0px;
    padding: 10px 0;
}


.ld-2 span:nth-child(2){
    text-align: justify;
    line-height: 1.4;
}

.imges-1{
    /* margin-top: -14px; */
	margin-bottom: 10px;
}

.conten-2 {
    margin-bottom: 0px;
}

.imges-1 video{
	width: 100%;
}
.video_in p {
	padding: 0;
	margin: 0;
}
.video_in p iframe {
	width: 100% !important;
	height: 250px;
	border: none;
}
.video-1 h2 {
	text-align: center;
	padding: 0 15px;
	font-size: 20px;
}

.dat-hang{
    position: fixed;
    bottom: 20px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}

.dat-hang .btn-dat-hang{
    display: inline-block;
    border: none;
    background: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    border: solid 2px #e41b23;
    width: 175px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #e41b23;
    animation: zom 1s ease-in-out infinite;
}

@keyframes zom {
    0% ,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}

.item-sli {
    height: 414px;
}

ul li{
list-style: none;
}

.thong-so li{
    list-style: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
}

.thong-so li span{
    font-weight: bold;
    margin-right: 2px;
}

.thong-so {
    padding: 10px 20px;
}

.conten-3{
    max-width: 93%;
    background: antiquewhite;
    margin: 0 auto;
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(237, 101, 36);
    border-width: 2px;
    border-radius: 15px;
    position: relative;
    padding-top: 25px;
}

.conten-3::before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    background: rgb(255, 255, 255);
    color: rgb(237, 101, 36);
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.conten-2 .item-sli{
height: 420px;
}

.conten-2 .item-sli-contron{
    height: 100px;
}

.conten-2 .item-sli-contron img{
    object-fit: cover;
    object-position: center;
}

.sli .sli-item{
    height: 450px;
}
.sli .sli-item img{
    height: 100%;
}
.sli {
    position: relative;
}

.sli .slick-next{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 30px;
}

.sli .slick-prev{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 30px;
    z-index: 10;
}

.imges{
    max-height: 450px;
    height: auto;
}
.images-3 img{
    height: 100%;
}

.heading-1 h3{
    font-size: 30px;
    font-weight: bold;

    line-height: 1.2;
    margin-left: l;
    padding-left: 30px;
}

.heading-2 h3{
    color: #e41b23;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}


.heading-3 h3{
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-style: italic;
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.form-2{
    max-width: 80%;
    margin: 0 auto;
}

.form-2 input{
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 35px;

    border-radius: 10px;
    border: 1px solid rgb(0,0,0,20%);
    padding: 5px 10px;
}

.btn-form-2{
    background: #e41b23;
    width: 100%;
    height: 37px;
    text-align: center;
    padding: 5px;
    border: none;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.btn-form-2 span{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.div-9{
    padding-top: 40px;
    background: rgb(255,247,236);
    margin-top: 20px;
}

.box-div-9{
    max-width: 388px;
    margin: 0 auto;
    padding: 30px 10px 10px;
    border: 3px solid #000;
    border-radius: 20px;
    position: relative;
    background: #fff;
    border-color: #e41b23;
}
.box-div-9 .heading-4{
    background-image: url("../images/anh16.png");
    position: absolute;
    top: 0;
  
    transform: translate(0,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
}
.heading-4 h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    padding: 10px 20px;
    color: #fff;
}

.box-1{
    margin-top: 10px;
    background-color: rgb(234, 218, 202);
    max-width: 345px;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 0px;
}

.box-1::before
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid rgb(234, 218, 202);
    border-left: 30px solid transparent;
    bottom: -10px;
    display: block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 20px;
  
}
.box-1 .heading-5{
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-left: 10px;
}

.box-1 .box-2{
    margin-top: 0;
}

.box-2 p{
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    margin: 0 0 5px 0;
}

.wapper-box{
    padding: 10px 10px;
    -webkit-font-smoothing: antialiased;
}

.box-3{
    max-width: 100%;
    background-color: rgb(244,205,115);
}

.box-1.box-3::before{
    -webkit-transform:unset; 
    right: 20px;
    left: unset;
    border-top: 18px solid rgb(244,205,115);
}

.heading-7{
    padding: 20px 0 0 0;
    margin: 10px 0;
}
.heading-7 h3 {
	font-weight: 600;
	padding: 0 20px;
	font-size: 25px;
	color: #e41b23;
	margin: 0;
}
.list-1{
    max-width: 388px;
    margin: 0 auto;
    padding: 0px 10px;
 }
 .list-1 li{
    position: relative;
    padding-left: 20px;
    -webkit-font-smoothing: antialiased;
 }

 .list-1 li::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    left: 5px;
    top: 50%;

    transform: translateY(-50%);
 }

 .heading-7{
    color: rgb(255, 78, 1);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
 }

 .heading-8{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;
    padding: 0px 20px;
 }
.heading-8 ul li {
	list-style: disc !important;
	margin-left: 20px;
}

 .heading-8 p{
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 0;
 }

 .box-10{
    margin-top: 23px;
    margin-bottom: 23px;
 }

 .heading-9{
    width: 365.706px;
    background-color: #e41b23;
    height: 57.1px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    border-radius: 30px;
    -webkit-box-shadow: 0px 15px 26px -15px rgb(0 0 0 / 30%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 }
 .heading-9::before {
	 content: '';position: absolute;
	 left: -8px;
	 bottom: -8px;
	 top: -8px;
	 right: -8px;border: 2px solid;background-color: rgba(35, 148, 90, 0);border-style: solid;border-color: #e41b23;border-width: 1px;border-radius: 55px;
}

 .heading-9 h3{
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
 }

 .heading-10 h3{
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0;
 }

 .box-11{
    margin-top: 20px;
    padding-bottom: 67px;
    background: #e41b23;
    color: #fff;
    background: url(../images/bg_in.jpg);
 }

.heading-10{
    padding: 13px 0;
}

.heading-11{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding: 0 15px;
}
.heading-11 span{
      font-weight: bold;
      color: #e41b23;
}
.heading-12{
    margin-top: 5px;
    color: #fff;
}
.heading-12 ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}
button{
    cursor: pointer;
}
.item-sli-contron{
cursor: pointer;
}
.item-sli-contron i:hover{
    background: transparent;
}
.section-3 {
    background-color: #054032;
    color: #fff;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 30px;
	background: url(../images/bg_in.jpg)
}
.image-3-1 {
    width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.image-3-1 img {
	width: 65px;
}
.box-7 {
    padding: 20px 0px 0px 0;
}
.headding-10 {
    margin-bottom: 10px;
}
.headding-10 h3 {
    color: #e41b23;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    padding: 0 20px;
}
.list-2 {
    padding-left: 17px;
}
.list-2 li {
    position: relative;
    padding-left: 20px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 7px;
    -webkit-font-smoothing: antialiased;
}
.list-2 li i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #e41b23;
    border-bottom: 10px solid transparent;
}
.list-2 li span {
    font-weight: bold;
}
.logo-footer {
	padding: 0 10% 15px 10%;
}


