@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html,body{
  overflow-x: hidden;
  width: 100%;
}
html{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  scroll-behavior: smooth;
 
}
:root {
  --color-primiry: #1e90ff;
  --color-text: #e11c1c;
}
.clear{
  clear: both;
}
.mt-16{
  margin-top: 16px;
}
.btn{
  cursor: pointer;
}
.btn:hover{
  background-color: #ccc;
  color: #000;
}

*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x:visible;
}
a
html, body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  outline: none;
  border: none;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  color: unset;
}
.container{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
table, th, td {
  border:1px solid black;
}
@keyframes drop-down{
  from{
    opacity: 0;
    transform: translateY(200px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.row{
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}
.col{
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

.col-full{
  width: calc(100%);

}
.col-half{
  width: calc(100%/2);

}
.col-third{
  width: calc(100%/3);
}

.photo-lyhai{
  background: url(../imgs1/03-price-section.jpg) center center /cover no-repeat;
}
.photo-quyenlinh{
  background: url(../imgs1/02-price-section.jpg) center center /cover no-repeat;
}

.photo-1{
  background: url(../imgs1/cty-ngoc.jpg) center center /cover no-repeat;
  
}
.photo-bando{
  background: url(../imgs1/congty-ngoc2.jpg) center center /cover no-repeat;
  
}
.photo-2{
  background: url(../imgs1/con-phung-ben-tre-003.jpg) center center /cover no-repeat;
  
}
.photo-3{
  background: url(../imgs1/06-timeline.jpg) center center /cover no-repeat;
}
.photo-4{
  background: url(../imgs1/07-timeline.jpg) center center /cover no-repeat;
}
.photo-5{
  background: url(../imgs1/08-timeline.jpg) center center /cover no-repeat;
}
.photo-6{
  background: url(../imgs1/09-timeline.jpg) center center /cover no-repeat;
}
.photo-7{
  background: url(../imgs1/xu-dua-moi.jpg) center center /cover no-repeat;
}
.photo-8{
  background: url(../imgs1/con-phung-ben-tre-006.jpg) top center /cover no-repeat;
}
.photo-9{
  background: url(../imgs1/12-timeline.jpg) center center /cover no-repeat;
}
.photo-10{
  background: url(../imgs1/keodua1.jpg) center center /cover no-repeat;
}
.photo-11{
  background: url(../imgs1/14-timeline.jpg) center center /cover no-repeat;
}

.photo-12{
  background: url(../imgs1/con-phung-ben-tre-004.jpg) center center /cover no-repeat;
}

.photo-13{
  background: url(../imgs1/con-phung-ben-tre-007.jpg) top center /cover no-repeat;
}
.photo-14{
  background: url(../imgs1/17-timeline.jpg) center center /cover no-repeat;
}
.photo-conphung{
  background: url(../imgs1/con-phung-moi.jpg) center center /cover no-repeat;
}

.photo-tau{
  background: url(../imgs1/ngoc2.jpg) center center /cover no-repeat;
}
.photo-thucdon01{
  background: url(../imgs1/ca-con-phung.jpg) center center /cover no-repeat;
}
.photo-thucdon02{
  background: url(../imgs1/tom-cang-xanh.jpg) center center /cover no-repeat;
}

.photo-thucdon03{
  background: url(../imgs1/banh-xeo.jpeg) center center /cover no-repeat;
}
.photo-thucdon04{
  background: url(../imgs1/30-slider-031.jpg) center center /cover no-repeat;
}
.photo-congty{
  background: url(../imgs1/giayto.jpg) center center /cover no-repeat;
}


.photo-cp1{
  background: url(../imgs1/conphung1.jpg) center center /cover no-repeat;
}

.photo-cp2{
  background: url(../imgs1/conphung2.jpg) center center /cover no-repeat;
}

.capital{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.capital>li{
  text-align: center;
  justify-content: center;
  width: 100%;
}
.box-price{
  text-align: center;
}

.photo-dia-diem{
  background: url(../imgs1/diadiem1.jpg) center center /cover no-repeat;
  
}