html {
  height: 100%;
  overflow-x: visible;
}

.wrapper {
  padding-left: 21.6vw;
  padding-right: 21.6vw;
  overflow: hidden;
}

.mb-10 {
  margin-bottom: 10px;
}

.figcap-number {
  background-color: #d73514;
  display: inline-block;
}

.chapter-image-col {
  text-align: center;
}

.chapter-image-col .fit-image-col {
  width: 100%;
  max-width: 100%;
}

.chapter-image .figcap .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chapter-image .figcap .d-flex .dflex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chapter-image .figcap .d-flex .dflex-right .clk {
  background-color: #d73514;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 3px;
}

#image-popup-overlay .figcap .clk {
  display: none;
}

.add-body-padding,
.remove-body-padding {
  padding-top: 100px !important;
}

@media screen and (max-width: 769px) {
  .add-body-padding,
  .remove-body-padding {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 576px) {
  .add-body-padding,
  .remove-body-padding {
    padding-top: 56px !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 754px) {
  .add-body-padding,
  .remove-body-padding {
    padding-top: 100px !important;
  }
}

.remove-body-padding .nav-btn-l,
.remove-body-padding .nav-btn-r {
  display: none;
}

@media screen and (max-width: 576px) {
  html {
    overflow-x: inherit !important;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
}

body * {
  outline: none !important;
}

body .hr_split.hr_split_xl {
  display: none;
}

body .container-fluid-custom {
  margin-bottom: 25px;
}

body .main-content {
  min-height: 100%;
}

body .container {
  max-width: 100%;
  padding-left: 21.6vw;
  padding-right: 21.927vw;
}

body header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 199;
}

body header.header-open {
  bottom: 0;
}

body header.header-open .marquee-tag,
body header.header-open .sub-header {
  display: none !important;
}

body header.header-open .mega-menu {
  max-height: 60vh;
  overflow: auto;
}

body header .sub-header {
  min-height: 43px;
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  overflow-x: auto;
}

body header .sub-header.show-subheader {
  display: block;
}

body header .sub-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

body header .sub-header ul li {
  display: inline-block;
  white-space: nowrap;
}

body header .sub-header ul li a {
  font: 700 20px "roboto-condensed", sans-serif;
  color: #af9898;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 7px 9px;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

body header .sub-header ul li a:hover, body header .sub-header ul li a:focus, body header .sub-header ul li a:active {
  border-bottom-color: #ff0000;
  color: #ff0000;
}

body header .sub-header ul li.active a {
  border-bottom-color: #ff0000;
  color: #ff0000;
}

body header .marquee-tag {
  background-color: #d73514;
  display: none;
  height: 0;
}

@media screen and (max-width: 425px) {
  body header .marquee-tag {
    background-color: white;
    border-bottom: 1px solid #9a230c;
  }
}

body header .marquee-tag div {
  height: 0;
  vertical-align: top;
}

body header .marquee-tag.show-marquee {
  display: block;
  height: 30px;
}

body header .marquee-tag.show-marquee div {
  height: 30px;
  text-align: center;
  white-space: nowrap;
}

body header .marquee-tag.show-marquee div img {
  display: none;
}

body header .marquee-tag span {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  font: 500 20px "futura-pt", sans-serif;
  text-transform: uppercase;
}

body header .marquee-tag span::before {
  content: "|";
  position: absolute;
  top: 0;
  right: -5px;
  color: #ffffff;
}

@media screen and (max-width: 425px) {
  body header .marquee-tag span {
    color: #d73514;
  }
  body header .marquee-tag span::before {
    color: #d73514;
  }
}

body header .navbar {
  padding: 8px 0;
  height: 100px;
  background-color: #d73514;
}

body header .navbar-brand {
  padding: 0;
}

body header .navbar-brand img {
  max-width: 360px;
}

body header .toogle-menu {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body header .toogle-menu img {
  max-width: 100%;
}

body header .mega-menu {
  background-color: rgba(247, 247, 247, 0.95);
  padding: 40px 0;
}

body header .mega-menu .large-window .collapse {
  display: block;
}

body header .mega-menu .large-window .collapsing {
  -webkit-transition: none !important;
  transition: none !important;
  height: auto !important;
}

body header .mega-menu .cover-book h4 {
  display: none;
}

body header .mega-menu .cover-book .media {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  body header .mega-menu .cover-book .media {
    display: none;
  }
}

body header .mega-menu .cover-book .media .media-left {
  margin-right: 15px;
}

body header .mega-menu .cover-book .media label,
body header .mega-menu .cover-book .media ul li a {
  font: 700 15px "roboto", sans-serif;
  text-decoration: underline;
  color: #d10000;
  margin-bottom: 0;
}

body header .mega-menu .cover-book .media ul {
  margin: 0 0 0px;
}

body header .mega-menu .cover-book .media ul li a {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  margin: 0;
  display: block;
  color: #d10000;
  position: relative;
  line-height: 1;
}

body header .mega-menu .cover-book ul li a {
  font: 500 16px "roboto", sans-serif;
  color: #000000;
  margin: 0;
}

body header .mega-menu .megamenu-head-top {
  display: none;
}

body header .mega-menu .menu-items.border-dotted {
  border-top: 2px dotted #d73514;
  padding-top: 10px;
}

body header .mega-menu .menu-items .annexes-section {
  line-height: normal;
}

body header .mega-menu .menu-items .annexes-section .menu-items ul,
body header .mega-menu .menu-items .annexes-section .menu-items label {
  margin-bottom: 0;
}

body header .mega-menu .menu-items.annexes-section-child {
  border: 0;
  padding: 0;
}

body header .mega-menu .menu-items label {
  font: 700 16px "roboto", sans-serif;
  color: #d73514;
}

@media screen and (max-width: 426px) {
  body header .mega-menu .menu-items label span {
    color: #696463;
  }
  body header .mega-menu .menu-items label span:after {
    content: ".";
  }
}

body header .mega-menu .menu-items ul li a {
  font: 500 14px "roboto", sans-serif;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 426px) {
  body header .mega-menu .menu-items ul li a {
    font-weight: 400;
  }
}

body header .mega-menu .accordion-last {
  display: none;
}

body .banner {
  background-color: #d73514;
  padding-top: 97px;
  height: 100%;
  text-align: right;
  position: relative;
  z-index: 9;
}

body .banner .container {
  padding-top: 150px;
  height: 100%;
  position: relative;
}

body .banner h1 {
  font: 700 100px/85px "futura-pt", sans-serif;
  color: #ffffff;
  margin: 0;
  position: relative;
}

body .banner h3 {
  font: 700 40px "futura-pt", sans-serif;
  color: #ffffff;
  border-top: 1px solid #fff;
  display: inline-block;
  margin: 8px 0 0;
  position: relative;
}

body .banner h3 span {
  display: block;
  font-size: 100px;
  line-height: 70px;
}

body .banner .arrow-down {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

body .banner .arrow-down a {
  display: inline-block;
}

body .banner .arrow-down img {
  max-width: 70px;
}

body .section-1 {
  background-color: #d73514;
  padding: 190px 0 95px;
  overflow: hidden;
  position: relative;
}

body .section-1 .container {
  position: relative;
  z-index: 9;
}

body .section-1 .container::before {
  content: "";
  width: 825px;
  height: 838px;
  background: url(../image_assets/svg/banner_bottom_img.svg) no-repeat;
  background-size: 825px;
  position: absolute;
  top: -52px;
  right: -166px;
}

body .section-1 .row {
  margin: 0;
}

body .section-1 .row [class^="col-"] {
  padding: 0;
}

body .section-1 .row [class^="col-"] article {
  width: 100%;
  height: 300px;
  position: relative;
  padding: 15px;
}

body .section-1 .row [class^="col-"] article a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

body .section-1 .row [class^="col-"] article .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

body .section-1 .row [class^="col-"] article .caption h4 {
  font: 400 26px/27px "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

body .section-1 .row [class^="col-"] article .caption span {
  font: 500 20px "futura-pt-condensed", sans-serif;
  color: #ffffff;
}

body .section-1 .row [class^="col-"]:nth-of-type(1) article {
  background-color: #cec7c6;
}

body .section-1 .row [class^="col-"]:nth-of-type(1) article .caption h4 {
  color: #000000;
}

body .section-1 .row [class^="col-"]:nth-of-type(2) article {
  background-color: #f23610;
}

body .section-1 .row [class^="col-"]:nth-of-type(3) article {
  background-color: #9f240c;
}

body .section-1 .row [class^="col-"]:nth-of-type(4) article {
  background-color: #c25829;
}

body .section-1 .row [class^="col-"]:nth-of-type(5) article {
  background-color: #6e181d;
}

body .section-1 .row [class^="col-"]:nth-of-type(6) article {
  background-color: #e08634;
}

body .inner-header-section {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .inner-header-section h4 {
  font: 300 72px/56px "futura-pt", sans-serif;
  text-transform: uppercase;
  word-break: break-word;
  white-space: normal;
}

body .inner-header-section .chapter-header-child {
  font: 500 35px/25px "futura-pt-condensed", sans-serif;
  color: #ff0303;
  text-transform: uppercase;
}

body .add-min-height-body .chapter-body {
  padding-bottom: 100px;
}

body .chapter-body .chapter-intro .chapter-intro-text {
  text-transform: uppercase;
  font: 900 25px/25px "roboto", sans-serif;
  color: #d73514;
  display: block;
  padding-bottom: 8px;
}

body .chapter-body .chapter-intro .chapter-head-child {
  text-transform: uppercase;
  font: 600 20px "roboto", sans-serif;
  color: #000000;
}

body .chapter-body p {
  font: 400 18px/32px "roboto", sans-serif;
  color: #000000;
}

@media screen and (max-width: 768px) and (max-height: 1024px) {
  body .chart-individual {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  body .chart-individual.chart-first {
    border-bottom: 2px dotted #d73514;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

body .chart-individual .nav {
  border-bottom: 1px solid #707070;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .chart-individual .nav li a.nav-link {
  color: #000000;
  border-radius: 0;
}

body .chart-individual .nav li a.nav-link.interactive {
  color: #d73514;
  text-transform: uppercase;
  font-weight: 900;
}

body .chart-individual .nav li a.nav-link.active {
  border-color: #707070 #707070 #fff;
  background: none;
}

body .chart-individual .nav li a.nav-link.active:hover, body .chart-individual .nav li a.nav-link.active:focus, body .chart-individual .nav li a.nav-link.active:active {
  border: 1px solid #707070;
  border-bottom-color: #ffffff;
}

body .chart-individual .nav li a.nav-link:hover, body .chart-individual .nav li a.nav-link:focus, body .chart-individual .nav li a.nav-link:active {
  border: 1px solid transparent;
}

body .chart-individual.div-zoom {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}

body .chart-individual.div-zoom .group_btns button.zoom-btn {
  position: relative;
  width: 30px;
  height: 30px;
}

body .chart-individual.div-zoom .group_btns button.zoom-btn img {
  display: none;
}

body .chart-individual.div-zoom .group_btns button.zoom-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../image_assets/svg/zoom_close_btn.svg");
  background-size: 30px;
  position: absolute;
  top: 3px;
  left: 0;
}

body .chart-individual .group_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .chart-individual .group_btns button {
  background: none !important;
  border: 0;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

body .chart-individual .group_btns button img {
  max-width: 30px;
}

body .chart-individual .group_btns .dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .chart-individual .group_btns .dropdown .btn::after {
  display: none;
}

body .chart-individual .group_btns .dropdown .dropdown-menu {
  padding: 0;
  left: auto !important;
  right: 0 !important;
  top: 38px !important;
  bottom: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

body .chart-individual .group_btns .dropdown .dropdown-menu .dropdown-item {
  font: 14px "open-sans", sans-serif;
  padding: 10px 12px;
  cursor: pointer;
}

body .chart-individual .group_btns .dropdown .dropdown-menu .dropdown-item:hover, body .chart-individual .group_btns .dropdown .dropdown-menu .dropdown-item:focus, body .chart-individual .group_btns .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #d73514;
  color: #ffffff;
}

body .chart-individual .media {
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

body .chart-individual .media .media-left span {
  font: 700 18px "open-sans", sans-serif;
  color: #000000;
  display: block;
  text-transform: uppercase;
}

body .chart-individual .media .media-left span:nth-of-type(2) {
  font-weight: 700;
}

body .chart-section {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px dotted #d73514;
}

body .chart-section .row [class^="col-"]:nth-of-type(1).chart-individual.div-zoom {
  left: 78px;
}

body .chart-section .row [class^="col-"]:nth-of-type(2).chart-individual.div-zoom {
  left: 78px;
}

body .chart-section .row [class^="col-sm-12"]:nth-of-type(1).chart-individual.div-zoom {
  left: 128px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

body .arrow-section {
  position: relative;
  z-index: 9;
}

body .arrow-section button {
  min-width: 93px;
  height: 45px;
  background-color: #d1d1d1;
  color: #ffffff;
  border: 0;
  font: 15px "roboto-condensed", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: fixed;
  top: 450px;
  cursor: pointer;
  z-index: 9;
}

body .arrow-section button .fas {
  display: none;
}

body .arrow-section button > span {
  display: none;
}

@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  body .arrow-section button:hover > span {
    display: inline-block;
  }
}

body .arrow-section button.nav-btn-l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 100px;
}

body .arrow-section button.nav-btn-l > span {
  margin-left: 12px;
}

body .arrow-section button.nav-btn-l #l-chapter-number {
  vertical-align: middle;
}

body .arrow-section button.nav-btn-l #l-chapter-text {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

body .arrow-section button.nav-btn-r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 100px;
}

body .arrow-section button.nav-btn-r > span {
  margin-right: 12px;
}

body .arrow-section button.nav-btn-r #r-chapter-number {
  vertical-align: middle;
}

body .arrow-section button.nav-btn-r #r-chapter-text {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

body .footer-section {
  background-color: #b12d13;
  padding: 15px 0;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 576px) {
  body .footer-section .row {
    margin: 0;
  }
}

@media screen and (max-width: 426px) {
  body .footer-section {
    background-color: #9a230c;
  }
}

@media screen and (min-width: 1100px) {
  body .footer-section .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

body .footer-section .left-menu a {
  font: 400 16px "roboto", sans-serif;
  color: #ffffff;
  margin-right: 20px;
}

body .footer-section .left-menu :nth-child(2) {
  margin-right: 0;
}

body .footer-section ul {
  text-align: center;
  margin: 0;
}

body .footer-section ul li {
  display: inline-block;
}

body .footer-section ul li label {
  text-transform: uppercase;
  font: 400 16px "roboto", sans-serif;
  color: #ffffff;
  margin: 0 25px 0 0;
}

body .footer-section ul li a {
  font: 700 16px "roboto", sans-serif;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  margin: 0 5px;
}

body .footer-section .fao-statistics {
  margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 10.482vw;
    padding-right: 10.417vw;
    overflow: hidden;
  }
  .right_border {
    border-right: 1px solid #2b2e34;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1220px) {
  body header .sub-header ul li a {
    font-size: 18px;
    padding: 8px 9px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body header .sub-header ul li a {
    font-size: 15px;
    padding: 10px;
  }
  body .inner-header-section h4 {
    font-size: 50px;
    line-height: 52px;
  }
  body .banner .container::before {
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: auto;
    bottom: -370px;
    left: -193px;
  }
  body .banner h1 {
    font-size: 80px;
    line-height: 65px;
  }
  body .banner h3 {
    font-size: 30px;
  }
  body .banner h3 span {
    font-size: 60px;
    line-height: 50px;
  }
  body .section-1 .row [class^="col-"] article {
    height: 220px;
  }
  body .section-1 .row [class^="col-"] article .caption span {
    font-size: 15px;
  }
  body .section-1 .row [class^="col-"] article .caption h4 {
    font-size: 20px;
    line-height: 20px;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  body .add-min-height-body .chapter-body {
    padding-bottom: 45px;
  }
  body .right_border {
    border-top: 0;
  }
  body .arrow-section button {
    min-width: auto;
    height: auto;
    background: none;
    position: fixed;
    z-index: -1;
  }
  body .arrow-section button::before {
    content: "";
    width: 14px;
    height: 23px;
    position: fixed;
    top: 50%;
  }
  body .arrow-section button * {
    display: none;
  }
  body .arrow-section button.nav-btn-l {
    left: -22px;
  }
  body .arrow-section button.nav-btn-l::before {
    background: url("../image_assets/png/left-mob-arrow.png");
    left: 5px;
  }
  body .arrow-section button.nav-btn-r {
    right: -22px;
  }
  body .arrow-section button.nav-btn-r::before {
    background: url("../image_assets/png/right-mob-arrow.png");
    right: 5px;
  }
}

@media screen and (min-width: 1025px) {
  body .footer-section ul li label {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .chart-section .row [class^="col-"]:nth-of-type(1).chart-individual.div-zoom {
    left: 55px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  body .chart-section .row [class^="col-"]:nth-of-type(2).chart-individual.div-zoom {
    right: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body .container {
    padding-left: 15vw;
    padding-right: 15vw;
  }
  body .inner-header-section h4 {
    font-size: 45px;
    line-height: 50px;
  }
  body header .mega-menu .menu-items ul li a {
    font-size: 12px;
  }
  body header .mega-menu .menu-items label {
    font-size: 14px;
  }
  body header .sub-header ul li a {
    font-size: 16px;
    padding: 10px 9px;
  }
  body .banner .container::before {
    width: 100%;
    height: 780px;
    background-size: 100%;
    bottom: 0;
  }
  body .banner h1 {
    font-size: 80px;
    line-height: 65px;
  }
  body .banner h3 {
    font-size: 27px;
  }
  body .banner h3 span {
    font-size: 70px;
    line-height: 50px;
  }
  body .section-1 {
    padding-top: 80px;
  }
  body .section-1 .row [class^="col-"] article {
    height: 180px;
  }
  body .section-1 .row [class^="col-"] article .caption span {
    font-size: 14px;
  }
  body .section-1 .row [class^="col-"] article .caption h4 {
    font-size: 15px;
    line-height: 18px;
  }
  body .footer-section ul li a,
  body .footer-section ul li label {
    font-size: 13px;
  }
  body .footer-section .fao-statistics {
    max-width: 80px;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  body .container {
    padding-left: 10.482vw !important;
    padding-right: 10.417vw !important;
  }
  body .navbar {
    height: 100px !important;
  }
  body .navbar-brand {
    position: relative;
  }
  body .navbar-brand::before {
    display: none;
  }
  body .navbar-brand img {
    display: block !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  body .right_border {
    border: 0;
    border-bottom: 2px dotted #2b2e34;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  body .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .hr_split {
    border-top: 2px dotted #2b2e34;
  }
  .hr_split.hr_split_xl {
    border-top: 2px dotted #2b2e34;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .chart-section .nav-tabs li a {
    font-size: 13px;
    padding: 6px 8px;
  }
  .pb-mb {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body header {
    height: 56px;
  }
  body header .sub-header ul li a {
    border-bottom: 0 !important;
  }
  body header .marquee-tag span {
    font-size: 14px;
  }
  body header .marquee-tag.show-marquee {
    height: 26px;
  }
  body header .marquee-tag.show-marquee div {
    height: 26px;
    padding: 6px 0;
  }
  body header .marquee-tag.show-marquee div span {
    display: none;
  }
  body header .marquee-tag.show-marquee div img {
    display: block;
  }
  body header .sub-header {
    min-height: 35px;
  }
  body header .sub-header ul li a {
    font-size: 15px;
  }
  body header .row [class^="col-"] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  body header .navbar-collapse .container {
    padding: 0 30px !important;
  }
  body header .navbar {
    padding: 6px 0;
  }
  body header .cover-book h4 {
    display: block !important;
  }
  body header .cover-book .media label {
    border: 0 !important;
    padding: 8px !important;
  }
  body header .cover-book .media ul li a {
    border: 0 !important;
    padding: 8px !important;
  }
  body header .toogle-menu {
    max-width: 25px;
  }
  body header .mega-menu {
    background-color: #f7f7f7;
    padding: 10px 0 0;
    max-height: 480px;
    overflow: auto;
  }
  body header .mega-menu .large-window .collapse {
    display: none;
  }
  body header .mega-menu .large-window .collapse.show {
    display: block;
  }
  body header .mega-menu .accordion {
    margin: 0 -15px;
  }
  body header .mega-menu .megamenu-header {
    border-bottom: 1px solid #baa6a6;
    padding: 8px 15px;
    margin: 0 -15px;
  }
  body header .mega-menu h4 {
    font: 700 16px "roboto", sans-serif;
    color: #d73514;
    text-transform: uppercase;
    cursor: pointer;
  }
  body header .mega-menu .accordion-last {
    display: block;
  }
  body header .mega-menu .megamenu-head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header .mega-menu .menu-items.border-dotted {
    border: 0;
    padding: 0;
  }
  body header .mega-menu .menu-items.annexes-section-child {
    display: none;
  }
  body header .mega-menu .menu-items label {
    border-bottom: 1px solid #baa6a6;
    padding: 13px 15px;
    margin: 0 -15px;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
  }
  body header .mega-menu .menu-items ul {
    margin: 0;
  }
  body header .mega-menu .menu-items ul li a {
    border-bottom: 1px solid #baa6a6;
    padding: 13px 15px;
    margin: 0 -15px 0;
    display: block;
  }
  body header.header-open {
    max-height: 100%;
    height: auto;
  }
  body .banner .arrow-down img {
    max-width: 50px;
  }
  body .banner .container {
    padding-top: 100px;
  }
  body .banner .container::before {
    width: 465px;
    height: 462px;
    background-size: 465px;
    bottom: 0;
    left: -155px;
  }
  body .banner h1 {
    font-size: 47px;
    line-height: 45px;
  }
  body .banner h3 {
    font-size: 16px;
  }
  body .banner h3 span {
    font-size: 48px;
    line-height: 40px;
  }
  body .section-1 {
    padding: 0;
  }
  body .section-1 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .section-1 .container::before {
    display: none;
  }
  body .section-1 .row {
    margin: 0 -15px;
  }
  body .section-1 .row [class^="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .section-1 .row [class^="col-"] article {
    height: 200px;
  }
  body .section-1 .row [class^="col-"] article .caption span {
    font-size: 13px;
  }
  body .section-1 .row [class^="col-"] article .caption h4 {
    font-size: 17px;
    line-height: 17px;
  }
  body .inner-header-section {
    padding: 20px 0;
  }
  body .inner-header-section .chapter-header-child {
    font-size: 25px;
  }
  body .inner-header-section h4 {
    font-size: 30px;
    line-height: 25px;
  }
  body .chapter-body .chapter-intro .chapter-intro-text {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  body .chapter-body .chapter-intro .chapter-head-child {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body .chapter-body p {
    font-size: 15px;
    line-height: 26px;
  }
  body .interactive_figure_parent {
    margin-bottom: 15px;
  }
  body .interactive_figure_parent .media .media-left span {
    font-size: 11px;
  }
  body .interactive_figure_parent .group_btns .zoom-btn {
    display: none;
  }
  body .footer-section {
    background-color: #9a230c;
    padding: 15px 0 25px;
  }
  body .footer-section .container {
    position: relative;
  }
  body .footer-section .container::before {
    content: "";
    background-color: #d73514;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    height: 1px;
  }
  body .footer-section ul {
    padding-bottom: 8px;
  }
  body .footer-section ul li a,
  body .footer-section ul li label {
    font-size: 13px;
  }
  body .footer-section .row [class^="col-"] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .footer-section .row [class^="col-"]:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
  body .footer-section .left-menu {
    margin-top: -34px;
  }
}

@media screen and (max-width: 767px) and (max-width: 425px) {
  body .footer-section .left-menu {
    position: relative;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  body .footer-section .left-menu a {
    margin: 0 4px;
    font-size: 13px;
    display: inline-block !important;
  }
  body .footer-section .fao-statistics {
    margin-top: -5px;
    max-width: 62px;
  }
}

@media screen and (min-width: 754px) and (max-width: 991px) {
  body .container {
    padding-left: 10.482vw;
    padding-right: 10.417vw;
  }
  body header {
    min-height: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 754px) {
  body header .navbar {
    height: 56px;
  }
  body header .navbar-brand {
    position: relative;
  }
  body header .navbar-brand::before {
    content: "";
    background: url(../image_assets/svg/fao_logo_mobile.svg) no-repeat;
    width: 147px;
    height: 41px;
    position: absolute;
    top: -22px;
    left: 0;
  }
  body header .navbar-brand img {
    display: none;
  }
}

.front-matter li a {
  font: 700 14px "roboto", sans-serif !important;
}

.inner-section {
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.banner {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner {
    display: block;
  }
  .banner .container .img-start {
    position: absolute;
    top: -9%;
    left: -18.5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .banner .container .img-start {
    top: auto;
    left: -25%;
    bottom: -10%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-height: 1024px) {
  .banner .container .img-start {
    top: auto;
    bottom: -10%;
    left: -35%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .img-start {
    top: auto;
    bottom: -10%;
    left: -35%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) and (min-height: 700px) {
  .banner .container .img-start {
    left: -60%;
  }
}

@media screen and (max-width: 1024px) {
  .banner .container .img-start img {
    width: 1200px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .banner .container .img-start img {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .banner .container .img-start img {
    width: 1000px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-height: 1024px) {
  .banner .container .img-start img {
    width: 800px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .img-start img {
    width: 500px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) and (min-height: 700px) {
  .banner .container .img-start img {
    width: 582px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 375px) and (min-width: 361px) {
  .banner .container .img-start img {
    width: 434px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) and (min-width: 321px) {
  .banner .container .img-start img {
    width: 403px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .banner .container .img-start img {
    width: 322px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .aa {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .banner .container .aa h1 {
    font: 700 125px/100px "futura-pt", sans-serif;
    color: #ffffff;
    margin: 0;
    position: relative;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .banner .container .aa h1 {
    font-size: 80px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .aa h1 {
    font-size: 47px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .banner .container .aa h3 {
    font: 700 51px "futura-pt", sans-serif;
    color: #ffffff;
    border-top: 1px solid #fff;
    display: inline-block;
    margin: 8px 0 0;
    position: relative;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .banner .container .aa h3 {
    font-size: 27px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .aa h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .banner .container .aa h3 span {
    display: block;
    font-size: 100px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .banner .container .aa h3 span {
    font-size: 70px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .banner .container .aa h3 span {
    font-size: 48px;
    line-height: 42px;
  }
}

.banner-1 {
  display: none;
}

@media screen and (min-width: 1025px) {
  .banner-1 {
    display: block;
    background-color: #d73514;
    height: 100%;
    text-align: right;
    position: relative;
    z-index: 9;
  }
  .banner-1 .container {
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: absolute;
    bottom: -5vw;
  }
  .banner-1 .arrow-down {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .banner-1 .arrow-down a {
    display: inline-block;
  }
  .banner-1 .arrow-down img {
    max-width: 70px;
  }
}

@media screen and (max-height: 900px) {
  .banner-1 .container {
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 576px) {
  header .mega-menu {
    max-height: 92vh !important;
  }
}

@media screen and (min-width: 577px) {
  .zoom-add-space {
    padding-bottom: 10vh;
  }
}

@media screen and (max-width: 576px) {
  .chart-section {
    padding-bottom: 0 !important;
  }
  .chart-first {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .group_btns .zoom-btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .chart-section {
    padding-bottom: 0 !important;
  }
}

#chapter-annex2 .chapter-intro-annex .chapter-intro-annex-text {
  text-transform: uppercase;
  font: 600 20px/20px "Roboto";
  color: #d73514;
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #chapter-annex2 .chapter-intro-annex .chapter-intro-annex-text {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  #chapter-annex2 .chapter-intro-annex .chapter-intro-annex-text {
    font-size: 15px;
  }
}

#chapter-annex2 .annex-source {
  line-height: 1;
  padding-bottom: 0;
}

#chapter-annex2 .annex-owner {
  line-height: normal;
  padding-bottom: 35px;
}

#chapter-annex2 p {
  line-height: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 425px) {
  #chapter-annex2 p {
    line-height: 20px;
  }
}
/*# sourceMappingURL=custom.css.map */