﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
#cocautochuc {
  margin-top: 90px;
  line-height: 1.5;
  padding: 20px;
  padding-bottom: 0px;
}
#cocautochuc .cc-header {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
}
#cocautochuc .cc-header h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a6b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#cocautochuc .can-bo-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
#cocautochuc .can-bo-item {
  text-align: center;
  min-width: 120px;
}
#cocautochuc .can-bo-item .avatar {
  width: 170px;
  height: 170px;
  object-fit: contain;
  margin-bottom: 12px;
}
#cocautochuc .can-bo-item .name {
  font-size: 15px;
  font-weight: 600;
  color: #986719;
  text-transform: uppercase;
  padding-top: 8px;
}
#cocautochuc .role {
  font-size: 15px;
  font-weight: 600;
  color: #986719;
}
#cocautochuc .phong-ban {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
#cocautochuc .phong-ban .phong {
  border-radius: 10px;
  padding: 16px 18px;
  border: 1.5px solid;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
#cocautochuc .phong-ban .phong:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
#cocautochuc .phong-ban .phong.blue {
  border-color: #3b82f6;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}
#cocautochuc .phong-ban .phong.blue .sdt {
  background: #3b82f6;
}
#cocautochuc .phong-ban .phong.orange {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #f8fafc 100%);
}
#cocautochuc .phong-ban .phong.orange .sdt {
  background: #f59e0b;
}
#cocautochuc .phong-ban .phong.green {
  border-color: #10b981;
  background: linear-gradient(135deg, #ecfdf5 0%, #f8fafc 100%);
}
#cocautochuc .phong-ban .phong.green .sdt {
  background: #10b981;
}
#cocautochuc .phong-ban .phong .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#cocautochuc .phong-ban .phong .sdt {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 24px;
}
#cocautochuc .phong-ban .phong .sdt span {
  color: #fff;
}
#cocautochuc .phong-ban .phong .desc {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.55;
  text-align: justify;
}

.phong.blue .title {
  color: #1d4ed8;
}

.phong.orange .title {
  color: #b45309;
}

.phong.green .title {
  color: #047857;
}

/* Responsive */
@media (max-width: 768px) {
  .header h1 {
    font-size: 18px;
  }
  .pho-cuc-truong {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .phong-ban {
    grid-template-columns: 1fr;
  }
  .cuc-truong .avatar {
    width: 100px;
    height: 100px;
  }
  .pho-item .avatar {
    width: 80px;
    height: 80px;
  }
}
.footer {
  top: 30px;
}

.edit-dwh {
  position: absolute;
  right: 40%;
  bottom: 0px;
}

@media (min-width: 768px) {
  #cocautochuc .can-bo-item .avatar {
    width: 170px !important;
    height: 170px !important;
  }
}
@media (min-width: 576px) {
  #cocautochuc .can-bo-item .avatar {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  #cocautochuc .can-bo-item .avatar {
    width: 120px;
    height: 120px;
  }
  #cocautochuc .phong-ban {
    grid-template-columns: 1fr;
  }
}
