* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

.header-container {
    background-color: #000;
}

.header-container2 {
    background-color: #000;
}

.package {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
}

.title-baiviet{
	width: 100%;
}

.center-writer{
	text-align: center;
    font-size: x-large;
}

.package1 {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.show-pack1img {
   text-align: center;
}

.detail-play {
    max-height: 127px;
    padding: 4px 0px;
}

.pack-2 {
    position: relative;
    
}

.fixed-top {
        position: absolute;
    padding-top: 42px;
}

.justify-content-end {
    justify-content: start !important;
}


.nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: gray;
}

.navbar-item .nav-link:first-child{
	color: #fff;
}

.nav-item {
    display: flex;
}

.border-gray {
    width: 1px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 42px;
    margin-left: 6px;
    margin-right: 6px;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 992px) {
	.fixed-top{
		position: unset !important;
		padding-top: unset !important;
		padding: unset !important;
		top: unset;
		right: unset;
		left: unset;
	}
	
    .nav-item {
        margin-top: 32px;
    }
    .pack-2 {
         display: flex;
    	 justify-content: center;
    }

    .border-gray {
        display: none;
    }

    .package {
        flex-direction: row-reverse;
    }

    .show-pack1img {
            text-align: center;
    }
	
	.nav-link{
		margin-bottom: 15px;
	}
}

#slide {
    cursor: pointer;
    margin-bottom: 50px;
}

.slide-detail {
    width: 100%;
}

.partone {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.anhne {
    width: 95%;
}

#part1 {
    margin-bottom: 30px;
}

#part2 {
    margin-bottom: 40px;
}

.chuyennghiep {
    font-size: 22px;
    font-weight: bold;
}

.chuyennghiep2 {
    font-size: 22px;
    font-weight: bold;
    color: #eeaf2f;
}

.part-twoimg{
	padding-left: 20px;
}

.content-noitoc{
	text-align: justify;
}

.title-noitoc{
	    padding: 0px 10px;
}

.content-between {
        margin-top: 18px;
    margin-bottom: 24px;
    padding: 0px 12px;
}

.long-content {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.two-call {
    display: flex;
    flex-wrap: wrap;
	padding: 0px 10px;
}

.throw-call {
    display: flex;
    width: 75%;
    justify-content: center;
    background-color: #f30b0b;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
    box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%), inset 0 2em 15px 0 rgb(255 255 255 / 20%);
}

.two-call {
    display: flex;
    flex-wrap: wrap;
}

.second-call {
    display: flex;
}

.detail-call {
    width: 100%;
}

.zalo-message {
    padding-left: 10px;
}

.nhantin {
    font-weight: 700;
    font-size: 19px;
}

.throw-call {
    box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%), inset 0 2em 15px 0 rgb(255 255 255 / 20%);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.throw-call:hover {
    color: #fff;
    transform: translateY(-6px);
}

.phone-icon:hover {
    color: #fff;
}

.nhantin:hover {
    color: #fff;
}

@media(max-width: 768px) {
	
		.header-container
{
	    position: relative;
    display: block;
    z-index: 20;
    height: 110px;
    width: 100%;
}

.pack-1
{
	    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
}

.pack-2
{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 21;
	display: flex;
    justify-content: left;
}	
	
	.show-img-noitoc{
		padding: 0px !important;
	}
	
	.chao-1{
		    padding: 0px 10px;
	}
	
	.chao-2{
		padding: 0px 15px !important;
	}
	
	#slide{
		    margin-bottom: 30px;
	}
	
	.title-noitoc{
		padding: 0px;
	}
	
	.content-between {
		padding: 0px;
	}
	
	.part-twoimg{
		margin-top: 15px;
	}
	
	.two-call{
		padding: 0px;
	}
	
    .part-twoimg, .part-oneimg {
        padding: 0px 20px;
    }

    .throw-call {
        width: 210px;
    }

    .second-call {
        margin-top: 25px;
    }

    .left-system {
        border: 2px dashed #edaf2f;
    }

    .display-total {

        padding: 0px 20px;
    }

    .first-part5 {
        margin-bottom: 40px !important;
    }

    .image-detailpart6 {
        margin-top: 0px !important;
    }

    .take-care {
        padding: 0px 20px;
    }

    .first-foot {
        margin-bottom: 40px;
    }

}

.youtube-1 iframe {
    width: 100%;
    height: 600px;
}

.show-threevideo {
    display: flex;
    flex-wrap: wrap;
}

.display-back iframe {
    width: 100%;
}

.second-youtube {
    margin-top: 25px;
    padding: 0px 15px;
}

.title-thucte {
    text-align: center;
    margin: 20px 0px;
}

.video-thucte {
    font-weight: 700;
}

.title-thucte {
    text-align: center;
    margin: 10px 0px;
}

.background-color {
    width: 200px;
    height: 3px;
    background-color: rgb(243, 208, 35);
}

.yellow-line-height {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.first-youtube {
    padding: 0px 15px;
}

.display-back {
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}

.display-back iframe {
    width: 100%;
    height: 242px;
}

@media(max-width: 768px) {
    .display-youtube iframe {
        width: 100%;
        height: 242px;
    }
}

#part3 {
    margin-bottom: 50px;
}

.left-system {
    border: 2px dashed #edaf2f;
}

.systemimg {
    width: 100%
}

.detail-textsystem {
    color: #eeaf2f;
    font-size: 23px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	padding: 20px 0px;
}

.show-leftsystem {
    margin: 10px 0px 0px 0px;
}

.show-iconbox {
    display: flex;
}

.icon-boxshow {
    width: 68%;
}

.text-box {
    font-size: 20px;
    font-weight: 700;
}

.icon-box-text {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.under-iconbox{
	margin: 20px 0px;
}

.under-iconbox .detail-call .throw-call {
    width: 100%;
    box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%), inset 0 2em 15px 0 rgb(255 255 255 / 20%);
    height: 40px;
    line-height: 13px;
}

.under-iconbox .detail-call .bamboo {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}

.content-important {
    margin-top: 14px;
}

.display-total {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

#part5 {
    margin-bottom: 50px;
}

.display-total {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.title-part5 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

.content-part5 {
    margin-top: 20px;
    margin-bottom: 45px;
}

.go-go {
    font-weight: bold;
}

.good- {
    width: 100%;
}

.image-detailpart5 {
    display: flex;
    flex-wrap: wrap;
}

.show-contentpart5 {
    font-size: 17px;
}

.image-detailpart6 {
    margin-top: 50px;
}

#part6 .display-total .content-part5 .show-contentpart5 {
    font-size: 16px;
}

#part6 .display-total .content-part5 .hoang-tung {
    font-weight: bold;
}

#part7 {
    margin-top: 50px;
}

.take-care {
    max-width: 1110px;
    margin: 0 auto;
    display: block;
}

.content-gack {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.first-gack {
    width: 430px;
    height: 3px;
    background-color: gray;
}

.hell-year {
    display: flex;
    line-height: 5px;
    justify-content: space-between;
}

.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

b {
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.title-main {
    text-align: center;
    margin: 0 15px;
    font-weight: bold;
}

.show-swiper {
    margin-top: 50px;
    overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3vw;
}

.detail-imgswiper {
    display: block;
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.is-devide {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.height-gack {
    background-color: gray;
    width: 35px;
    height: 2px;
    opacity: 0.2;
}

.canbiet {
    text-align: center;
    padding-top: 10px;
}

.content-undergack {
    padding: 0px 10px;
    text-align: center;
}

.noitocnao {
    font-weight: bold;
}

.macdunoitoc {
    font-size: 14px;
    font-weight: 500;
}

.content-soimportant a {
    text-decoration: none;
    color: #000;
}

#body {
    margin-bottom: 50px;
}

#footer {
    background-color: #000;
}

.show-footer {
    padding-top: 35px;
    padding-bottom: 60px;
}

.first-foot {
    color: #fff;
}

.first-foot a{
	text-decoration: none;
	color: #fff;
}

.under-style {
    background-color: gray;
    height: 3px;
    width: 35px;
    opacity: 0.4;
}

.hoangtunglienhe {
    font-weight: bold;
}

.linhe,
.gack-under,
.dia-chi,
.hot-line {
    padding-bottom: 10px;
}

.diachine,
.hotlinene,
.emailne {
    font-weight: bold;
}

.line-undernhuom {
    height: 1px;
    width: 90%;
    background-color: gray;
    opacity: 0.4;
    margin: 10px 0px;
}

.show-content-footer {
    display: flex;
    flex-wrap: wrap;
}

.first-part5 {
    transition: transform 1.2s;
    margin: 0 auto;
}

.first-part5:hover {

    transform: scale(1.1, 1.1);
    overflow: hidden;
}

.good- {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0 auto;
}

.show-pack1img img{
	width: 100px;
}

.show-imgswiper img{
	width: 100%;
    height: 210px;
    object-fit: cover;
}



.chao-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
    border-right: 1px solid #ccc;
}

.noitocpro {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: gray;
}

.caccachphobien {
    padding-top: 5px;
    padding-bottom: 10px;
	text-align:center;
}

.hiennay {
    font-size: 22px;
    font-weight: bold;
}

.posted-on {
    padding-top: 12px;
}

.post-gogo {
    font-size: 10px;
}

.time-over {
    text-decoration: none;
    color: gray;
    font-size: 10px;
}

.admin,
.by {
    font-size: 10px;
}

.admin-neverdie {
    text-decoration: none;
    color: gray;
}

.show-img-noitoc {
    width: 100%;
    margin-top: 30px;
    padding: 0px 30px;
}

.biggi {
    width: 100%;
}

.content-noitoc {
    text-align: justify;
}

.chao-2 {
    padding-left: 25px;
    margin-top: 20px;
}

.lighter {
    padding: 17px 0px;
}

.background-lighter {
    height: 3px;
    width: 33px;
    background-color: gray;
    opacity: 0.5;
}

.click-voday {
    text-decoration: none;
    color: #000;
}

.line-der {
    padding: 10px 0px;
}

.opacity-line {
    width: 100%;
    height: 1px;
    background-color: gray;
    opacity: 0.3;
}

.text-center123 a{
    text-decoration: none;
    color: #446084;
}

.more-button {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .03em;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}



.more-button:hover{
    color: #fff;
}

.show-writer{
	    display: block;
    max-width: 1150px;
    margin: 0 auto;
}


.text-center123:hover {
    color: #fff !important;
    background-color: #446084;
    border-color: #446084;
}


.text-center123 {
         border: 2px solid #446084;
    background-color: transparent;
    text-align: center !important;
    width: 160px;
}

.img-chongbamban img{
	width: 100%;
}

.show-textcenter{
	    display: flex;
    justify-content: center;
}


.funny{
	width: 80%;
	padding: 30px 0px;
}

.funny-all {
	    border: 1px dotted #ccc;
}

.call-mobile1{
	    position: fixed;
    bottom: 110px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 10px;
    z-index: 99999;
    background: #0c8800 !important;
    font-size: 14px;
}

.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;    text-decoration: none;
  height: 55px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 130px;
  width: 130px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
    left: 35px;
    top: 39px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 8px;
    top: 0;
    opacity: 1;
    padding-top: 0;
    transform-origin: 50% 50% 0;
    z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #0090b8; /*màu xanh dương*/
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #ff541f69;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #0090b8;} 
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: #ff541f;}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle { background-color: #0090b8;} /* màu xanh dương */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #ff541f;}
@keyframes  suntory-alo-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.6) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes  suntory-alo-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes  suntory-alo-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px!important;
  line-height: 47px!important;
  padding-left: 10px;    padding-left: 14px;
  color: #fff;
}
.phone-pc {
    background: #ff541f;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    top: 7px;
    left: 50px;
    position: relative;
    width: 136px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;

}
.suntory-alo-phone:hover .phone-pc { background: #0090b8;} /* màu xanh dương */
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}

.phone-icon{
	padding-top: 2px;
}

.content-noitoc{
	    margin-top: 20px;
}

.hihi{
	    box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%), inset 0 2em 15px 0 rgb(255 255 255 / 20%);
}

.under-iconbox .detail-call .hihi{
	box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%), inset 0 2em 15px 0 rgb(255 255 255 / 20%);
}

.eee{
	height: 100%;
    width: 100%;
 
}

.center-writer{
	text-align:center;
	margin-bottom: 20px;
}

.part-oneimg img {
	object-fit: cover;
}
.flex {
	align-items: center;
}
img {
	width: 100%;
}